Calculate Simplified Ratios

Enter a ratio to simplify it and find scaled equivalents

:

Quick answer

To simplify a ratio a:b, divide both terms by their GCD. 12:8 → GCD = 4 → 3:2. Equivalent ratios are found by multiplying both terms by the same number.

How to use this calculator

Enter the two terms of your ratio. Optionally enter a scale multiplier to generate a scaled equivalent. The calculator returns the simplified ratio, fraction form, decimal value, and step-by-step GCD workings.

What is a ratio?

A ratio compares two quantities and shows their relative sizes:

$$a : b = \frac{a}{b}$$

A ratio of 3:2 means for every 3 units of the first quantity, there are 2 units of the second. Ratios can represent parts-to-parts (mixing ratios) or parts-to-whole (share ratios). They are dimensionless — 3:2 is the same whether counting apples, millilitres, or dollars.

Simplifying ratios

A ratio is in its simplest form when the two terms share no common factor other than 1. To simplify, divide both by their GCD:

$$a : b = \frac{a}{\gcd(a,b)} : \frac{b}{\gcd(a,b)}$$

$$12 : 8 = \frac{12}{\gcd(12,8)} : \frac{8}{\gcd(12,8)} = \frac{12}{4} : \frac{8}{4} = 3 : 2$$

GCD(12,8) = 4. 12 ÷ 4 = 3, 8 ÷ 4 = 2. Simplified ratio: 3:2.

RatioGCDSimplifiedAs fraction
4:622:32/3
15:1053:23/2
18:2463:43/4
100:75254:34/3
7:1471:21/2

Scaling ratios

Multiplying both terms by the same number k gives an equivalent ratio:

$$a : b = (a \times k) : (b \times k) \quad \text{for any } k > 0$$

To verify equivalence, cross-multiply:

$$a : b = c : d \iff a \times d = b \times c$$

3:2 = 15:10? 3 × 10 = 30 and 2 × 15 = 30. Equal products — equivalent. ✓

Scaling up is used in cooking (scaling a recipe), engineering (scale drawings), and finance (scaling returns to a portfolio size).

Dividing a quantity in a ratio

To divide a total amount T between two parts in ratio a:b:

$$\text{Part} = \frac{a}{a+b} \times \text{Total}$$

Divide £500 in ratio 3:2: total parts = 5. Part A = (3/5) × 500 = £300. Part B = (2/5) × 500 = £200. Check: 300 + 200 = 500 ✓.

Worked examples

Example 1: simplify 36:48

GCD(36, 48) = 12. 36 ÷ 12 = 3, 48 ÷ 12 = 4. Simplified: 3:4.

Example 2: find a ratio equivalent to 5:3 with first term 20

Scale factor: 20 ÷ 5 = 4. Second term: 3 × 4 = 12. Equivalent ratio: 20:12.

Example 3: divide 90 kg in ratio 2:1

Total parts = 3. Part 1 = (2/3) × 90 = 60 kg. Part 2 = (1/3) × 90 = 30 kg.

Ratio tool suite

This hub covers ratio simplification and scaling. For more specific ratio calculations:

Common mistakes

Adding instead of multiplying to scale

3:2 + 4 ≠ 7:6. Adding 4 to both terms changes the ratio. To scale, multiply: 3:2 × 4 = 12:8.

Confusing ratio with fraction

A ratio 3:5 means 3 parts first and 5 parts second. As a fraction of the total, the first part is 3/(3+5) = 3/8 — not 3/5. The fraction a/b represents the ratio a:b, but the fraction of the whole is a/(a+b).

Frequently asked questions

How do you simplify a ratio?

Divide both terms by their GCD. 12:8 → GCD = 4 → 3:2.

What is a ratio?

A comparison of two quantities showing their relative sizes. Written a:b or a/b. Dimensionless.

How do you find an equivalent ratio?

Multiply both terms by the same number k. Verify with cross-multiplication.