If two positive integers a and b are written as \(a = x^3y^2\) and \(b = xy^3\); \(x, y\) are prime numbers, then \(HCF(a, b)\) is
\(xy\)
\(xy^2\)
\(x^3y^3\)
\(x^2y^2\)



The HCF is found by taking the smallest power of each prime factor in both numbers.
For \(x\), the powers are \(3\) (in a) and \(1\) (in b). The minimum is \(1\).
For \(y\), the powers are \(2\) (in a) and \(3\) (in b). The minimum is \(2\).
So, the HCF is \(x^1y^2 = xy^2\).