Prove by induction that for all positive integers n , f(n) = 2^(3n+1) + 3*5^(2n+1) , is divisible by 17.

  1. Prove the base caseFor n=0, f(0)= 2 + 15 = 17Therefore, when n=0, f(n) is divisible by 17, base case is true2. Assume true for any integerAssume for n=k, f(k) is divisible by 17f(k)= 23k+1 + 3(52k+1) ;3. Work out function for the next integerf(k+1) = 23k+4 + 3(52k+3) = 8(23k+1 + 3(52k+1)) + 25552k255 = 1517, therefore the second term is divisible by 1723k+1 + 3(52k+1) = f(k), so if f(k) is divisible by 17, f(k+1) is divisible by 17.Since f(0) is divisible by 17, and if f(k) is divisible by 17, then f(k+1) is divisible by 17, then f(n) is divisible by 17 for all positive integers.
SE

Related Further Mathematics A Level answers

All answers ▸

Prove, by induction, that 4^(n+1) + 5^(2n-1) is always divisible by 21


Show that the sum from 1 to n of 1/(2n+1)(2n-1) is equal to n/(2n+1) by Induction


How can we describe complex numbers ?


Prove that 1+4+9+...+n^2 = n(n+1)(2n+1)/6.