Consider the following claim: $$5^n > 4^n + 3^n + 2^n$$
(a) For what natural numbers is this claim true?
(b) Prove that your answer to (a) is correct using induction on n.
Consider the following claim: $$5^n > 4^n + 3^n + 2^n$$
(a) For what natural numbers is this claim true?
(b) Prove that your answer to (a) is correct using induction on n.
Copyright © 2021 JogjaFile Inc.
2
$n=3$, it holds.
Suppose that $n=k$ it also holds.
$$5^{k+1}=5\times 5^k > 5 \times (4^k+3^k+2^k)=5\times 4^k+5\times 3^k+ 5 \times 2^k>4^{k+1} + 3^{k+1}+ 2^{k+1}$$