Proving Divisibility by 9 using Induction

  • Thread starter Thread starter holezch
  • Start date Start date
  • Tags Tags
    Induction Physics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
holezch
Messages
251
Reaction score
0

Homework Statement



prove that for all n>0 , 4^n + 15n - 1 is divisible by 9/multiple of 9

Homework Equations



The Attempt at a Solution


need to show: 4^(n+1) + 15(n+1) + 14/9 = a*k a and k are integers
assumption to inductive step: (4^n + 15n - 1)/9 = k --> 4^n + 15n - 1 = 9k -->
4^n+1 + 60n - 4 = 36k.. now what? I tried 4^n+1 -4 = 6(6k - 10n) but ultimately , I am stuck

please help! tank you
 
Last edited:
Physics news on Phys.org


holezch said:
need to show: 4^(n+1) + 15n + 14/9 = a*k a and k are integers
Where did you get this?

Let f(n) = 4^n + 15n - 1. First, you need to show that f(1) is divisible by 9. Then, you need to show that f(n+1) is divisible by 9 if f(n) is.
 


sorry , I had a typo. thanks for the reply but I got the answer!