InterviewSolution
Saved Bookmarks
| 1. |
Use euclid,s division algorithm to find the hcf of 726 and 275 |
|
Answer» 726=275*2+176275=176*1+99176=99*1+7799=77*1+2277=22*3+1122=11*2+0Therefore, 11 is the H.C.F 11 |
|