vardhans83 wrote:john did 1320 questions in 20 days. each day after the first day, he did 4 questions more than the previous day. how many questions did he do on day 6
Solution:
Let john do q questions on day 1.
So, he does q+4 = q+4*1 questions on day 2, q+8 = q+4*2 questions on day 3, q+12 = q+4*3 on day 4 and so on.
So, observing the pattern, we can say that he does q + 4*19 questions on day 20.
Also, the sum of all questions is 1320.
So, q + (q+4) + (q+8)....+(q+76) = 1320.
Or , 20q+(4+8+..+76) = 1320.
Let us calculate the sum 4+8+...+76.
Let S = 4+8+12... 72+76-------------(1)
Or S =76+72+........ +4-------------(2), writing backwards.
Adding, (1) and (2) we get 2S = 19*80.
Or S = 19*80/2 = 760.
So 20q+760 = 1320.
Or 20q = 1320 - 760 = 560.
Or q = 28.
Hence, on day 6, he will do q+4*5 = 28+20 = 48 questions.