

InterviewSolution
Saved Bookmarks
1. |
If two positive integers a and b are expressible in the form a = pq2 and b = p3 q; p, q being prime numbers, then HCF (a, b) isA. pqB. p3 q3C. p3 q2D. p2 q2 |
Answer» We know that HCF = Product of the smallest power of each common prime factor in the numbers. So, HCF(a, b) = pq |
|