How do you find the greatest common factor of 88, 55?
2 Answers
Explanation:
repeated use of Euclidean Algorithm
last non zero remainder =
GCF = 11
Explanation:
This method uses only
color(blue)"subtraction" to find the greatest common factor ( GCF ).
•" subtract smaller number from larger number"
•" Repeat this until a common value is obtained"
•" The common value is the GCF"
color(blue)"-----------------------------------------"
•88" and " 55larrcolor(red)"starting numbers"
88-55=33larr" larger subtract smaller"
•55" and "33larrcolor(red)" numbers after subtraction"
55-33=22larr" larger subtract smaller"
•33" and " 22larrcolor(red)" numbers after subtraction"
33-22=11larr" larger subtract smaller"
•22" and " 11larrcolor(red)" numbers after subtraction"
22-11=11larr" larger subtract smaller"
•11" and " 11larrcolor(magenta)" common value reached"
rArr" GCF of 88 and 55 " =11