What is the value of \(2^2 + 2*3^2 + 3*4^2 + 4*5^2 +... + 10*11^2\)?
A. 2850
B. 3600
C. 3850
D. 4530
E. 6530
We can do this by summation and some formulas, but first I'll try to answer it within realms of GMAT, as GMAT does not test you with these formulas/methods.
(I) Number properties.
You are struck and do not know where to start. Remember, it is SUM and we can check for divisibility by 2 and 3 at least.
All the choices are multiple of 10, so divisible by 2 and 5. Let us, therefore, concentrate only on 3.
\(2^2 + 2*3^2 + 3*4^2 + 4*5^2 +... + 10*11^2\)
Terms which have 3 or 6 or 9 are divisible by 3, so let us check on the remaining\(2^2 + 4*5^2 +7*8^2+ 10*11^2=(3-1)^2+(3+1)(6-1)^2+(6+1)(9-1)^2+(9+1)(12-1)^2\)
All will leave a remainder of 1 when divided by 3, so remainder = 1+1*1+1*1+1*1=4=3+1 or final remainder is 1.
Check the choices for remainder as 1..A. 2850....2+8+5+0=15...Remainder =0
B. 3600....3+6+0+0=9...Remainder =0
C. 3850....3+8+5+0=16...Remainder =1..Possible
D. 4530....4+5+3+0=12...Remainder =0
E. 6530....6+5+3+0=14...Remainder =2
So, C is the answer..
(II) Use of formula as also shown by many others
(III) Use of formula but a bit simplified..
\(2^2 + 2*3^2 + 3*4^2 + 4*5^2 +... + 10*11^2\). Add square of first 11 numbers to it.=\(\frac{n(n+1)(2n+1)}{6}=\frac{11*12*23}{6}=506\)
\(2^2 + 2*3^2 + 3*4^2 + 4*5^2 +... + 10*11^2\)+\(1^2+2^2 + 3^2 + 4^2 + 5^2 +... + 11^2\)=\(1^2+(1+1)2^2 + (1+2)*3^2 + (1+3)*4^2 + (1+4)*5^2 +... + (1+10)*11^2\)
=> \(1+2*2^2 + 3*3^2 + 4*4^2 + 5*5^2 +... + 11*11^2\)=\(1^3+2^3 + 3^3 + 4^3 + 5^3 +... + 11^3\)
Now Cube of first n positive numbers = \((\frac{n(n+1)}{2})^2=(\frac{11(11+1)}{2})^2=66^2=4356\)
As we have added 506 to our initial sum, the sum we are looking for = \(4356-506=3850\)