DDarthVader
- 51
- 0
Homework Statement
Hello! This is I want to prove using Mathematical Induction: 1+3+5+...+(2n-1)=n^2. The problem is: I don`t understand very much about Mathematical Induction :(
Homework Equations
The Attempt at a Solution
Suppose n=1. Then 1=1. Now suppose 1+3+5+...+(2n)=(n+1)^2. Then 1+3+5+...+2n=(1+3+5+...+(2n-1))+2n=n^2+2n=n(n+2).
Is this correct? If yes, how does this prove my hypothesis?