A ratio compares two or more quantities. They appear in cooking recipes, map scales, financial analysis, mixing concrete, and countless everyday situations. Once you understand how ratios work — how to simplify them, scale them, and use them to divide quantities — you have a powerful problem-solving tool that applies across almost every field.

What Is a Ratio?

A ratio expresses the relative size of two or more quantities. The ratio 3:5 means "for every 3 of one thing, there are 5 of another." Ratios can be written in three equivalent ways:

📝 Three Ways to Write a Ratio

Colon notation: 3 : 5
Fraction notation: 3/5
Word form: "3 to 5"

All three mean the same thing — for every 3 units of the first quantity, there are 5 units of the second.

Types of Ratios

Part-to-Part
2 : 3

Compares one part of a group to another part. Example: boys to girls in a class.

Part-to-Whole
2 : 5

Compares one part to the total. Same as a fraction. Example: passes out of total attempts.

Rate
60 km/h

Ratio of two different units. Example: speed, price per unit, pay per hour.

Scale Ratio
1 : 50,000

Used in maps and models. 1 cm on the map = 50,000 cm in real life.

How to Simplify a Ratio

Simplifying a ratio means reducing it to its lowest terms — the smallest whole numbers that maintain the same relationship. The method is identical to simplifying a fraction: divide both parts by their Greatest Common Divisor (GCD).

Simplified ratio = (a ÷ GCD) : (b ÷ GCD)
GCD = Greatest Common Divisor of a and b
Find the largest number that divides evenly into both a and b, then divide both parts by it.
Step 1

Find the GCD of the two numbers

List the factors of both numbers and find the largest factor they share. For larger numbers, use the Euclidean algorithm: divide the larger by the smaller, take the remainder, and repeat until the remainder is zero — the last non-zero divisor is the GCD.

Step 2

Divide both parts by the GCD

Divide every term of the ratio by the GCD. The result is the simplified ratio. All terms should now be whole numbers with no common factor other than 1.

Step 3

Verify — check that the simplified ratio is equivalent

Cross-multiply to verify: a/b = c/d is true if a × d = b × c. If the cross products are equal, the ratios are equivalent.

Simplifying — Worked Examples

📝 Simplify the ratio 12 : 18
Factors of 121, 2, 3, 4, 6, 12
Factors of 181, 2, 3, 6, 9, 18
GCD6
12 ÷ 6 : 18 ÷ 62 : 3
Simplified ratio2 : 3
✅ 12 : 18 = 2 : 3
2
3
■ Part A (2) ■ Part B (3)
📝 Simplify 48 : 36 using the Euclidean algorithm
48 ÷ 36 = 1 rem 12
36 ÷ 12 = 3 rem 0
GCD = 12
48 ÷ 12 : 36 ÷ 124 : 3
Simplified ratio4 : 3
✅ 48 : 36 = 4 : 3
📝 Simplify a ratio with decimals: 1.5 : 2.5
Multiply both by 10 to remove decimals15 : 25
GCD of 15 and 255
15 ÷ 5 : 25 ÷ 53 : 5
✅ 1.5 : 2.5 = 3 : 5

🧮 Ratio Calculator

Enter any two values to simplify, convert, and visualize the ratio.

:
Simplified
As Fraction
A as % of total
A ÷ B (decimal)
Divide a Quantity by this Ratio
Equivalent Ratios

How to Scale a Ratio

Scaling a ratio means multiplying or dividing all parts by the same number. The ratio stays equivalent — only the actual quantities change. This is used in recipes, map reading, mixing, and proportion problems.

Scaled ratio = (a × k) : (b × k)
k = scale factor (any positive number)
Multiply every part of the ratio by k to scale up
Divide every part by k to scale down
📝 Recipe calls for flour and sugar in ratio 3:2. You want to make 5 times the amount.
Original ratio3 : 2
Scale factor k5
Scaled ratio (3×5) : (2×5)15 : 10
Which simplifies back to3 : 2 ✓
✅ Use 15 cups flour and 10 cups sugar — same ratio, larger batch
📝 Map scale 1:50,000. You measure 3 cm on the map. What is the real distance?
Scale ratio1 : 50,000
Map distance3 cm
Real distance = 3 × 50,000150,000 cm
Convert to km1.5 km
✅ The real distance is 1.5 km

How to Divide a Quantity in a Given Ratio

This is one of the most common ratio problems: you have a total amount and need to split it according to a given ratio.

Step 1

Find the total number of parts

Add all the numbers in the ratio. For ratio a : b, total parts = a + b. For a : b : c, total parts = a + b + c.

Step 2

Find the value of one part

Divide the total quantity by the total number of parts: one part = total ÷ (a + b).

Step 3

Multiply each ratio number by the value of one part

Each person's or portion's share = their ratio number × value of one part.

📝 Divide ₱12,000 between Ana and Ben in the ratio 3:5
Total parts = 3 + 58 parts
Value of 1 part = ₱12,000 ÷ 8₱1,500
Ana's share = 3 × ₱1,500₱4,500
Ben's share = 5 × ₱1,500₱7,500
Check: ₱4,500 + ₱7,500₱12,000 ✓
✅ Ana gets ₱4,500 and Ben gets ₱7,500
Ana (3)
Ben (5)
■ Ana — ₱4,500 ■ Ben — ₱7,500
📝 Three partners share profit of ₱90,000 in ratio 2:3:4
Total parts = 2 + 3 + 49 parts
Value of 1 part = ₱90,000 ÷ 9₱10,000
Partner A = 2 × ₱10,000₱20,000
Partner B = 3 × ₱10,000₱30,000
Partner C = 4 × ₱10,000₱40,000
Check: 20+30+40₱90,000 ✓
✅ Shares are ₱20,000 : ₱30,000 : ₱40,000

Converting Ratios

Ratio to Fraction

A ratio a : b equals the fraction a/b. The first term is the numerator, the second is the denominator.

📝 Convert 3:4 to a fraction
3 : 4= 3/4 = 0.75
✅ The ratio 3:4 is equivalent to the fraction ¾

Ratio to Percentage

To express part A as a percentage of the total (A + B): divide A by (A + B), then multiply by 100.

% of A = A ÷ (A + B) × 100
For ratio a : b, A represents a/(a+b) of the whole
📝 A class has boys and girls in ratio 3:5. What percentage are girls?
Total parts = 3 + 58
Girls' fraction = 5 ÷ 80.625
Girls as percentage62.5%
✅ 62.5% of the class are girls

Proportion — Solving for an Unknown

A proportion states that two ratios are equal: a/b = c/d. If three of the four values are known, you can solve for the fourth using cross-multiplication.

a/b = c/d   →   a × d = b × c
Cross-multiply: multiply the numerator of each side by the denominator of the other.
Then solve for the unknown variable.

⚖️ Proportion Solver

Enter three values. Leave the unknown as blank — type x or leave empty.

=

Ratio vs Proportion — What's the Difference?

💡 Ratio vs Proportion

A ratio compares two quantities: 3 : 5
A proportion states that two ratios are equal: 3/5 = 6/10

Every proportion contains two ratios. Not every ratio is part of a proportion. When you say "this recipe scales proportionally," you mean the ratio of ingredients stays the same as the quantity changes.

Practice Problems

ProblemAnswer
Simplify 24 : 36 2 : 3
Simplify 45 : 60 : 75 3 : 4 : 5
Divide ₱5,000 in ratio 1:4 ₱1,000 and ₱4,000
Convert ratio 7:3 — what % is Part A? 70%
If 3 : x = 9 : 15, find x x = 5
Map scale 1:25,000. Map distance = 4 cm. Real distance? 1 km
Concrete mix: cement:sand:gravel = 1:2:3. For 12 bags cement, how much sand and gravel? 24 bags sand, 36 bags gravel
✅ Key Takeaways

1. A ratio compares quantities — written as a:b, a/b, or "a to b"
2. Simplify by dividing both parts by their GCD
3. Scale by multiplying all parts by the same factor k
4. Divide a quantity: total parts = a+b → one part = total ÷ (a+b) → each share = ratio × one part
5. Ratio to fraction: a:b = a/b
6. Ratio to %: a/(a+b) × 100
7. Proportion: a/b = c/d → solve with cross-multiplication a×d = b×c
8. Always verify by checking that shares add back to the original total


📐 Try the Ratio Calculator

Simplify, scale, convert and split quantities using our free ratio calculator.

Try the Ratio Calculator →