Question

Difficulty: MediumFactors, Multiples, and Prime Factorization

When the positive integer NN is divided by 1515, 2020, and 2424, it leaves a remainder of 88 in each case. If NN is the smallest such number that is also exactly divisible by 1313, what is the value of NN?

  1. A
    832
  2. B
    128
  3. 728Answer
  4. D
    1664

Answer

728
The Lowest Common Multiple (LCM) of 15, 20, and 24 is 120. Any number leaving a remainder of 8 when divided by these numbers can be expressed in the form 120k + 8. By testing integer values for k, we find that when k = 6, the number is 120(6) + 8 = 728. Since 728 is perfectly divisible by 13 (728 / 13 = 56), it satisfies all conditions and is the correct answer.

Step-by-Step Solution

1
Find the Lowest Common Multiple (LCM) of the given divisors: 15, 20, and 24.
LCM(15, 20, 24) = 120.
The base number without the remainder must be exactly divisible by all three numbers.
2
Set up a general algebraic expression for the number NN.
N = 120k + 8, where k is a positive integer.
Because the number leaves a remainder of 8 in each case, it must be 8 more than a multiple of their LCM.
3
Apply the final divisibility condition to find the smallest valid kk.
Test values of k in the expression (120k + 8) to see which result is divisible by 13.
The problem specifies that the final number NN must be exactly divisible by 13.
4
Evaluate 120k+8120k + 8 for k=1,2,3...k = 1, 2, 3... until a multiple of 13 is reached.
For k = 6, N = 120(6) + 8 = 728. Checking divisibility: 728 / 13 = 56 (an exact integer).
Sequential testing guarantees we find the smallest possible value for NN.

Key Concept

Applications of LCM and Modular Arithmetic
Rate this question