

InterviewSolution
Saved Bookmarks
1. |
If a=(2^2*3^3*5^4)and b=(2^3*3^2*5),then find HCF(a,b) |
Answer» It is given that: a = (22 × 33 × 54 ) and b = (23 × 32 × 5) ∴HCF (a,b) = Product of smallest power of each common prime factor in the numbers. = 22 × 32 × 5 = 180 Step-by-step explanation: The given numbers are Highest Common Factor of a and b : It is a largest positive integer that divides both a and b.
|
|