158k views
0 votes
If two positive integers p and q are written as p = a^2b^3 and q = a^3b, where a and b are integers, then show that LCM(p,q) * HCF ( p,q) = pq

User BijiDango
by
7.9k points

1 Answer

2 votes

The LCM is the lowest expression that both p and q divide into.

LCM (p,q) = a^3b^3

The HCF is the highest common factor of p and q:-

HCF (p,q) = a^2b

HCF(p,q) * LCM (p,q) = a^3b^3 * a^2b = a^5b^4 and

pq = a^2b^3 * a^3b = a^5b^4

Therefore HCF(p,q) * LCM(p,q) = pq

User Class Skeleton
by
8.5k points