How to prove that #7*25^n+2*6^(n+1)# divides 19?
2 Answers
Induction Proof - Hypothesis
We seek to prove that the expression:
# f(n) = 7*25^n+2*6^(n+1) # ..... [A]
is divisible by
Induction Proof - Base case:
When
# f(1) = 7*25+2*6^2 = 175+72=247=13*19 #
Which is divisible by
Induction Proof - General Case
Now, Let us assume that the given result [A] is true when
# f(m) = 7*25^m+2*6^(m+1) = 19k # ..... [B]
Where
# f(m+1) = 7*25^(m+1)+2*6^(m+2)#
# " " = 7*25^(m+1)+2*6^((m+1)+1)#
# " " = 7*25^(m)*25+2*6^(m+1)*6#
# " " = 7*25^(m)*(19+6)+2*6^(m+1)*(6)#
# " " = 7*25^(m)*6+7*25^(m)*19+2*6^(m+1)*6#
# " " = 6*(7*25^(m)+2*6^(m+1))+19*7*25^(m)#
# " " = 6*(19k)+19*7*25^(m) \ \ \ # using [B]
# " " = 19*(6k+7*25^(m) )#
Which is also divisible by
Induction Proof - Summary
So, we have shown that if the given result [A] is true for
Induction Proof - Conclusion
Then, by the process of mathematical induction the given result [A] is true for
Hence we have:
# f(n)=7*25^n+2*6^(n+1) # is divisible by#19 # QED
See below.
Explanation:
We have
but