document.write( "Question 1177060: The closed form sum of\r
\n" );
document.write( "\n" );
document.write( "12 [ 1^2 * 2 + 2^2 * 3 + ... + n^2 (n+1) ]
\n" );
document.write( "for n <= 1 is n(n+1)(n+2)(an+b). Find an + b. \n" );
document.write( "
Algebra.Com's Answer #805315 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Obviously, from the form of the expression, the statement of the problem is supposed to say that the closed form of the sum is for n >=1 -- not for n <= 1. \n" ); document.write( "There are only two unknowns in the problem -- a and b. So two equations in a and b should be enough to solve the problem. \n" ); document.write( "n=1.... \n" ); document.write( " \n" ); document.write( "n=2.... \n" ); document.write( " \n" ); document.write( "a+b=4; 2a+b=7 --> a=3, b=1. \n" ); document.write( "ANSWER: an+b = 3n+1 \n" ); document.write( "CHECK for n=3.... \n" ); document.write( "12(2(1^)+3(2^2)+4(3^2) = 12(2+12+36) = 600 \n" ); document.write( "(3)(4)(5)(3(3)+1) = 600 \n" ); document.write( " \n" ); document.write( " |