I've actually worked it out quite a bit, but I'm stuck at the end.
Base case:
n = 1: 5^10 + 6^1 + 4 = 5^10 + 2*5 = 5 (5^9 + 2) = 5 | 5 (5^9 + 2)
Assume it's true for:
n = k: 5 | 5^(3k+7) + 6^(2k-1) + 4
Let 5^(3k+7) + 6^(2k-1) + 4 = 5s, s is an integer.
Required to prove:
n = k+1: That 5^(3k+3+7) + 6^(2k+2-1) + 4 is div. by 5.
5^(3k+7)*5³ + 6^(2k-1)*6² + 4
= 5³*5^(3k+7) + (5³ - 89)*6^(2k-1) + 4
= 5³*[ 5^(3k+7) + 6^(2k-1)] - 89*6^(2k-1) + 4
= 5³*[ 5^(3k+7) + 6^(2k-1) + 4] - 5³*4 + 4 - 89*6^(2k-1)
= 5³*5s - 5³*4 + 4 - (90-1)*6^(2k-1)
= 5³*5s - 5³*4 - 5*18*6^(2k-1) + 6^(2k-1) + 4
= 5³*(5s - 4) - 5[18*6^(2k-1)]+ 6^(2k-1) + 4
= 5³*(5s - 4) - 5[18*6^(2k-1)]+ (1+5)^(2k-1) + 4...
And I'm pretty much stuck. I've tried expanding it beyond that, but I just can't seem to get rid of that darned 4 - or at least worm it into another factored 5s, or... anything. Any ideas? Thanks so much in advance!
2007-05-17
23:01:44
·
4 answers
·
asked by
kimiessu
2
in
Science & Mathematics
➔ Mathematics