

InterviewSolution
Saved Bookmarks
1. |
Find the LCM and HCF of the integers by applying the prime factorization method:17, 23 and 29. |
Answer» First, find the prime factors of the given integers: 17, 23 and 29 For, 17 = 1 × 17 23 = 1 × 23 29 = 1 × 29 Now, L.C.M of 17, 23 and 29 = 1 × 17 × 23 × 29 ∴ L.C.M (17, 23, 29) = 11339 And, H.C.F (17, 23 and 29) = 1 |
|