Equivalent Fractions Calculator
Find fractions equal in value to any fraction by multiplying the numerator and denominator by the same number, with 20 equivalents and every step shown.
How to use this calculator
Enter a numerator and denominator. The calculator first reduces the fraction to lowest terms (if it isn't already), then multiplies that reduced fraction's numerator and denominator by 2, 3, 4, … all the way to 21 — generating 20 fractions that all equal the same value as your input.
Negative fractions and a zero numerator both work correctly — the step-by-step breakdown and the scrollable table below the answer show exactly how each case is handled.
The core formula
Multiply both the numerator and denominator by the same nonzero integer k:
This works because k ÷ k = 1, and multiplying any value by 1 leaves it unchanged — only the way it's written changes, never the value itself.
Worked example — generating equivalents of 3/4
Reducing any of these back down — for example — returns the original fraction, confirming they're all equal in value.
Mixed numbers and whole numbers
- A mixed number like
1 1/2converts to an improper fraction first (3/2), then multiplies byk/kthe same way. - A whole number like
5is written as5/1first, then multiplied:10/2, 15/3, 20/4, ….
When the numerator is zero or the fraction is negative
Both cases follow the same rule as any other fraction — only the specific numbers change, never the underlying logic of multiplying numerator and denominator by the same k.
Why this matters: common denominators and comparing fractions
Equivalent fractions are the tool behind adding, subtracting, and comparing fractions with different denominators. To compare and , rewrite both with a common denominator using equivalents: and — now it's clear that , so .
This is also the reverse operation of simplifying a fraction: simplifying divides numerator and denominator by their GCF to reach the smallest form; generating equivalents multiplies by k to reach larger, equal forms.
Common equivalent fractions reference
| Fraction | Equivalent (×2) | Equivalent (×3) | Equivalent (×4) |
|---|---|---|---|
| 1/2 | 2/4 | 3/6 | 4/8 |
| 1/3 | 2/6 | 3/9 | 4/12 |
| 1/5 | 2/10 | 3/15 | 4/20 |
| 2/3 | 4/6 | 6/9 | 8/12 |
| 3/4 | 6/8 | 9/12 | 12/16 |
Precision note
Every computation uses arbitrary-precision integers (BigInt), not floating-point numbers — so the reduced fraction and all 20 generated equivalents are always exact, no matter how large the numerator or denominator is.
Frequently asked questions
- What is an equivalent fraction?
- An equivalent fraction is a fraction that looks different but represents the same value. , , and are all equivalent — they all mean "half."
- How do you find an equivalent fraction?
- Multiply the numerator and denominator by the same nonzero whole number. For , multiplying by 2 gives , multiplying by 3 gives , and so on.
- Why does multiplying numerator and denominator by the same number not change the value?
- Because for any nonzero k, and multiplying by 1 never changes a value. is just written with bigger numbers.
- What are the equivalent fractions of 4/6?
- 4/6 is not in lowest terms — its GCF is 2, so it reduces to . From there, the equivalents are 4/6, 6/9, 8/12, 10/15, and so on, generated by multiplying by 2, 3, 4, ….
- Can a fraction with a zero numerator have equivalent fractions?
- Yes. 0/5 reduces to 0/1, and every equivalent — 0/2, 0/3, 0/4, … — still equals 0. Only the denominator changes; the value never does.
- Do equivalent fractions work with negative fractions?
- Yes — the sign stays with the numerator. −2/3 is already in lowest terms, and its equivalents are −4/6, −6/9, −8/12, and so on, all equal to the same negative value.
- What is the difference between simplifying a fraction and finding equivalent fractions?
- They're opposite operations. Simplifying divides the numerator and denominator by their GCF to get smaller numbers; finding equivalents multiplies by k to get bigger numbers that still equal the same value.
- What are equivalent fractions used for?
- They let you rewrite fractions with a common denominator so you can add, subtract, or compare them — for example, turning 1/2 and 1/3 into 3/6 and 2/6 before adding.