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

48 and 60

asked
User Lang
by
8.9k 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

answered
User Highly Irregular
by
9.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.