

InterviewSolution
Saved Bookmarks
1. |
What is the HCF of the smallest composite number and the smallest prime number? |
Answer» Smallest composite number = 4 = 2 × 2 Smallest prime number = 2 We know that HCF = Product of the smallest power of each common prime factor in the numbers. HCF (4, 2) = 2 The HCF of the smallest composite number and the smallest prime number is 2. |
|