document.write( "Question 1104787: use the principals of mathematical induction to prove the following statement 1*2+3*4+5*6...+(2n-1)*(2n)=(1/3)n(n+1)(4n-1) \n" ); document.write( "
Algebra.Com's Answer #719568 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The formula to be proved is \n" ); document.write( "1*2+3*4+5*6...+(2n-1)*(2n)=(1/3)n(n+1)(4n-1) \n" ); document.write( "Step 1: show the formula is true for n=1. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Yes, the formula is true for n=1. \n" ); document.write( "Step 2: Assume the formula is true for n=k and show that it follows that it is also true for n=k+1. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This last expression is the formula we were to prove, with \"k\" replaced by \"k+1\", so the proof my mathematical induction is complete. \n" ); document.write( "Note when doing a proof like this, it can be hard to see where to go with the algebraic manipulations. \n" ); document.write( "The key to seeing which direction to go can be seen in the third line of work above, where I factored \"(2k+2)\" into \"2(k+1)\". I did this because I knew that, with a factor \"k\" in the formula for n=k, I would need a factor of \"(k+1)\" in the formula for n = k+1. \n" ); document.write( "Once I then factored out that common factor of (k+1), it was easy to see what I had to do with the rest of the expression. \n" ); document.write( " |