InterviewSolution
Saved Bookmarks
| 1. |
Use euclid division algorithm to find the hcf of 196 and 38220 |
|
Answer» D= d×q+r196×195+0Since remainder is 0 therefore HCF is 196 38200 = 196 × 194 + 176196 = 176 × 1+ 20176 = 20 × 8 + 1620. = 16 × 1 + 416. = 4 × 4 + 0.\'. HCF( 38200 , 196 ) = 4 |
|