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 ▸

How would you prove the 'integration by parts' rule?


Show that if a polynomial with integer coefficients has a rational root, then the rational root must be an integer. Hence, show that x^n-5x+7=0 has no rational roots.


By use of calculus, show that x − ln(1 + x) is positive for all positive x.


Suppose that 3=2/x(1)=x(1)+(2/x(2))=x(2)+(2/x(3))=x(3)+(2/x(4))+...Guess an expression, in terms of n, for x(n). Then, by induction or otherwise, prove the correctness of your guess.