위키 문서

Ratio Calculator: Simplify and Solve Proportions

How to simplify ratios and solve proportions using cross-multiplication. Step-by-step formulas and examples.

Verified against Khan Academy - Ratios and Rates on 25 Feb 2026 Updated 25 February 2026 3 min read
계산기 열기

Translation unavailable - this article is shown in English. View English version

Summary

A ratio compares two or more quantities, showing how much of one thing there is relative to another. Written as A:B, it means “for every A units of the first quantity, there are B units of the second.” Ratios appear in recipes (flour to sugar), maps (scale 1:50,000), finance (price-to-earnings), and science (molar ratios). This calculator simplifies ratios to their lowest terms and solves proportions — finding an unknown value when two ratios are equal.

How it works

The calculator handles two main tasks:

  1. Simplifying a ratio — divide both terms by their greatest common divisor (GCD). The ratio 12:18 simplifies to 2:3 because GCD(12, 18) = 6. The simplified form preserves the relationship between the quantities while using the smallest possible whole numbers.

  2. Solving a proportion — when two ratios are equal (a:b = c:x), the unknown x can be found by cross-multiplication. This is the principle behind scaling recipes, converting units, and map reading. If you know that 3 cups of flour makes 5 cookies, and you want to know how many cups you need for 15 cookies, you solve 3:5 = x:15.

Ratios with more than two terms

Some ratios have three or more terms (e.g., 2:3:5 for a concrete mix). The calculator simplifies these by dividing all terms by their common GCD. Proportion-solving with multi-term ratios requires solving for one unknown at a time.

The formulas

Simplified A:B = (A / GCD(A,B)) : (B / GCD(A,B))

Where

A, B= The original ratio terms
GCD(A,B)= Greatest common divisor of A and B
If a:b = c:x, then x = (b * c) / a

Where

a:b= The known ratio
c= The known term in the second ratio
x= The unknown term to solve for

Worked examples

Simplify the ratio 12:18

1

Find the GCD of 12 and 18

18 mod 12 = 6, 12 mod 6 = 0, so GCD = 6

= GCD = 6

2

Divide both terms by the GCD

12 / 6 = 2, 18 / 6 = 3

= 2:3

Result

12:18 simplifies to 2:3

Solve the proportion 3:5 = 9:x

1

Set up the proportion as a fraction equation

3/5 = 9/x

= 3/5 = 9/x

2

Cross-multiply

3 * x = 5 * 9 = 45

= 3x = 45

3

Solve for x

x = 45 / 3 = 15

= x = 15

4

Verify the proportion

3/5 = 0.6 and 9/15 = 0.6 -- both sides are equal

= Verified

Result

3:5 = 9:15, so x = 15

Simplify the three-term ratio 24:36:60

1

Find the GCD of all three terms

GCD(24, 36) = 12, GCD(12, 60) = 12

= GCD = 12

2

Divide all terms by the GCD

24/12 = 2, 36/12 = 3, 60/12 = 5

= 2:3:5

Result

24:36:60 simplifies to 2:3:5

Inputs explained

  • Ratio terms — two or more positive numbers separated by colons. For simplification, enter the full ratio (e.g., 12:18 or 24:36:60). Decimal inputs are accepted and converted to whole numbers by multiplying through (e.g., 1.5:2.5 becomes 3:5).
  • Proportion solver — enter three known values and mark one as the unknown. For example, in 3:5 = 9:?, enter 3, 5, and 9, and the calculator finds the missing fourth value.
  • Scale factor — optionally multiply or divide a ratio by a constant to scale it up or down (e.g., double a recipe).

Outputs explained

  • Simplified ratio — the ratio reduced to lowest terms using the GCD. For example, 12:18 becomes 2:3.
  • Scale factor — how much the original ratio was divided by to reach the simplified form (i.e., the GCD itself).
  • Equivalent fractions — the ratio expressed as a fraction. 2:3 is equivalent to 2/3 or approximately 0.667.
  • Proportion solution — when solving a proportion, the unknown value and a verification step showing both ratios are equal.
  • Percentage split — the ratio expressed as percentages of the total. 2:3 means the first term is 40% and the second is 60% of the whole.

Assumptions & limitations

  • Positive values only — standard ratio notation uses positive numbers. While mathematically valid, negative ratios (e.g., -2:3) can be confusing and are not commonly used in everyday contexts.
  • Exact integers after simplification — the calculator assumes ratio terms are integers or can be cleanly converted. Irrational ratios (like 1:sqrt(2)) cannot be simplified to integer form.
  • Zero terms — a ratio term of zero is mathematically valid (0:5 simplifies to 0:1) but has limited practical meaning. Division by a zero term in proportion-solving is undefined.
  • Order matters — 2:3 is not the same as 3:2. The first represents “2 for every 3” and the second represents “3 for every 2.” Ensure you enter the terms in the correct order.
  • Two-term proportions — the proportion solver handles the standard a:b = c:x case. For more complex proportional reasoning (e.g., inverse proportion or joint variation), additional setup is needed.

출처

Academic
Academic
Wolfram MathWorld - Ratioaccessed 25 Feb 2026
ratio proportion math simplify