(i) We begin by proving that the base case holds; that the equality holds for n=1.
12=61(1+1)(2⋅1+1)=61⋅2⋅3=66=1We then prove that the equation holds for n+1, if it holds for n.
12+⋯+(n+1)2=6n(n+1)(2n+1)+(n+1)2=6n(n+1)(2n+1)+66(n+1)2=6(n+1)(n(2n+1)+6(n+1))=6(n+1)(2n2+n+6n+6)=6(n+1)(2n2+7n+6)=6(n+1)(2n2+4n+3n+6)=6(n+1)(2n(n+2)+3(n+2))=6(n+1)((2n+3)(n+2))=6(n+1)(2n+3)(n+2)(ii) Again, we begin by proving the base case.
13=(1)2=1We then move on to prove that the equation holds for n+1, if it holds for n.
13+⋯+(n+1)3=(1+⋯+n)2+(n+1)3=(2n(n+1))2+(n+1)3=4n2(n+1)2+44(n+1)3=4(n+1)2(n2+4(n+1))=4(n+1)2(n2+4n+4)=4(n+1)2(n+2)2=(2(n+1)(n+2))2=(1+⋯+(n+1))2