CalcPro

Ratio Calculator

Simplify a ratio and solve proportions (A:B = C:?).

How it works

This calculator performs two core tasks: simplifying ratios and solving proportions.

When you simplify a ratio, the calculator finds the greatest common divisor (GCD) of both numbers and divides each by it. This reduces the ratio to its simplest form without changing its meaning.

When you solve a proportion, you're finding a missing value in a relationship where two ratios are equal. If you know that A:B matches C:D, but one value is missing, the calculator uses cross-multiplication to find it. This is useful for scaling recipes, adjusting dimensions, or comparing quantities fairly.

The formula

GCD(A, B) → A÷GCD:B÷GCD and A:B = C:D → D = (B × C) ÷ A

Worked example

Simplifying a ratio:

Suppose you have a paint mixture of 24 parts blue to 36 parts white.

  1. Find the GCD of 24 and 36 → 12
  2. Divide both numbers: 24 ÷ 12 = 2, 36 ÷ 12 = 3
  3. Simplified ratio: 2:3

This means for every 2 parts blue, you need 3 parts white. Much easier to work with than 24:36.

Solving a proportion:

You're making lemonade. The recipe says 2 cups of lemon juice to 5 cups of water (ratio 2:5). You have 8 cups of lemon juice and want to know how much water you need.

  1. Set up the proportion: 2:5 = 8:?
  2. Cross-multiply: 2 × ? = 5 × 8
  3. Solve: 2 × ? = 40 → ? = 40 ÷ 2 = 20
  4. You need 20 cups of water

Verify: 2:5 = 0.4, and 8:20 = 0.4. ✓

Common mistakes

Reversing the ratio order: If a recipe calls for 3:2 (flour to sugar), don't flip it to 2:3. Order matters—it tells you which quantity is which.

Forgetting to simplify fully: A ratio like 6:9 might be reduced to 2:3, but some people stop at 4:6 and miss the fully simplified form. The GCD method ensures you reach the lowest terms.

Mixing units inconsistently: If comparing distances, use the same unit for both numbers. Don't mix kilometers and meters in the same ratio without converting first.

Assuming all ratios scale linearly: Ratios work for direct proportions (double one, double the other). But some real-world relationships don't follow this pattern—area scales with the square of length, for example.

Frequently asked questions

What does it mean to simplify a ratio?

Simplifying a ratio means reducing it to its lowest terms by dividing both numbers by their greatest common divisor (GCD). For example, 12:8 simplifies to 3:2 because both can be divided by 4.

How do I solve a proportion?

A proportion states that two ratios are equal: A:B = C:D. If you know three values, you can find the fourth using cross-multiplication: A × D = B × C, then solve for the unknown.

Can I use this calculator for recipes or scaling?

Yes. If a recipe uses a 2:3 flour-to-sugar ratio and you want to scale it up, you can use the proportion solver to find the new quantities while maintaining the same ratio.

What if the ratio doesn't simplify evenly?

Some ratios, like 7:5, are already in simplest form because 7 and 5 share no common factors other than 1. The calculator will show this as-is.

Can ratios include decimals or fractions?

Yes. The calculator handles decimals. If you enter 1.5:2.5, it will simplify to 3:5 by finding the GCD. For fractions, convert to decimals first.

What's the difference between a ratio and a fraction?

A ratio compares two quantities (e.g., 3:2 means 'for every 3 of one thing, there are 2 of another'). A fraction represents a part of a whole. A ratio can be expressed as a fraction, but they serve different purposes.