214k views
3 votes
Select the GCF of these numbers.

48 and 60

User Lang
by
9.0k points

1 Answer

0 votes

Using Euclid's algorithm, the first number you check is their difference:

60 - 48 = 12

Since 12 divides both numbers evenly, that is your GCF.

_____

If the difference does not divide both numbers evenly, you can repeat the procedure with the difference and the remainder from dividing the smallest of the other numbers by the difference. For example, ...

GCF(60, 44) = GCF(44 mod 16, 16) = GCF(12, 16) = 4

User Highly Irregular
by
9.2k points