11. Show that \( 9^{n+1}-8 n-9 \) is divisible by 64, whenever \( n \) is a positive integer.
Real Tutor Solution
Answer
Solution
Reviewed and approved by the UpStudy tutoring team
Bonus Knowledge
To show that \( 9^{n+1}-8n-9 \) is divisible by 64 for positive integers \( n \), we can use mathematical induction. **Base Case**: For \( n = 1 \): \[ 9^{1+1} - 8 \cdot 1 - 9 = 9^2 - 8 - 9 = 81 - 8 - 9 = 64 \] Since 64 is divisible by 64, the base case holds. **Inductive Step**: Assume the statement is true for some positive integer \( k \), i.e., assume \( 9^{k+1} - 8k - 9 \) is divisible by 64. We need to show that \( 9^{(k+1)+1} - 8(k+1) - 9 \) is also divisible by 64. Calculating \( 9^{(k+1)+1} - 8(k+1) - 9 \): \[ 9^{(k+1)+1} - 8(k+1) - 9 = 9^{k+2} - 8k - 8 - 9 = 9^{k+2} - 8k - 17 \] Using the property of exponents, we know: \[ 9^{k+2} = 9 \cdot 9^{k+1} \] Now, express \( 9^{k+2} \): \[ 9^{k+2} = 9(9^{k+1}) \quad \text{and rewrite the expression:} \] \[ 9^{k+2} - 8k - 17 = 9(9^{k+1}) - 8k - 17 \] Using our induction hypothesis, we know that \( 9^{k+1} - 8k - 9 \equiv 0 \mod 64 \): \[ 9^{k+1} = 8k + 9 + 64m \quad \text{for some integer } m \] Substituting this back: \[ 9^{k+2} = 9(8k + 9 + 64m) = 72k + 81 + 576m \] Plugging this into \( 9^{k+2} - 8k - 17 \): \[ 9^{k+2} - 8k - 17 = (72k + 81 + 576m) - 8k - 17 = 64k + 64 + 576m \] \[ = 64(k + 1 + 9m) \] Since \( k + 1 + 9m \) is an integer, \( 9^{k+2} - 8(k+1) - 9 \) is divisible by 64. Thus, by the principle of mathematical induction, the statement \( 9^{n+1} - 8n - 9 \) is divisible by 64 for all positive integers \( n \).