In order to find the greatest common factor we use primenumbers. A prime number is an integer that is greater than oneand has no factors other than itself and one. Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29.. .
I. Factoring A Number Into Primes1. Check to see if the first prime number, 2, divides evenlyinto the given number. 2. If it doesn't divide evenly, try the next prime number, 3.Continue until you find a prime factor. 3. Rewrite the given number as a product of the prime factorand the result from division. 4. Repeat steps 1-3 on the number resulting from division. 5. Repeat steps 1-4 until the given number is written as aproduct of primes. Example:
The prime factorization of 1260 is 2 * 2 * 3 * 3 * 5 * 7,which are the numbers along the left side in the above divisions.
II. Finding The Greatest Common Factor1. Factor each number completely into primes. 2. Look at the common factors for the two numbers. 3. Multiply the common factors together to get the GCF. Example:
The underlined factors are the ones common to both 252 and 90. Now multiply the common factors: 2 * 3 * 3 = 18. The greatest common factor of 252 and 90 is 18. We can also use this method to find the GCF of twoalgebraic expressions. Example:
The underlined factors are the ones common to 60x 2y and 210xy 2 . Now multiply the common factors: 2 * 3 * 5 * x * y = 30xy. The greatest common factor of 60x 2 y and 210xy2 is 30xy. |