

InterviewSolution
Saved Bookmarks
1. |
Find the LCM and HCF of the integers by applying the prime factorization method:8, 9 and 25 |
Answer» First, find the prime factors of the given integers: 8, 9 and 25 For, 8 = 2 × 2 x 2 9 = 3 × 3 25 = 5 × 5 Now, L.C.M of 8, 9 and 25 = 23 × 32 × 52 ∴ L.C.M (8, 9, 25) = 1800 And, H.C.F (8, 9 and 25) = 1 |
|