Let A be the largest positive integer that divides all the numbers of the form , and B be the largest positive integer that divides all the numbers of the form , where k is any positive integer. Then (A + B) equals
Let A be the largest positive integer that divides all the numbers of the form , and B be the largest positive integer that divides all the numbers of the form , where k is any positive integer. Then (A + B) equals
Entered answer:
Solution
To find the largest positive integer that divides ALL numbers of this form (by altering k), we need to find the Greatest Common Divisor (GCD) of the first few values.
When k = 1:
When k = 2:
When k = 3:
GCD(12, 50) = 2 (since 12 = 2² × 3 and 50 = 2 × 5²)
GCD(12, 216) = 2 (since 216 = 2³ × 3³)
Here's the key insight:
is always odd (odd number raised to any power stays odd)
is always even (even number raised to any power stays even)
is always odd (odd number raised to any power stays odd)
Therefore: = odd + even + odd = even
Since every number of this form is even, they're all divisible by 2. And from our examples, we know that 2 is the largest even number which is a divisor.
Therefore: A = 2
Let us factor out :
When k = 1:
When k = 2:
When k = 3:
All these numbers have the form . The GCD will be determined by the smallest power of 4, which is .
Therefore: GCD =
Therefore: B = 80
When finding the largest divisor of infinitely many numbers, calculate the GCD of the first few terms. The pattern often becomes clear quickly.