answersLogoWhite

0


Best Answer

gcd(a,b) = greatest common divisor (or factor, whatever) of a and b.

For any set of number, a1, a2, a3, ..., you can use the Euclidean algorithm (http://en.wikipedia.org/wiki/Euclidean_algorithm) to get the gcd(a1, a2), and then again to get gcd(gcd(a1, a2), a3), etc.

Often, though, you can eyeball it. So 24*3 = 72. Therefore, gcd(24, 72)=24. 24 does not divide 132, but 12 does (the next biggest factor of 24), so gcd(24, 72, 132)=12.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
3y ago
noob
User Avatar

Anonymous

Lvl 1
3y ago
noob
User Avatar

Aditya Seshan

Lvl 1
6mo ago
where is the answer

Add your answer:

Earn +20 pts
Q: What is the greatest common factor of 24 72and 132?
Write your answer...
Submit
Still have questions?
magnify glass
imp