

InterviewSolution
Saved Bookmarks
1. |
Using prime factorization, find the HCF and LCM of 144, 198. |
Answer» Find Prime factors of 144 and 198 144 = 24 × 32 198 = 2 × 32 × 11 LCM (144, 198) = 24 × 32 × 11 = 1584 HCF (144, 198) = 2 x 32 = 18 Verification: HCF x LCM = 1584 x 18 = 28512 Product of given numbers = 144 x 198 = 28512 HCF x LCM = Product of given numbers Verified. |
|