

InterviewSolution
Saved Bookmarks
1. |
Using prime factorization, find the HCF and LCM of96, 404 |
Answer» Prime factorization: 96 = 25 × 3 404 = 22 × 101 HCF = product of smallest power of each common prime factor in the numbers = 22 = 4 LCM = product of greatest power of each prime factor involved in the numbers = 25 × 3 × 101 = 9696 |
|