1

Prove, by induction, that $5^n + 5 < 5^{n+1}$ for all $n\in\Bbb N$.

Attempt:

If $n = 1$, then $5^1 + 5 < 5^{2}$ => $10 < 25$ which is a true statement so the base case holds.

Assume $5^k + 5 < 5^{k+1}$ is true for some $k\in\Bbb N$.

How to prove it for $n = k+1$?

user109886
  • 498
  • 1
  • 6
  • 12

3 Answers3

1

$$5^{k+1} + 5 < 5^{k+1} + 25 = 5(5^k + 5) < 5 \cdot 5^{k+1} = 5^{k+2}$$

Arthur
  • 5,524
1

Notice for $m,n$ positive integers and $x,y \geq 2$, we have

$$ x^m + y^n \leq x^my^n $$

Now, put $x = y = 5$ and $m = 1 $

$$ \therefore 5^1 + 5^n \leq 5^1 5 ^n \implies 5^n + 5 \leq 5^{n+1} $$

as desired.

ILoveMath
  • 10,694
-1

$$ \color{#0000ff}{\large 5^{n + 1} + 5} = 5\left(5^{n} + 5\right) - 20 < 5\times 5^{n + 1} - 20 \color{#0000ff}{\large < 5^{n + 2}} $$

Felix Marin
  • 89,464