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 ▸

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.


(x_(n+1), y_(n+1))=(x_n^2-y_n^2+a, 2x_ny_n +b+2). (i) Find (x1, y1) if (a, b)=(1,-1) and (x_n, y_n) is constant. (ii) Find (a, b) if (x1, y1)=(-1,1) and (x_n, y_n) has period 2.


Differentiate x^x


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