If a and b are two prime numbers then find the HCF(a, b)

4 views

3 Answers

Prime factorization: 

a = a 

b = b 

HCF = product of smallest power of each common factor in the numbers = 1 

Thus, HCF(a,b) = 1 

4 views

Prime factorization: 

a = a 

b = b 

LCM = product of greatest power of each prime factor involved in the numbers = a × b 

Thus, LCM (a, b) = ab 

4 views

Prime factorization: 

a = a 

b = b 

HCF = product of smallest power of each common factor in the numbers = 1 

Thus, HCF(a,b) = 1

4 views