Equivalent Fractions Calculator
Find equivalent fractions for any fraction and check whether two fractions are equivalent.
Shows simplified form and a full list of equivalents.
The core concept
Equivalent fractions are different ways of writing the same number. The fractions 1/2, 2/4, 3/6, 4/8, 5/10, and 50/100 all represent exactly one-half. They look different but mean identically the same thing.
This works because a fraction is just a division: 1/2 means “1 divided by 2” which equals 0.5. So does 50 ÷ 100 = 0.5. So does 7 ÷ 14 = 0.5.
The fundamental rule:
a/b = (a × n)/(b × n) for any non-zero integer n
Multiply both top and bottom by the same number, and you get an equivalent fraction. Or divide both by the same number — both operations preserve the ratio.
Why this works mathematically
A fraction a/b is essentially a × (1/b). When you multiply by n/n, you’re multiplying by 1 (because any number divided by itself equals 1):
(a × n)/(b × n) = (n/n) × (a/b) = 1 × (a/b) = a/b
Multiplying by 1 doesn’t change a number’s value, just its appearance. This is why equivalent fractions are equivalent: they’re all the same number wearing different “clothes.”
Examples across multiplication
Starting with 2/3, multiply both parts by 2, 3, 4, etc.:
| Multiplier | Equivalent fraction | Decimal |
|---|---|---|
| × 1 (original) | 2/3 | 0.6667 |
| × 2 | 4/6 | 0.6667 |
| × 3 | 6/9 | 0.6667 |
| × 4 | 8/12 | 0.6667 |
| × 5 | 10/15 | 0.6667 |
| × 10 | 20/30 | 0.6667 |
| × 100 | 200/300 | 0.6667 |
All represent two-thirds; all equal 0.6667 (repeating).
Simplest form (lowest terms)
The “simplest form” or “lowest terms” of a fraction has the smallest possible numerator and denominator while still expressing the same value. To simplify:
- Find the GCD (Greatest Common Divisor) of numerator and denominator
- Divide both by the GCD
Example: simplify 24/36
- GCD(24, 36) = 12
- 24 ÷ 12 = 2
- 36 ÷ 12 = 3
- Simplest form: 2/3
Finding the GCD efficiently is important. The Euclidean Algorithm (described by Euclid in his Elements, around 300 BCE) is the standard method:
To find GCD(a, b) where a > b:
- Divide a by b, get remainder r
- If r = 0, GCD = b. Done.
- Otherwise, GCD(a, b) = GCD(b, r). Repeat with b and r.
Example: GCD(48, 18)
- 48 = 2 × 18 + 12 → GCD(18, 12)
- 18 = 1 × 12 + 6 → GCD(12, 6)
- 12 = 2 × 6 + 0 → GCD = 6
So 48/18 simplifies to 8/3 (dividing both by 6).
The cross-multiplication test
To check whether two fractions a/b and c/d are equivalent:
a × d = b × c (if equal, they’re equivalent)
Example: are 3/4 and 9/12 equivalent?
- 3 × 12 = 36
- 4 × 9 = 36
- Equal! → Yes, equivalent
Example: are 2/5 and 6/14 equivalent?
- 2 × 14 = 28
- 5 × 6 = 30
- Not equal! → No, not equivalent
This works because if a/b = c/d, then a × d = c × b (multiply both sides by bd). The cross-multiplication eliminates the fractions and turns the question into simple integer arithmetic.
Why fractions need a common denominator for addition/subtraction
You can’t directly add fractions with different denominators:
- 1/2 + 1/3 ≠ 2/5 (wrong!)
You need to convert to a common denominator first:
- 1/2 = 3/6 (multiply both by 3)
- 1/3 = 2/6 (multiply both by 2)
- 3/6 + 2/6 = 5/6
The smallest common denominator is called the LCD (Least Common Denominator) — it equals the LCM (Least Common Multiple) of the two denominators.
For 1/2 + 1/3: LCM(2, 3) = 6. So convert both fractions to sixths.
Equivalent fractions are the bridge that makes fraction arithmetic possible.
Comparing fractions
To compare 5/8 vs 7/12, convert to equivalent fractions with common denominator:
- LCM(8, 12) = 24
- 5/8 = 15/24
- 7/12 = 14/24
- 15/24 > 14/24, so 5/8 > 7/12
Alternatively, cross-multiplication:
- 5 × 12 = 60
- 8 × 7 = 56
- 60 > 56 confirms 5/8 > 7/12
Decimal connection
Every fraction equals a specific decimal. Equivalent fractions all produce the same decimal:
| Fraction | Decimal |
|---|---|
| 1/4 | 0.25 |
| 2/8 | 0.25 |
| 3/12 | 0.25 |
| 25/100 | 0.25 |
Converting fraction → decimal: divide numerator by denominator.
Some fractions produce repeating decimals:
- 1/3 = 0.333… (3 repeats)
- 1/7 = 0.142857142857… (142857 repeats)
- 1/11 = 0.0909… (09 repeats)
The decimal will terminate only if the denominator’s prime factors are only 2 and 5 (e.g., 10, 20, 100, 2,500). All other denominators produce repeating decimals.
Mixed numbers and improper fractions
An “improper fraction” has a numerator larger than its denominator:
- 7/3, 11/4, 15/8 — all improper
Convert to “mixed number” by dividing:
- 7/3 = 2 remainder 1 = 2 1/3
- 11/4 = 2 remainder 3 = 2 3/4
- 15/8 = 1 remainder 7 = 1 7/8
Both forms represent the same value. Equivalent fractions concepts apply to both.
Visual representations
Equivalent fractions can be shown visually:
Picture a pizza cut into 4 slices. 2 slices = 2/4 of the pizza. Same pizza cut into 8 slices. 4 of those slices = 4/8 of the pizza.
The amount of pizza is identical. Only the slicing differs.
This is why fractions are essential in measurement, cooking, and construction — different tools require different units (1/4 cup vs 4/16 cup = same amount).
Historical context
Fractions have an ancient history:
- Egyptian fractions (3000 BCE): used unit fractions (1/n) almost exclusively
- Babylonian system (2000 BCE): used sexagesimal (base 60) fractions
- Greek mathematics (Euclid, 300 BCE): formalized GCD and rational numbers
- Indian mathematicians (5th-12th century): developed modern fraction notation
- Modern algebraic notation (1600s-1800s): standardized the current form
The Egyptians had to express 3/4 as 1/2 + 1/4. Modern notation is far more efficient.
Why kids struggle with fractions
Fractions are the topic where many students “lose math” — and the reason is partly cognitive:
- Whole-number mindset interferes: 1/2 + 1/3 ≠ 2/5 (which would be true for whole numbers as ratios)
- Multiple representations confuse: 3/4, 0.75, 75% all mean the same thing
- Manipulation rules seem arbitrary: why do we cross-multiply? Why find common denominators?
- Abstract concept: 2/7 is harder to visualize than “2 apples out of 7”
Research suggests fraction understanding predicts later math performance better than almost any other elementary topic. Strong fraction sense is foundational for algebra, geometry, and beyond.
Real-world applications
Fractions appear constantly in daily life:
Cooking: 3/4 cup, 2/3 tsp, 1 1/2 cups. Recipes often need scaling (equivalent fractions help).
Construction: 1/16", 3/8", 7/8" measurements. Carpenters convert constantly.
Music: time signatures (3/4, 4/4, 6/8), note values (whole, half, quarter, eighth, sixteenth notes)
Money: dimes, quarters, halves; per-share prices in fractions before 2001 decimal conversion
Statistics: probabilities are fractions; percentages are fractions × 100
Maps and scales: 1:50,000 scale = 1/50,000 ratio
Tax/finance: tax rates, interest rates, percentages
Computing: bandwidth fractions, memory fractions, screen ratios (16:9, 4:3)
Common fraction mistakes
- Adding directly: 1/2 + 1/3 = 2/5 (wrong — need common denominator)
- Multiplying instead of dividing: 1/2 of 6 = 1/2 × 6, not 1/2 ÷ 6
- Wrong simplification: dividing only top or only bottom
- Forgetting whole part: 5 + 1/3 = 5 1/3 (not 5/3)
- Decimal/percentage conversion errors: 1/4 ≠ 1/4% (= 0.0025)
- Confusing reciprocals: reciprocal of 2/3 is 3/2 (flip)
- Sign confusion: negative fractions: -3/4 = 3/(-4) = -(3/4)
- Mixed-number arithmetic: forgetting to convert to improper for multiplication
The reciprocal
Every non-zero fraction has a reciprocal — flip numerator and denominator:
- Reciprocal of 2/3 = 3/2
- Reciprocal of 7/5 = 5/7
- Reciprocal of 4 = 1/4
- Reciprocal of 1 = 1
Dividing by a fraction = multiplying by its reciprocal:
- 5/6 ÷ 2/3 = 5/6 × 3/2 = 15/12 = 5/4
Bottom line
Equivalent fractions = different fractions representing the same value. Multiply or divide both numerator and denominator by the same number to create equivalent fractions. The simplest form divides both by their GCD (Greatest Common Divisor). Use the Euclidean algorithm to find GCD efficiently. Cross-multiplication tests equivalence: a/b = c/d if and only if ad = bc. Equivalent fractions are essential for adding/subtracting (need common denominator) and comparing fractions. They appear constantly in cooking, construction, music, and finance. Strong fraction understanding is foundational for all higher mathematics.