How to Simplify a Ratio to Lowest Terms

Learn GCD-based ratio simplification for 2-term and 3-term ratios, plus percentages and proportions, so you can reduce any ratio cleanly.

By Generatr Team

A ratio compares quantities by division — “2 to 3,” written 2:3 — without naming a total. Simplifying a ratio means rewriting it with the smallest whole numbers that keep the same relationship, the same way you reduce a fraction.

This guide covers the GCD method, two- and three-term ratios, converting ratios to percentages and proportions, and mistakes that change the comparison by accident. When you want instant lowest terms plus related views, open the free ratio simplifier.

Ratios show up in recipes, map scales, class mixes, finance splits, and screen dimensions. Once you can reduce and scale them, the rest is arithmetic you already know.

Free tool

Use the Ratio Simplifier now

Open the interactive ratio simplifier in your browser — free, instant, no signup.

Open Ratio Simplifier

What Does It Mean to Simplify a Ratio?

Two ratios are equivalent if one is a positive multiple of the other. 2:3, 4:6, and 20:30 all describe the same relationship: for every 2 parts of A there are 3 parts of B.

Lowest terms (simplest form) means the terms are positive integers with no common divisor greater than 1. For 2:3, nothing larger than 1 divides both 2 and 3, so you are done.

Same idea as fractions

The ratio A:B matches the fraction A/B when you care about “A per B.” Simplifying 8:12 is the same work as reducing 8/12 → 2/3, then writing 2:3.

Order matters for meaning: 2:3 is not the same statement as 3:2. Simplifying never swaps terms unless you intentionally invert the comparison.

For part-of-whole percent language (“what percent is the first part?”), you will later divide by the sum of terms — covered below and in the percentage calculator guide.

How Do You Simplify a Ratio Using the GCD?

The reliable method:

  1. If needed, clear decimals or fractions so all terms are integers (scale up).
  2. Find the greatest common divisor (GCD) of all terms.
  3. Divide every term by that GCD.

Two-term example

Simplify 48:18.

  • GCD(48, 18) = 6
  • 48 ÷ 6 = 8, 18 ÷ 6 = 3
  • Simplified ratio = 8:3

How to find the GCD by hand

Use prime factors or the Euclidean algorithm: GCD(48, 18) → 48 = 2×18 + 12 → 18 = 1×12 + 6 → 12 = 2×6 + 0 → GCD = 6.

On large numbers, a calculator or the free ratio simplifier avoids arithmetic slips. The GCD is unique for a given set of integers (up to sign); using any common divisor smaller than the GCD only partially simplifies.

Example of partial simplify: 48:18 ÷ 2 = 24:9, still divisible by 3. Always divide by the full GCD once.

How Do You Simplify Three-Term Ratios?

For A:B:C, find one GCD that divides all three terms, then divide each term by it.

Worked example

Simplify 12:18:30.

  • GCD(12, 18) = 6; GCD(6, 30) = 6
  • 12÷6=2, 18÷6=3, 30÷6=5
  • Result: 2:3:5

Check: 2, 3, and 5 share no common divisor > 1.

Why pairwise-only fails

If you only simplify A:B and leave C untouched, you break the three-way relationship. Always treat the full list as one ratio.

More than three terms

Same rule for 4+ terms: GCD of the entire set, then divide through. Class mixes, RGB-style part recipes, and multi-ingredient formulas all follow this pattern.

OriginalGCDSimplified
10:20:2552:4:5
9:12:15:2133:4:5:7
100:250:150502:5:3

Screen dimensions are a special case of two-term ratios (16:9, 4:3). For resizing while locking proportion, see the aspect ratio calculator guide.

How Do You Simplify Ratios With Decimals or Large Numbers?

GCD is defined for integers. If you see decimals, scale first.

Decimal example

Ratio 1.5 : 2.5. Multiply both by 10 → 15:25. GCD = 5 → 3:5.

If one term has two decimal places and another has one, multiply by 100 so both become integers: 0.25:1.5 → 25:150 → ÷25 → 1:6.

Fractions as terms

For 1/2 : 3/4, rewrite with a common structure: multiply through by 4 → 2:3. Same end state as clearing denominators carefully.

Scaling up a simplified ratio

To mix a total of 40 parts in ratio 2:3, note 2+3=5 parts. Each part = 40÷5=8. So A=16, B=24. Check 16:24 ÷8 = 2:3.

Multiplier method: desired size of first term ÷ simplified first term = scale factor. Multiply every term by that factor.

Recipe doubling is scale factor 2 on every term — the simplified ratio stays the same; only absolute amounts change.

How Do Ratios Connect to Percentages and Proportions?

A ratio does not automatically include a total. To get percentages of a whole made of the parts:

Share of term A = A ÷ (A + B + …) × 100%

Example

Ratio 2:3. Total parts = 5.

  • A = 2/5 = 40%
  • B = 3/5 = 60%

Three-term 2:3:5. Total = 10 → 20%, 30%, 50%.

Proportion equations

A proportion states two ratios equal: a/b = c/d, or a:b = c:d. Cross-multiply: a×d = b×c. Example: 2:5 = x:40 → 2/5 = x/40 → x = 16.

Simplifying before solving can shrink numbers: 12:18 = x:45 → first reduce 12:18 to 2:3, then 2:3 = x:45 → x = 30.

When you only need “what percent is 12 of 80?”, that is not a two-term ratio simplify step — use direct percent formulas in the free percentage calculator.

Averages are different again (center of a list, not a part-to-part compare). For mean calculations, see the average calculator guide.

How Do You Use an Online Ratio Simplifier?

Enter two or three numbers, read the GCD, simplified ratio, and optional percent or visual split.

  1. Open the free ratio simplifier.
  2. Enter the first term, then the second (and third if needed).
  3. Clear decimals by scaling if the tool expects integers, or enter decimals if supported.
  4. Read the simplified whole-number ratio.
  5. Note the GCD when shown — that is the divisor used.
  6. Check percentage distribution if you need part-of-whole views.
  7. Use the simplified form to scale recipes or mixes to a target total.
  8. Verify by multiplying the simplified terms by the GCD to recover the original integers.

Classroom and kitchen checks

Students: always show the GCD step for credit. Cooks: keep units consistent (all grams or all cups) before forming the ratio, or the comparison is meaningless.

What Ratio Mistakes Should You Avoid?

Simplifying is simple; the traps are conceptual.

  • Dividing only one term — every term must share the same divisor
  • Swapping order while “simplifying”
  • Treating 2:3 as 2.3 or as 23% without conversion steps
  • Adding ratios like 1:2 + 3:4 without converting to a common structure
  • Using different units in the same ratio (meters with centimeters)
  • Stopping early with a common divisor that is not the greatest

For image or video frames, “simplify 1920:1080” → 16:9 is the same GCD skill applied to pixels — the aspect ratio calculator is built for that workflow.

Practice with three numbers from daily life: class votes, inventory counts, or map legend scales. Once GCD is automatic, lowest terms takes seconds.

Step-by-Step Instructions

  1. 1Open the free ratio simplifier on Generatr.
  2. 2Write the ratio terms in a fixed order (A:B or A:B:C).
  3. 3Convert any decimals or fractions to integers by scaling.
  4. 4Find the GCD of all terms together.
  5. 5Divide every term by that GCD.
  6. 6Confirm the new terms share no common divisor greater than 1.
  7. 7Optionally convert each term ÷ sum of terms × 100 for percentages.
  8. 8Scale the simplified ratio to a target total by multiplying all terms by the same factor.

Frequently Asked Questions

How do you simplify a ratio to lowest terms?+

Find the greatest common divisor of all terms and divide each term by it. Example: 48:18 has GCD 6, so the simplified ratio is 8:3.

How do you simplify a three-term ratio?+

Compute one GCD for all three numbers, then divide each by that GCD. Example: 12:18:30 ÷ 6 = 2:3:5.

What is the GCD in ratio simplification?+

The greatest common divisor is the largest positive integer that divides every term. Dividing by the GCD produces the unique lowest-terms whole-number ratio (for positive terms).

How do I turn a ratio into percentages?+

Divide each term by the sum of all terms, then multiply by 100. For 2:3, total parts = 5, so the shares are 40% and 60%.

Can ratios with decimals be simplified?+

Yes. Multiply all terms by 10, 100, or another power of 10 until they are integers, then apply the GCD method. Example: 1.5:2.5 → 15:25 → 3:5.

Is Generatr’s ratio simplifier free?+

Yes. It runs in your browser to reduce ratios, show GCD, and related proportion views with no signup required.

Ready to try it yourself?

Use the free Ratio Simplifier — no download, no account.

Launch Ratio Simplifier