Use Euclid’s division algorithm to find the HCF of
196 and 38220
Euclid’s Division is a method for finding the HCF (highest common factor) of two given integers. According to Euclid’s Division Algorithm, For any two positive integers, ‘a’ and ‘b’, there exists a unique pair of integers ‘q’ and ‘r’ which satisfy the relation:
a = bq + r , 0 ≤ r ≤ b
Given integers 196 and 38220. Clearly 38220>196.
By applying division lemma
⇒ 38220 = 196×195 + 0
Since remainder
0
∴ the HCF of 196 and 38220 is 195.
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.