Firben
- 141
- 0
Prove by induction that n^2 + n ≤ 2^n
for all integers n≥5
How i did:
Case(1)
Suppose that n = 5
LHS = 5^2 +5 = 30
RHS = 2^5 = 32
30 ≤ 32
Ok LHS ≤ RHS
Case (2)
Suppose that's true for n=p≥5. Show that its true for n = p+1
What should i do next ? I had a memory loss here :(
for all integers n≥5
How i did:
Case(1)
Suppose that n = 5
LHS = 5^2 +5 = 30
RHS = 2^5 = 32
30 ≤ 32
Ok LHS ≤ RHS
Case (2)
Suppose that's true for n=p≥5. Show that its true for n = p+1
What should i do next ? I had a memory loss here :(