Saturday, September 16, 2017

Mathematical Induction Proof 1




Prove that for every integer n1, we have



nj=1j3=(n(n+1)2)2



I know how to prove an induction proof, but I just can't get the algebra down on this problem. Can anyone help?


Answer



(n(n+1)2)2+(n+1)3


=n2(n+1)24+(n+1)3

=n2(n+1)24+4(n+1)34




=n2(n+1)24+4(n+1)(n+1)24

=(n+1)24[n2+4(n+1)]

=(n+1)24(n2+4n+4)

=(n+1)24(n+2)2

=(n+1)2(n+2)24

=((n+1)(n+2)2)2.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...