Audited ·Last updated 27 Jul 2026·3 citations·Tier 2·0 uses

Equivalent Fractions Calculator

Enter any fraction and generate a full set of equivalent fractions, plus the exact equivalent for any target denominator you choose.

Equivalent Fractions Calculator

The top number of your starting fraction. Must be an integer.
The bottom number of your starting fraction. Must be a non-zero integer.
The denominator you want an equivalent fraction for — for example, 20 to find what 3/4 looks like as a fraction over 20. Must be a whole-number multiple of your fraction's lowest-terms denominator.
Numerator at the target denominator
15
simplifiedNumerator × scaleFactor — the numerator of the equivalent fraction whose denominator is exactly targetDenominator. For 3/4 scaled to 20ths this is 15 (i.e. 15/20).
Numerator in lowest terms
3
Denominator in lowest terms
4
GCD used to reduce
1
Decimal value
0.75
Scale factor to target denominator
5
Numerator (×2)
6
Denominator (×2)
8
Numerator (×3)
9
Denominator (×3)
12
Numerator (×4)
12
Denominator (×4)
16
Numerator (×5)
15
Denominator (×5)
20
Equivalent fraction at target denominator
15/20

Background.

This equivalent fractions calculator does something Quanta's general fraction calculator has no concept of at all: given a single fraction, it generates an entire family of equal-valued fractions — the ×2, ×3, ×4, and ×5 multiples — and it can solve for the exact equivalent fraction at any denominator you name. Enter 3/4 with a target denominator of 20 and it returns 6/8, 9/12, 12/16, and 15/20 as the generated set, plus targetNumerator = 15 confirming that 3/4 and 15/20 are the same value written two different ways.

Quanta's fraction calculator (math/fraction) performs binary arithmetic — add, subtract, multiply, divide — on two fractions you supply; it has no single-fraction 'show me equivalents' mode, no scale-factor output, and no way to solve 'what is 3/4 over a denominator of 20?' That is an entirely different question from arithmetic, and this calculator answers it directly.

What makes two fractions equivalent? Multiplying (or dividing) both the numerator and denominator of a fraction by the same non-zero number never changes its value, because you are really just multiplying by k/k, which always equals 1. 3/4 and 6/8 are equivalent because 6/8 = (3×2)/(4×2) = 3/4 × 2/2 = 3/4 × 1 = 3/4. This is the same principle behind the least common denominator used to add fractions, behind reducing a fraction to lowest terms (which is exactly this process run in reverse — dividing instead of multiplying), and behind converting a fraction to a percentage or a different unit denominator.

This calculator does the reduction first — finding the fraction's lowest-terms form via the Euclidean algorithm — because every equivalent fraction, including the one you started with, is a multiple of that unique reduced form. From there, generating the ×2 through ×5 set is direct multiplication, and solving for a specific target denominator is one division (to find the scale factor) followed by one multiplication (to find the matching numerator). If the target denominator you name is not an exact multiple of the reduced denominator, no equivalent fraction with a whole-number numerator exists at that denominator, and the calculator says so plainly rather than returning a fractional numerator that defeats the purpose of a whole-number fraction.

This calculator is built for the exact moment a fraction needs to be rewritten to match something else: converting a recipe measurement to match a measuring cup marked only in twelfths, finding a common denominator by hand before adding two fractions, checking a homework answer that asks for 'three equivalent fractions,' or lining up a ratio with a specific scale on a technical drawing. Whether your starting fraction is already reduced or not, and whether your target denominator is small or large, this page and the calculator above generate the full equivalent family with primary-source citations to OpenStax and Euclid.

What is equivalent fractions calculator?

Two fractions are equivalent when they represent the same rational number, even though they are written with different numerators and denominators — for example, 1/2, 2/4, 3/6, and 50/100 are all equivalent, because each equals exactly one-half. Equivalent fractions are generated from any starting fraction n/d by multiplying both the numerator and the denominator by the same non-zero whole number k, since (n×k)/(d×k) = n/d × k/k = n/d × 1 = n/d — multiplying by k/k never changes the value because k/k always equals 1 for non-zero k. Every fraction has infinitely many equivalent forms, one for every positive integer k, but exactly one of them is in lowest terms — the form where the numerator and denominator share no common factor greater than 1, found by dividing both by their greatest common divisor. Conversely, given a target denominator, an equivalent fraction with that denominator exists with a whole-number numerator if and only if the target denominator is an integer multiple of the original fraction's lowest-terms denominator; the required numerator is then the reduced numerator multiplied by that same integer multiple (the scale factor).

How to use this calculator.

  1. Enter your starting fraction's numerator and denominator. The denominator must be non-zero.
  2. Enter a target denominator — the specific denominator you want an equivalent fraction for. It must be a whole-number multiple of your fraction's lowest-terms denominator.
  3. Read the reduced form (simplifiedNumerator, simplifiedDenominator) to see your fraction in lowest terms, and the gcdUsed to see what it was divided by to get there.
  4. Read the scale factor and the primary result, targetNumerator, to see the numerator of the equivalent fraction at your chosen target denominator.
  5. Look at the generated set — the ×2 through ×5 numerator/denominator pairs — for a ready-made list of equivalent fractions without needing to specify a target denominator at all.
  6. If the calculator reports an error about the target denominator, it means no whole-number equivalent exists there — try a target denominator that is a multiple of the reduced denominator shown in the error message.

The formula.

n⁄d = (n·k) ⁄ (d·k) for any non-zero integer k

The calculator first reduces the entered fraction to lowest terms, dividing both the numerator and denominator by g = gcd(|numerator|, |denominator|), found via the Euclidean algorithm (Euclid, Elements, Book VII, Proposition 2): repeatedly replace the larger of two numbers with the remainder of dividing it by the smaller, until the remainder is zero — the last non-zero remainder is the GCD. Reducing first matters because every equivalent fraction, including any unreduced form you might have entered, is itself a whole-number multiple of the unique lowest-terms fraction; starting from the reduced form guarantees every generated equivalent is a genuine, correctly-scaled member of the family. Generating the fixed ×2 through ×5 set is then direct: multiply both the reduced numerator and reduced denominator by 2, then by 3, then by 4, then by 5, each time producing a valid equivalent fraction because (n×k)/(d×k) = (n/d)×(k/k) = (n/d)×1 = n/d for any non-zero integer k — multiplying by k/k never changes a fraction's value. Solving for a specific target denominator reverses that logic: if the target denominator T is an integer multiple of the reduced denominator d, the scale factor is k = T/d, an integer, and the matching numerator is simply the reduced numerator multiplied by that same k. If T is not an integer multiple of d, no whole-number numerator can produce an exact equivalent fraction with denominator T, because the defining property of equivalence — multiplying both terms by the identical integer — would be violated; the calculator therefore rejects a non-multiple target denominator explicitly, with the reduced denominator stated in the error so you know what multiple to try instead.

A worked example.

Example

Take the fraction 3/4 with a target denominator of 20. The calculator reads numerator = 3, denominator = 4, targetDenominator = 20. Reducing first: gcd(3, 4) = 1 (3 and 4 share no common factor), so the fraction is already in lowest terms — simplifiedNumerator = 3, simplifiedDenominator = 4. Checking the target: 20 ÷ 4 = 5 exactly, so 20 is a valid whole-number multiple of 4, and the scale factor is 5. The matching numerator is 3 × 5 = 15, so targetNumerator = 15 — confirming 3/4 = 15/20. Independently, the calculator generates the fixed equivalent set by multiplying the reduced numerator and denominator by 2, 3, 4, and 5: ×2 gives 6/8, ×3 gives 9/12, ×4 gives 12/16, and ×5 gives 15/20 — which matches the target-denominator answer exactly, since the scale factor for this particular target happened to be 5. The shared decimal value across every member of the family is 3 ÷ 4 = 0.75. A second illustrative case: 2/4 with target denominator 6. Here 2/4 first reduces to 1/2 (gcd(2,4) = 2), and since 6 ÷ 2 = 3 is a whole number, the scale factor is 3 and the target numerator is 1 × 3 = 3 — so 2/4 = 1/2 = 3/6, demonstrating that an unreduced starting fraction still resolves correctly because the calculator always reduces first.

target Denominator20
denominator4
numerator3

Frequently asked questions.

What are equivalent fractions?
Equivalent fractions are different-looking fractions that represent the exact same value. 1/2, 2/4, 3/6, and 50/100 are all equivalent because each one equals exactly one-half. They are created by multiplying (or dividing) both the numerator and denominator of a fraction by the same non-zero whole number, which never changes the fraction's value because you are effectively multiplying by 1 (any number divided by itself, like 2/2 or 5/5, equals 1).
How do I find an equivalent fraction with a specific denominator?
Divide your target denominator by your fraction's current (ideally already-reduced) denominator. If the division comes out to a whole number, that whole number is your scale factor — multiply both the numerator and denominator by it to get the equivalent fraction. For 3/4 with a target denominator of 20: 20 ÷ 4 = 5, so multiply both terms by 5, giving 15/20. If the division does not come out to a whole number, there is no equivalent fraction at that exact denominator with an integer numerator.
Why does the calculator sometimes say no equivalent fraction exists at my target denominator?
Because a target denominator only has a valid equivalent fraction if it is an exact whole-number multiple of your fraction's lowest-terms denominator. For example, 1/3 has lowest-terms denominator 3, so equivalents exist at 6, 9, 12, 15… (multiples of 3), but not at 10 — there is no whole number you can multiply both 1 and 3 by to land on a denominator of 10, because 10 ÷ 3 is not an integer.
Do I need to reduce my fraction before finding its equivalents?
No — this calculator reduces it for you automatically before generating equivalents, so entering an unreduced fraction like 2/4 works exactly the same as entering its lowest-terms form 1/2. Both will correctly generate 3/6, 6/12, and so on, because 2/4 and 1/2 are themselves equivalent, and every equivalent of one is an equivalent of the other.
Are all equivalent fractions equal to the same decimal value?
Yes, always. Since every equivalent fraction is created by multiplying the numerator and denominator by the identical number, the ratio between them — and therefore the decimal value — never changes. 1/2, 2/4, 3/6, and 50/100 all equal exactly 0.5, and this calculator's decimalValue output stays the same across every member of the generated set, which is a useful way to double-check that a claimed equivalent fraction really is equivalent.
How is this different from simplifying a fraction?
Simplifying (reducing) a fraction is finding its equivalent form with the smallest possible whole-number numerator and denominator — it is generating equivalents in reverse, dividing by the greatest common divisor instead of multiplying by a chosen scale factor. This calculator does both: it reduces your input first (shown as simplifiedNumerator and simplifiedDenominator), then scales that reduced form up to whatever larger denominators you ask for. If all you need is the reduced form itself, Quanta's dedicated simplify-fractions calculator does that one operation with GCD steps shown.
Can equivalent fractions have a negative numerator?
Yes. The equivalence rule works identically regardless of sign — multiplying both the numerator and denominator of −3/4 by 2 gives −6/8, which is still equal to −3/4. This calculator normalises the sign so it always sits on the numerator (the denominator is always reported as positive), and every generated equivalent preserves that same sign consistently.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon