Using euclids algorithm find the hcf of 2048 and 960
Answers
Answered by
2
a= 2048 ; b = 960
By Euclid's lemma
a= bq+r;
2048 = 960*2 + 128
960 = 128 * 7 + 64
128 = 64*2+ 0
HCF = 64
Similar questions