Prove by recurrence that 5^2n -14^n is a multiple of 11.
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (zzr0ck3r):
i can show with induction but no idea what recurrence is.
OpenStudy (anonymous):
ok thanks :/ well prove that an assumption P(n) is true is to assume first that for n=0 P(0) is true and then prove that if P(n) is true then P(n+1) is also true. Then P(n) is true for any value of n. (sorry if my english is bad !) how would you do it by induction?
OpenStudy (zzr0ck3r):
induction proves for all n in natural
OpenStudy (zzr0ck3r):
want me to show?
OpenStudy (anonymous):
yes please
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (zzr0ck3r):
sec
OpenStudy (anonymous):
I can't really see a nice proof by induction...
OpenStudy (zzr0ck3r):
its nice enough
OpenStudy (zzr0ck3r):
sec
OpenStudy (anonymous):
Oh, never-mind then...
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (zzr0ck3r):
OpenStudy (anonymous):
Damn, I DO like... nice!
OpenStudy (anonymous):
So do I ! Big Thanks !!!
OpenStudy (zzr0ck3r):
np
OpenStudy (zzr0ck3r):
I guess its the same thing just show that its true for n = 0 and 0 is a multiple of 11 because 0*11 = 0
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
yeah, sure
OpenStudy (anonymous):
nice
and for n=1 its true suppose that\[25^n-14^n=11k\]now u have\[25^{n+1}-14^{n+1}=25\times25^n-14\times14^n+25\times14^n-25\times14^n\] \(=25(25^n-14^n)+11\times14^n=25\times11k+11\times14^n\)