English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

(2^n * 3^(2n)) - 1
= (2^n . 9^n) - 1
= 18^n - 1
≡ 1^n - 1 = 0 (mod 17).

If you're not familiar with modular arithmetic, we can use the binomial theorem:
18^n - 1
= (17 + 1)^n - 1
= 17^n + ... + C(n, k) 17^k 1^(n-k) + ... + n (17) + 1 - 1
= (stuff divisible by 17) + 1 - 1
= (stuff divisible by 17).

More formally we could write (stuff divisible by 17) as 17.[17^(n-1) + ... + C(n, k) 17^(k-1) + ... + n] and then note that since it has 17 as a factor, it is divisible by 17.

2007-09-12 15:27:38 · answer #1 · answered by Scarlet Manuka 7 · 3 0

(2^n * 3^(2n)) -1 = 2^n * 3^n * 3^n = (2*3*3)^n = 18^n - 1

(18^n - 1) / 17 = (18^n - 1) / (18 - 1)

Which is 18^(n-1) + 18^(n-2) + 18^(n-3) ... + 18^0, which is an integer.

2007-09-12 15:40:21 · answer #2 · answered by anobium625 6 · 0 0

fedest.com, questions and answers