SOLUTION: 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)
Algebra ->
Test
-> SOLUTION: 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)
Log On
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) Answer by greenestamps(13200) (Show Source):
Step 1: show the formula is true for n=1.
Yes, the formula is true for n=1.
Step 2: Assume the formula is true for n=k and show that it follows that it is also true for n=k+1.
... + = = = = = = = =
This last expression is the formula we were to prove, with "k" replaced by "k+1", so the proof my mathematical induction is complete.
Note when doing a proof like this, it can be hard to see where to go with the algebraic manipulations.
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.
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.