Prove by induction that the nth triangle number is given by n(n+1)/2

base case: (1 x 2)/2 = 1 as required inductive step: assuming statement holds for n=k, the (k+1)th triangle number is given by k(k+1)/2 + (k+1) by definition=(k^2+3k+2)/2=(k+1)(k+2)/2=(k+1)((k+1)+1)/2result follows by induction

CB

Related Maths A Level answers

All answers ▸

I struggle with integration, and don't understand why we need to do it


Differentiate the expression x^6+5x^4+3 with respect to x


How do you differentiate y=sin(cos(x))?


Find the exact solution to: ln(x) + ln(7) = ln(21)