

InterviewSolution
1. |
Using prime factorization, find the HCF and LCM of (i) 36, 84 (ii) 23, 31 (iii) 96, 404 (iv) 144, 198 (v) 396, 1080 (vi) 1152, 1664 In each case verify that HCF × LCM = product of given numbers. |
Answer» (i) Prime factorization: 36 = 22 × 3 84 = 22 × 3 × 7 HCF = product of smallest power of each common prime factor in the numbers = 22 × 3 = 12 LCM = product of greatest power of each prime factor involved in the numbers = 22 × 32 × 7 = 252 (ii) Prime factorization: 23 = 23 31 = 31 HCF = product of smallest power of each common prime factor in the numbers = 1 LCM = product of greatest power of each prime factor involved in the numbers = 23 × 31 = 713 (iii) 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 (iv) Prime factorization: 144 = 24 × 32 198 = 2 × 32 × 11 HCF = product of smallest power of each common prime factor in the numbers = 2 × 32 = 18 LCM = product of greatest power of each prime factor involved in the numbers = 24 × 32 × 11 = 1584 (v) Prime factorization: 396 = 22 × 32 × 11 1080 = 23 × 33 × 5 HCF = product of smallest power of each common prime factor in the numbers = 22 × 32 = 36 LCM = product of greatest power of each prime factor involved in the numbers = 23 × 33 × 5 × 11 = 11880 (vi) Prime factorization: 1152 = 27 × 32 1664 = 27 × 13 HCF = product of smallest power of each common prime factor in the numbers = 27 = 128 LCM = product of greatest power of each prime factor involved in the numbers = 27× 32 × 13 = 14976 |
|