A sequence {An}is defined A(1)=0&A(n+1)=A(n)+2(n)WHAT IS VALUE OF A(100) (a)9902(B)9900(C)10100(D)9904
In one site i got solution... but i did not understant..... Last will be A (1) +2*99*98*.....1 Now put the value 1+2(1+2+......+99) 2+ 2*99(99+1)/2 =9902
plz any one understand explain me...
a[1] = 0; a[2] = 2 (1) a[3] = 2 (1) + 2 (2) a[4] = 2 (1) + 2 (2) + 2 (3) a[n + 1] = 2 ( 1 + 2 + n) = n (n + 1) a[100] = 99 x100=9900
No the answer is 9902...
Is a(1)=0
ya...
So what is wrong with my computation above?
In my book given answer is 9902...
they have given the solution.... but i did not understand it.... Last will be A (1) +2*99*98*.....1 Now put the value 1+2(1+2+......+99) 2+ 2*99(99+1)/2 =9902
Either the problem is not stated right or the answer in your book is wrong
kk thankyou....:-)
Do you know the the formula \[ 1+1 +3 + \cdots + n= \frac{n(n+1)}2 \]
ya i know....
\[ 1+2 +3 + \cdots + n= \frac{n(n+1)}2 \]
ya...
That is all what you need to do your problem
kk... i think my solution is wrong.... thanx for your help...
Join our real-time social learning platform and learn together with your friends!