232k views
2 votes
if two positive integers P and Q can be expressed as p = a b square and q equals A cube B where A and B being prime numbers then find the LCM of P and Q

if two positive integers P and Q can be expressed as p = a b square and q equals A-example-1

1 Answer

6 votes
p = ab^2
q = a^3 b

p = a * b * b
q = a*a*a * b

Pairing the duplicates we have LCM = a*a*a*b*b = a^3 b^2 answer
User Nax
by
6.2k points