

InterviewSolution
Saved Bookmarks
1. |
Using Euclid's algorithm, find the HCF of 240 and 228. |
Answer» 240 = 228 x 1 + 12 and 228=12 x 19 + 0 Hence, HCF of 240 and 228 = 12 |
|