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
sum of a(n=1...20)=1,320
a(1), a(1)+4, a(1)+8, ... a(1) + 4*19 <--- this a(20) actually
calculate the sum of all 4s from a(2) to a(20) ---> (4+76)/2 *19 = 40*19 =760;
calculate all a(1)-s ---> 20*a(1)
write down equation and solve for a(1) ---> 20*a(1)+760=1,320, a(1)=28;
now find a(6) ---> a(1) + 4*5 = 28+20 =48
the answer should be a(6) is 48, am I correct?
oppps
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












