Patrick B. answered 02/16/19
Math and computer tutor/teacher
The correct formula for the sum of the first n cubes, 13+23+...+ n 3 = ( n ( n +1)/2)2
the statement is true for n=1, since 1^3 = 1 = (1*(1+1)/2)^2
the induction hypothesis is 13+23+...+ n 3 = ( n ( n +1)/2)2
13+23+...+ n 3 + (n+1)3 = ( n ( n +1)/2)2 + (n+1)3
(n2( n +1)2/4 + (n+1)3=
(n +1)2 (n2/4+n+1)2=
= (n +1)2 ((n2 +4n+4)/4)2
=(n +1)2 ((n +2/2)2
=((n +1) (n +2)/2)2
Cristina M.
I tried that method but still cant make it true02/16/19