

InterviewSolution
Saved Bookmarks
1. |
Using prime factorization, find the HCF and LCM of 21, 28, 36, 45. |
Answer» Prime factors of 21, 28, 36, 45 21 = 3 × 7 28 = 2 × 2 × 7 = 22 × 7 36 = 2 × 2 × 3 × 3 = 22 × 32 45 = 5 × 3 × 3 = 5 × 32 HCF(21, 28, 36, 45) = 1 LCM (21, 28, 36, 45) = 22 × 32 x 5 × 7 = 1260 |
|