document.write( "Question 618022: Use induction to prove that 1*2+2*3+3*4+...+n(n+1)=(n(n+1)(n+2))/3 \n" ); document.write( "
Algebra.Com's Answer #388904 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! n=1 base case is true. Assume it is true for some n = k. Show that it is true for k+1. In other words, show that\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hint: What is 1*2 + ... + k(k+1)? \n" ); document.write( " |