![]() |
|
Reducing Fractions to Lowest TermsSuppose you have the fraction PROCEDURE: To reduce a fraction to lowest terms, first find all the numbers that divide evenly into the numerator and the denominator. These numbers are known as factors. Find the largest factor that is common to both the numerator and the denominator. This is known as the Greatest Common Factor (GCF). Then divide both the numerator and the denominator by the GCF. SAMPLE PROBLEM: Reduce the fraction Step 1: Find all the factors of the numerator and denominator, and determine which is the largest factor in both lists, or the GCF. factors of the numerator 30: 1, 2, 3, 5, 6, 10, 15 , 30 factors of the denominator 45: 1, 3, 5, 9, 15 , 45 Step 2: Divide both the numerator and the denominator by the GCF, which is 15.
|