SOLUTION: For which positive integers n is 11n + 17 ≤ 2n? Prove the conjecture you made using
mathematical induction.
Algebra ->
Probability-and-statistics
-> SOLUTION: For which positive integers n is 11n + 17 ≤ 2n? Prove the conjecture you made using
mathematical induction.
Log On
Proof: n = 1 --> 11*1 + 17 <= 2*1, which is not true. Suppose that some k >= 1 does not satisfy inequality, which occurs iff 11k + 17 > 2k. We wish to show that k+1 also does not satisfy the inequality, i.e. we wish to show
However by hypothesis, 11k+17 > 2k, so , which is a true statement, so k+1 also does not satisfy 11n + 17 <= 2n.