1. Examples
1. Euclid's Algorithm for `35` and `20`Solution:Find HCF of 35,20 `:.` HCF of `35,20 = 5`
2. Euclid's Algorithm for `45` and `36`Solution:Find HCF of 45,36 `:.` HCF of `45,36 = 9`
3. Euclid's Algorithm for `60` and `36`Solution:Find HCF of 60,36 `:.` HCF of `60,36 = 12`
This material is intended as a summary. Use your textbook for detail explanation.Any bug, improvement, feedback then Submit Here
|