If a and b are two prime numbers then find LCM(a, b).
If a and b are prime numbers,then they don't have any common factor.
a = 1 × a
b = 1 × b
HCF of a and b = 1
LCM × HCF = Product of two number
LCM(a,b) × HCF (a,b) = ab
LCM(a,b) × 1 = ab
LCM(a,b) = ab