Question

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

Two positive integers aa and bb are in the ratio 3:83 : 8. If the least common multiple (LCM) of aa and bb is 360360, what is the greatest common divisor (GCD) of aa and bb?

Answer: 15

Answer

The greatest common divisor of aa and bb is 15.
Any two positive integers in the ratio 3:83 : 8 can be written as 3g3g and 8g8g, where gg is their greatest common divisor. Because 33 and 88 are coprime (their GCD is 11), the least common multiple of 3g3g and 8g8g is 3×8×g=24g3 \times 8 \times g = 24g. Setting 24g=36024g = 360 and dividing by 2424 yields g=15g = 15.

Step-by-Step Solution

1
Represent the two integers using their ratio and their greatest common divisor.
Let g=gcd(a,b)g = \gcd(a, b). Then a=3ga = 3g and b=8gb = 8g, where 33 and 88 share no common factors other than 11.
When two numbers are in reduced ratio p:qp : q, dividing both by their GCD leaves coprime factors pp and qq.
2
Express the LCM of aa and bb in terms of gg.
\text{LCM}(a, b) = 3 \times 8 \times g = 24g.
The LCM of two numbers pgp \cdot g and qgq \cdot g with gcd(p,q)=1\gcd(p, q) = 1 is pqgp \cdot q \cdot g.
3
Solve for gg using the given LCM value of 360360.
24g = 360 \implies g = 15.
Dividing the given LCM by the product of the coprime ratio components yields the GCD.

Key Concept

Relationship between GCD, LCM, and coprime factor ratios of two positive integers
Estimated Time:1m 15s
Rate this question