Find 100 consecutive natural numbers, each of which is composite

So this is the sort of quesition where you will spend a while thinking about it, probably feel a little silly you haven't gotten it yet, then go "aha!", write down the answer and move on. It's all about spotting the trick.
Here the trick is to consider 101!, this is a number that is divisible by 2,3,...,100,101. So our list of 100 consecutive numbers is:
101! + 2,101! +3,...101!+100,101!+101
This works as each 101! + k is divisible by k as 101! and k both are.

GV

Related STEP University answers

All answers ▸

What do integrals and derivatives actually do/mean?


Find h(x), for x≠0, x≠1, given that: h(x)+h(1/(1−x))=1−x−1/(1−x)


Evaluate the integral \int \frac{x}{x tan(x) + 1} dx using integration by substitution, hence evaluate \int \frac{x}{x cot(x) - 1} dx.


Differentiate x^x