document.write( "Question 28617: Conjecture a formula for 1*2+2*3+3*4+....n(n+1).
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #15655 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
conjecturea formula for 1*2+2*3+3*4+...+n(n+1)=SN
\n" ); document.write( "SN=SIGMA{N(N+1)}=SIGMA(N^2)+SIGMA(N)
\n" ); document.write( "=N(N+1)(2N+1)/6 +N(N+1)/2...I HOPE YOU ARE TAUGHT THESE FORMULAE..IF NOT PLEASE COME BACK ..I SHALL GIVE ANOTHER WAY TO GO ABOUT THIS PROBLEM..
\n" ); document.write( "={N(N+1)/2}{(2N+1)/3 + 1}
\n" ); document.write( "={N(N+1)/2}{(2N+1+3)/3 }
\n" ); document.write( "=={N(N+1)/2}{2(N+2)/3}
\n" ); document.write( "=N(N+1)(N+2)/3
\n" ); document.write( "
\n" );