Question

Difficulty: MediumGreatest Common Divisor (GCD) and Least Common Multiple (LCM)

If mm and nn are positive two-digit integers such that m<nm < n, GCD(m,n)=12\text{GCD}(m, n) = 12, and LCM(m,n)=420\text{LCM}(m, n) = 420, what is the value of nmn - m?

  1. 2424Answer
  2. B
    3636
  3. C
    7272
  4. D
    144144
  5. E
    408408

Answer

The value of nmn - m is 2424.
Writing m=12xm = 12x and n=12yn = 12y for coprime integers x<yx < y gives LCM(m,n)=12xy=420\text{LCM}(m, n) = 12xy = 420, which simplifies to xy=35xy = 35. The coprime factor pairs of 3535 are (1,35)(1, 35) and (5,7)(5, 7). The pair (1,35)(1, 35) yields m=12m = 12 and n=420n = 420, but 420420 is not a two-digit integer. The pair (5,7)(5, 7) gives two-digit integers m=60m = 60 and n=84n = 84. The difference is 8460=2484 - 60 = 24.

Step-by-Step Solution

1
Express mm and nn in terms of their GCD.
Let m=12xm = 12x and n=12yn = 12y, where xx and yy are coprime positive integers with x<yx < y.
Factoring out the greatest common divisor GCD(m,n)=12\text{GCD}(m, n) = 12 leaves coprime factors xx and yy.
2
Relate GCD and LCM to determine xyx \cdot y.
LCM(m,n)=12xy=420    xy=35\text{LCM}(m, n) = 12 \cdot x \cdot y = 420 \implies x \cdot y = 35.
For integers written as 12x12x and 12y12y with GCD(x,y)=1\text{GCD}(x,y)=1, the least common multiple is 12xy12xy.
3
Determine the valid pair (x,y)(x, y) that satisfies the two-digit constraint.
The coprime factor pairs of 3535 with x<yx < y are (1,35)(1, 35) and (5,7)(5, 7). For (1,35)(1, 35), m=12m = 12 and n=420n = 420 (a three-digit number). For (5,7)(5, 7), m=60m = 60 and n=84n = 84 (both are two-digit numbers). Thus, (x,y)=(5,7)(x, y) = (5, 7).
The problem specifies that both mm and nn are two-digit positive integers.
4
Compute nmn - m.
nm=8460=24n - m = 84 - 60 = 24.
Subtracting m=60m = 60 from n=84n = 84 gives 2424.

Key Concept

Properties of Greatest Common Divisor (GCD) and Least Common Multiple (LCM)
Rate this question