Saved Bookmarks
| 1. |
If two positive integers \( x \) and \( y \) are expressible in terms of primes as \( x= \) \( p^{2} q^{3} \) and \( y=p^{3} q \), what can you say about their LCM and HCF? |
|
Answer» x = p2q3 and y = p3q HCF(x, y) = HCF (p2q3, p3q) = p2q LCM(x, y) = LCM (p2q3, p3q) = p3q3 |
|