InterviewSolution
Saved Bookmarks
| 1. |
Using euclid division algorithm find the hcf of 125 and 425 |
| Answer» a = 145b=125Using Euclid division lemma145=125*1+20125=20*6+520=5*4=0So,HCF of 145 or 125 is 5 Hope you found it helpful | |