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 ▸

(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.


Given a differential equation (*), show that the solution curve is either a straight line or a parabola and find the equations of these curves.


How can I integrate e^x sin(x)?


Let p and q be different primes greater than 2. Prove that pq can be written as difference of two squares in exactly two different ways.