A number theory problem by Maruf Ahmed

The lowest common multiple of two numbers is 60 60 and their greatest common divisor is 10 10 . If one of the number is 2 3 \frac 23 of the other, what is the smaller number?


The answer is 20.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Let the two numbers be a a and b b , where a < b a < b and hence a = 2 3 b a = \frac 23 b . Using the c onnection between LCM and GCD , we have:

lcm ( a , b ) × gcd ( a , b ) = a b a b = 60 × 10 = 600 3 2 a 2 = 600 a 2 = 400 a = 20 \begin{aligned} \text{lcm}(a,b) \times \gcd(a, b) & = ab \\ \implies ab & = 60 \times 10 = 600 \\ \frac 32 a^2 & = 600 \\ a^2 & = 400 \\ \implies a & = \boxed{20} \end{aligned}

Chris Lewis
Mar 4, 2020

We can make use of the relation gcd ( x , y ) × lcm ( x , y ) = x × y \gcd(x,y) \times \text{lcm}(x,y) = x \times y to solve this. Since we're interested in the smaller of the two numbers, put y = 3 2 x y=\frac32 x , and substitute in to find 20 × 60 = x × 3 2 x 20 \times 60 = x \times \frac32 x , which simplifies to x 2 = 400 x^2=400 ; hence x = 20 x=\boxed{20} and y = 30 y=30 (ignoring the negative root).


It's easy to prove the above relation by considering the number of times each prime factor of x x or y y occurs in each of gcd ( x , y ) \gcd(x,y) and lcm ( x , y ) \text{lcm}(x,y) .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...