Question

Difficulty: HardProperties of Integers and Divisibility

If kk is an integer greater than 11 such that k3kk^3 - k is a multiple of 240240, what is the least possible value of kk?

Answer: 9

Answer

The least possible value of kk is 9.
Factoring k3kk^3 - k gives (k1)k(k+1)(k-1)k(k+1), representing the product of three consecutive integers. The prime factorization of 240240 is 24×3×52^4 \times 3 \times 5. To be divisible by 240240, the product (k1)k(k+1)(k-1)k(k+1) must contain at least four factors of 2, one factor of 3, and one factor of 5. Testing integers k>1k > 1: for k=9k=9, the product is (8)(9)(10)=720(8)(9)(10) = 720, which is 3×2403 \times 240. Checking all integers 1<k<91 < k < 9 confirms that no smaller integer satisfies the condition.

Step-by-Step Solution

1
Factor the algebraic expression k3kk^3 - k.
k3k=k(k21)=(k1)k(k+1)k^3 - k = k(k^2 - 1) = (k-1)k(k+1).
This expresses the polynomial as a product of three consecutive integers.
2
Determine the prime factorization of 240.
240=24×3×5=16×3×5240 = 2^4 \times 3 \times 5 = 16 \times 3 \times 5.
For (k1)k(k+1)(k-1)k(k+1) to be a multiple of 240, the product must be divisible by 16, 3, and 5 simultaneously.
3
Test candidate values of k>1k > 1 to find the smallest valid integer.
For k=9k=9, (k1)k(k+1)=(8)(9)(10)=720(k-1)k(k+1) = (8)(9)(10) = 720, which equals 3×2403 \times 240.
Testing smaller values: k=5k=5 yields 120120, k=6k=6 yields 210210, k=7k=7 yields 336336, and k=8k=8 yields 504504. None of these are divisible by 240.

Key Concept

Divisibility rules and prime factor distribution across consecutive integers
Estimated Time:2m 0s
Rate this question