Question 1115661: use mathematical induction to prove that the statement is true for all positive integers.
5+23+53+...6n^2 - 1=n^2 (2n+3) Found 2 solutions by t0hierry, greenestamps:Answer by t0hierry(194) (Show Source):
You can put this solution on YOUR website! The Sum S is equal to 6 Sum i^2 - n
6 Sum i^2 -n
= n(n+1)(2n+1) - n
= n(2n^2 + 3n + 1) - n
= n(2n^2 + 3n)
= n^2(2n + 3)
To prove by mathematical induction:
(1) show the statement is true for some beginning value (usually 1, but not always); and
(2) show that, assuming it is true for some integer n, it follows that it is true for n+1 also
The statement is true for n=1: 5 = (1^2)(2(1)+3) = 1*5 = 5