and are two positive integers . The greatest common divisor (GCD) and lowest common multiple (LCM) of and are and respectively. If , then what is the GCD of and ?
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.
p 2 = 2 7 q = 3 2 ⋅ 3 q
Since they are all integers, q must be a multiple of 3: let q = 3 r . p also is a multiple of 3 in that case: let p = 3 t .
9 t 2 = 8 1 r
=> r = ( t / 3 ) 2
As r is an integer, t must be a multiple of 3.
So, let p = 9 a and q = 3 a 2
We know that,
Product of two numbers = G C D × L C M
x 2 y × x y 2 = p × q
x 3 y 3 = 2 7 a 3
x × y = 3 × a
Since a can be a prime number or a composite, in general we can say that: G C D ( x , y ) = 3 and L C M ( x , y ) = a