If a and b are two prime numbers then find HCF(a, b).
Prime factorization: a = 1 × a b = 1 × b HCF = product of smallest power of each common prime factor in the numbers = 1 Thus, HCF(a, b) = 1 (no other common factor except 1)
Q. If two positive integer a and b are written as a=x3y2 and b=xy3 ; x and y are prime numbers, then find the HCF (a,b).