What is the greatest common factor of 12 and 30

Calculate GCF, GCD and HCF of a set of two or more numbers and see the work using factorization.

Enter 2 or more whole numbers separated by commas or spaces.

The Greatest Common Factor Calculator solution also works as a solution for finding:

  • Greatest common factor (GCF)
  • Greatest common denominator (GCD)
  • Highest common factor (HCF)
  • Greatest common divisor (GCD)

What is the Greatest Common Factor?

The greatest common factor (GCF or GCD or HCF) of a set of whole numbers is the largest positive integer that divides evenly into all numbers with zero remainder. For example, for the set of numbers 18, 30 and 42 the GCF = 6.

Greatest Common Factor of 0

Any non zero whole number times 0 equals 0 so it is true that every non zero whole number is a factor of 0.

k × 0 = 0 so, 0 ÷ k = 0 for any whole number k.

For example, 5 × 0 = 0 so it is true that 0 ÷ 5 = 0. In this example, 5 and 0 are factors of 0.

GCF(5,0) = 5 and more generally GCF(k,0) = k for any whole number k.

However, GCF(0, 0) is undefined.

How to Find the Greatest Common Factor (GCF)

There are several ways to find the greatest common factor of numbers. The most efficient method you use depends on how many numbers you have, how large they are and what you will do with the result.

Factoring

To find the GCF by factoring, list out all of the factors of each number or find them with a Factors Calculator. The whole number factors are numbers that divide evenly into the number with zero remainder. Given the list of common factors for each number, the GCF is the largest number common to each list.

The factors of 18 are 1, 2, 3, 6, 9, 18.

The factors of 27 are 1, 3, 9, 27.

The common factors of 18 and 27 are 1, 3 and 9.

The greatest common factor of 18 and 27 is 9.

Example: Find the GCF of 20, 50 and 120

The factors of 20 are 1, 2, 4, 5, 10, 20.

The factors of 50 are 1, 2, 5, 10, 25, 50.

The factors of 120 are 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, 120.

The common factors of 20, 50 and 120 are 1, 2, 5 and 10. (Include only the factors common to all three numbers.)

The greatest common factor of 20, 50 and 120 is 10.

Prime Factorization

To find the GCF by prime factorization, list out all of the prime factors of each number or find them with a Prime Factors Calculator. List the prime factors that are common to each of the original numbers. Include the highest number of occurrences of each prime factor that is common to each original number. Multiply these together to get the GCF.

You will see that as numbers get larger the prime factorization method may be easier than straight factoring.

The prime factorization of 18 is 2 x 3 x 3 = 18.

The prime factorization of 27 is 3 x 3 x 3 = 27.

The occurrences of common prime factors of 18 and 27 are 3 and 3.

So the greatest common factor of 18 and 27 is 3 x 3 = 9.

Example: Find the GCF (20, 50, 120)

The prime factorization of 20 is 2 x 2 x 5 = 20.

The prime factorization of 50 is 2 x 5 x 5 = 50.

The prime factorization of 120 is 2 x 2 x 2 x 3 x 5 = 120.

The occurrences of common prime factors of 20, 50 and 120 are 2 and 5.

So the greatest common factor of 20, 50 and 120 is 2 x 5 = 10.

Euclid's Algorithm

What do you do if you want to find the GCF of more than two very large numbers such as 182664, 154875 and 137688? It's easy if you have a Factoring Calculator or a Prime Factorization Calculator or even the GCF calculator shown above. But if you need to do the factorization by hand it will be a lot of work.

How to Find the GCF Using Euclid's Algorithm

  1. Given two whole numbers, subtract the smaller number from the larger number and note the result.
  2. Repeat the process subtracting the smaller number from the result until the result is smaller than the original small number.
  3. Use the original small number as the new larger number. Subtract the result from Step 2 from the new larger number.
  4. Repeat the process for every new larger number and smaller number until you reach zero.
  5. When you reach zero, go back one calculation: the GCF is the number you found just before the zero result.

For additional information see our Euclid's Algorithm Calculator.

27 - 18 = 9

18 - 9 - 9 = 0

So, the greatest common factor of 18 and 27 is 9, the smallest result we had before we reached 0.

Example: Find the GCF (20, 50, 120)

Note that the GCF (x,y,z) = GCF (GCF (x,y),z). In other words, the GCF of 3 or more numbers can be found by finding the GCF of 2 numbers and using the result along with the next number to find the GCF and so on.

Let's get the GCF (120,50) first

120 - 50 - 50 = 120 - (50 * 2) = 20

50 - 20 - 20 = 50 - (20 * 2) = 10

20 - 10 - 10 = 20 - (10 * 2) = 0

So, the greatest common factor of 120 and 50 is 10.

Now let's find the GCF of our third value, 20, and our result, 10. GCF (20,10)

20 - 10 - 10 = 20 - (10 * 2) = 0

So, the greatest common factor of 20 and 10 is 10.

Therefore, the greatest common factor of 120, 50 and 20 is 10.

Example: Find the GCF (182664, 154875, 137688) or GCF (GCF(182664, 154875), 137688)

First we find the GCF (182664, 154875)

182664 - (154875 * 1) = 27789

154875 - (27789 * 5) = 15930

27789 - (15930 * 1) = 11859

15930 - (11859 * 1) = 4071

11859 - (4071 * 2) = 3717

4071 - (3717 * 1) = 354

3717 - (354 * 10) = 177

354 - (177 * 2) = 0

So, the the greatest common factor of 182664 and 154875 is 177.

Now we find the GCF (177, 137688)

137688 - (177 * 777) = 159

177 - (159 * 1) = 18

159 - (18 * 8) = 15

18 - (15 * 1) = 3

15 - (3 * 5) = 0

So, the greatest common factor of 177 and 137688 is 3.

Therefore, the greatest common factor of 182664, 154875 and 137688 is 3.

References

[1] Zwillinger, D. (Ed.). CRC Standard Mathematical Tables and Formulae, 31st Edition. New York, NY: CRC Press, 2003 p. 101.

[2] Weisstein, Eric W. "Greatest Common Divisor." From MathWorld--A Wolfram Web Resource.

Help With Fractions: Finding the Greatest Common Factor.

Wikipedia: Euclidean Algorithm.

The gcf of 12 and 30 is the largest positive integer that divides the numbers 12 and 30 without a remainder. Spelled out, it is the greatest common factor of 12 and 30. Here you can find the gcf of 12 and 30, along with a total of three methods for computing it.

This Greatest Common Factor Calculator is Really Cool! Click To TweetIn addition, we have a calculator you should check out. Not only can it determine the gcf of 12 and 30, but also that of three or more integers including twelve and thirty for example. Keep reading to learn everything about the gcf (12,30) and the terms related to it.

What is the GCF of 12 and 30

If you just want to know what is the greatest common factor of 12 and 30, it is 6. Usually, this is written as

gcf(12,30) = 6

The gcf of 12 and 30 can be obtained like this:

  • The factors of 12 are 12, 6, 4, 3, 2, 1.
  • The factors of 30 are 30, 15, 10, 6, 5, 3, 2, 1.
  • The common factors of 12 and 30 are 6, 3, 2, 1, intersecting the two sets above.
  • In the intersection factors of 12 ∩ factors of 30 the greatest element is 6.
  • Therefore, the greatest common factor of 12 and 30 is 6.

Taking the above into account you also know how to find all the common factors of 12 and 30, not just the greatest. In the next section we show you how to calculate the gcf of twelve and thirty by means of two more methods.

How to find the GCF of 12 and 30

The greatest common factor of 12 and 30 can be computed by using the least common multiple aka lcm of 12 and 30. This is the easiest approach:

gcf (12,30) = = 6

Alternatively, the gcf of 12 and 30 can be found using the prime factorization of 12 and 30:

  • The prime factorization of 12 is: 2 x 2 x 3
  • The prime factorization of 30 is: 2 x 3 x 5
  • The prime factors and multiplicities 12 and 30 have in common are: 2 x 3
  • 2 x 3 is the gcf of 12 and 30
  • gcf(12,30) = 6

In any case, the easiest way to compute the gcf of two numbers like 12 and 30 is by using our calculator below. Note that it can also compute the gcf of more than two numbers, separated by a comma. For example, enter 12,30. The calculation is conducted automatically.

Similar searched terms on our site also include:

  • LCM of 13 and 17
  • LCM of 13 and 18
  • LCM of 13 and 19

Use of GCF of 12 and 30

What is the greatest common factor of 12 and 30 used for? Answer: It is helpful for reducing fractions like 12 / 30. Just divide the nominator as well as the denominator by the gcf (12,30) to reduce the fraction to lowest terms.

.

Properties of GCF of 12 and 30

The most important properties of the gcf(12,30) are:

  • Commutative property: gcf(12,30) = gcf(30,12)
  • Associative property: gcf(12,30,n) = gcf(gcf(30,12),n)

The associativity is particularly useful to get the gcf of three or more numbers; our calculator makes use of it.

To sum up, the gcf of 12 and 30 is 6. In common notation: gcf (12,30) = 6.

If you have been searching for gcf 12 and 30 or gcf 12 30 then you have come to the correct page, too. The same is the true if you typed gcf for 12 and 30 in your favorite search engine.

Note that you can find the greatest common factor of many integer pairs including twelve / thirty by using the search form in the sidebar of this page.

Questions and comments related to the gcf of 12 and 30 are really appreciated. Use the form below or send us a mail to get in touch.

Please hit the sharing buttons if our article about the greatest common factor of 12 and 30 has been useful to you, and make sure to bookmark our site.

Thanks for your visit.