# What is Ratio — Definition, Formula & Examples in Math

TL;DR

A ratio is a comparison of two (or more) quantities of the same kind, written as a:b or as the fraction a/b, that tells you how big one quantity is relative to the other. This article covers the definition, the three notations (a:b, a/b, a to b), part-to-part vs part-to-whole types, simplification with the GCD, equivalent ratios, three worked examples (Quick / Standard / Stretch), the difference between ratio and proportion, and the slips that cost marks.

The relationship is 2:1 — for every 2 cups of flour, 1 cup of milk. Scale up to 4:2 or scale down to 1:0.5 — the ratio hasn't changed. A **ratio** captures the proportional relationship between quantities; resizing leaves it alone.

## The Definition of Ratio in Math

A **ratio** is a comparison of two quantities of the same kind, expressed as one quantity divided by the other. If the two quantities are a and b (with b≠0), the ratio of a to b is written:

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

The first number a is the **antecedent**; the second number b is the **consequent**. The two must be **like quantities** — both lengths, both weights, both counts — measured in the same unit. Comparing 3 apples to 5 oranges as a ratio is fine (3:5), comparing 3 cm to 5 kg as a ratio is not.

A ratio differs from a fraction in one important way: a fraction a/b usually means _a parts out of a whole of b parts_. A ratio a:b means _a on one side, b on the other_. The two notations overlap but the framing is different.

> **Quick reference.**
>
> - **Definition:** a comparison of two like quantities.
> - **Three notations:** a:b (colon form), \frac{a}{b} (fraction form), "a to b" (word form).
> - **Antecedent:** a (first term). **Consequent:** b (second term).
> - **Requires:** same units. Convert before forming the ratio.
> - **Simplest form:** divide both terms by their greatest common divisor (GCD).
> - **Grade introduced:** CCSS-M 6.RP.A.1 (ratio concepts); NCERT Class 6 Chapter 12 — Ratio and Proportion.

## Three Ways to Write a Ratio in Math

The same ratio can be written three ways. All three mean the same thing.

| Notation | Form | Read as |
| --- | --- | --- |
| Colon | 3:4 | "3 to 4" |
| Fraction | \frac{3}{4} | "three-fourths" |
| Word | 3 to 4 | "3 to 4" |

The colon form is most common in word problems and recipes. The fraction form is more common in algebra and physics. The word form appears in financial reports ("debt-to-equity of 2 to 1").

## Types of Ratios — Part-to-Part and Part-to-Whole

This split is what every textbook trips students on first.

- **Part-to-part ratio.** Compares one part of a group to another part. In a bag of 3 red and 5 blue marbles, the red-to-blue ratio is 3:5.

- **Part-to-whole ratio.** Compares one part of a group to the total. In that same bag, the red-to-total ratio is 3:8 — three reds out of eight marbles.

Both are valid ratios. The trap is using the wrong one for the question — a question about "what fraction of the marbles are red?" wants part-to-whole (3/8), not part-to-part.

Two related types you'll see in higher grades:

- **Equivalent ratios.** Two ratios are equivalent if they simplify to the same lowest form. 4:6, 6:9, and 2:3 are all equivalent.

- **Compound ratio.** A ratio of ratios. The compound ratio of a:b and c:d is ac:bd. Used in proportion problems.

## How to Simplify a Ratio

Simplifying a ratio is the same move as reducing a fraction — divide both terms by their greatest common divisor (GCD).

To simplify 18:24:

1. Find gcd(18,24). The largest number that divides both is 6.
2. Divide each term by 6: 18÷6=3 and 24÷6=4.
3. Simplified ratio: 3:4.

A few special cases:

- **Decimals.** Convert to integers first. 0.5:1.5 becomes 5:15, then 1:3.
- **Fractions.** Multiply through by the common denominator. 1/2:1/3 becomes 3:2.
- **Mixed units.** Convert to the same unit first. 555 cm : 1 m becomes 555 cm : 100 cm = 1:2.

The point of simplification is the same as for fractions: the simplest form is the easiest to compare and to communicate.

## Three Worked Examples of Ratio

**Quick.** A box has 12 pencils and 8 pens. What is the ratio of pencils to pens in simplest form?

Both are counts. The unsimplified ratio is 12:8. gcd(12,8)=4, so divide through:

12:8=3:2.

**Final answer:** 3:2.

**Standard (Wrong Path First — Where Solutions Go Sideways).** In a class of 30 students, the ratio of boys to girls is 3:2. How many boys are there?

_The wrong path._ A student thinks: "The ratio is 3:2, so there must be 18 boys."

**Final answer:** 18 boys.

**Stretch.** A length of 2.4 m of cloth costs ₹360. A bigger piece costs ₹540. How long is the bigger piece?

Set up equivalent ratios:

\frac{360}{2.4} = \frac{540}{L}.

Cross-multiply: 360L=540×2.4=1296. So L=1296/360=3.6 m.

**Final answer:** 3.6 m.

## Ratio vs Proportion — Easy to Confuse

| Term | What it is | Example |
| --- | --- | --- |
| **Ratio** | A single comparison between two quantities | 3:4 |
| **Proportion** | An equation stating two ratios are equal | 3:4=6:8 |

## Where Ratios Appear — From Recipes to Maps

- **Recipes.** Every recipe is a ratio table. Doubling a recipe scales the ratio, not the absolute amounts.
- **Maps.** A scale of 1:50,000 means 1 cm on the map equals 50,000 cm on the ground.
- **Mixing paint, concrete, fuel.** The cement:sand:aggregate ratio for concrete is 1:2:4.
- **Finance.** The price-to-earnings (P/E) ratio of a stock, the debt-to-equity ratio of a company.
- **The golden ratio.** \varphi = (1 + \sqrt{5})/2 \approx 1.618 — the ratio of consecutive Fibonacci numbers.

## Ratio: Tripping Points to Avoid

### **Mistake 1:** Treating a:b as "a on one side, b on the other" of the whole.

### **Mistake 2:** Comparing quantities in different units.

### **Mistake 3:** Writing ratio terms in the wrong order.

## Conclusion

- A **ratio** compares two quantities of the same kind, written a:b or \frac{a}{b}.
- Ratios can be part-to-part or part-to-whole.
- Simplify a ratio by dividing both terms by their GCD.
- A ratio describes how a total _splits_, not the total itself.
- Always convert quantities to the same unit before forming a ratio.
