Dividing Fractions Calculator

Divide one fraction or mixed number by another and get the exact quotient in lowest terms, as a mixed number, and as a decimal. The calculator converts mixed numbers to improper fractions, takes the reciprocal of the divisor, multiplies straight across, and divides out the greatest common factor — showing each of those lines so you can copy the working. It also answers the question fraction division really asks: how many of the second quantity fit inside the first.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Dividend: whole partLeave at 0 for a plain fraction; enter 2 for the mixed number 2 1/2.0
Dividend numeratorThe top number of the fraction you are dividing.3
Dividend denominatorThe bottom number; it must be 1 or more. Use 1 for a whole number.4
Divisor: whole partLeave at 0 for a plain fraction; enter 1 for the mixed number 1 1/4.0
Divisor numeratorThe top number of the fraction you are dividing by; it cannot make the divisor zero.2
Divisor denominatorThe bottom number; it must be 1 or more. Use 1 to divide by a whole number.3

It returns

  • Quotient in lowest terms — The exact answer with the greatest common factor divided out.
  • As a mixed number — The same value written as a whole part plus a proper fraction.
  • Reciprocal of the divisor — The divisor turned upside down — the fraction you multiply by instead.
  • Decimal value

The formula

ab÷cd=ab×dc=adbc
(cd)1=dc

In plain text: (a/b) ÷ (c/d) = (a/b) × (d/c) = (a·d)/(b·c), c ≠ 0

  • aNumerator of the dividend (integer)
  • bDenominator of the dividend, greater than zero (integer)
  • cNumerator of the divisor; the quotient exists only when c ≠ 0 (integer)
  • dDenominator of the divisor, greater than zero (integer)

Mixed numbers are converted to improper fractions first: w n/d = (|w|·d + |n|)/d, carrying the sign of w. The product a·d over b·c is then divided by gcd(a·d, b·c).

Updated Category Fractions, Decimals & Rounding Verified against published test cases Reading time 10 min

What dividing by a fraction actually asks

Division asks a counting question: how many of the divisor fit inside the dividend. That reading survives intact when the divisor is a fraction, and holding onto it is the fastest way to stop fraction division feeling arbitrary.

Ask how many 1/4-cup scoops fill a 3/4-cup measure and the answer is obviously three. Written out, 3/4 ÷ 1/4 = 3. Ask how many 3/8-inch shims stack into a 2 1/4-inch gap and the answer is six. In both cases the quotient is larger than the dividend, which surprises people who have absorbed the idea that dividing makes things smaller. Dividing by a number below 1 always produces a quotient larger in magnitude than the dividend, because you are counting small pieces, and small pieces are numerous.

The second reading is scaling. Dividing by 2/3 undoes multiplying by 2/3, so it is the same as multiplying by 3/2. That is the reciprocal rule, and it is not a trick — it is what “undo” means. Every number except zero has a reciprocal, the number you multiply it by to get 1, and dividing by a number is defined as multiplying by its reciprocal. Zero is the sole exception, which is precisely why division by zero has no answer.

Both readings give the same arithmetic, and this calculator shows it: the divisor gets flipped, the operation becomes multiplication, and the result is reduced. Multiplication itself is covered in more detail by the multiplying fractions calculator.

The reciprocal rule, and why it is true

The rule is (a/b) ÷ (c/d) = (a/b) × (d/c). Three things are worth understanding about it.

Why flipping works. A quotient is by definition the number that, multiplied by the divisor, returns the dividend. Take the compound fraction (a/b)/(c/d) and multiply top and bottom by d/c. The bottom becomes (c/d)·(d/c) = 1, leaving the top, (a/b)·(d/c). Multiplying a fraction top and bottom by the same non-zero number never changes its value, so the two expressions are equal. There is nothing to memorise beyond that one line.

Why only the second fraction flips. The dividend is not being undone; the divisor is. Flipping both, or flipping the first, gives a different number. The mnemonic keep, change, flip encodes the order: keep the dividend, change the sign of the operation from ÷ to ×, flip the divisor.

Why no common denominator is needed. Common denominators exist to make counts comparable, which matters for adding and subtracting fractions and for nothing else. Multiplication and division act on numerators and denominators independently, so they go straight across. Students fresh from a week of LCD practice often find a common denominator here out of habit; it is not wrong — (a/L)÷(c/L) = a/c is a valid alternative method — but it is extra work.

The sign follows the usual rule: a negative divided by a positive, or a positive divided by a negative, is negative; two negatives give a positive. This calculator normalises the sign onto the numerator so the denominator is always reported positive.

Worked example: 3/4 ÷ 2/3, and a 2 1/4 in gap in 3/8 in shims

First problem: 3/4 ÷ 2/3.

  1. Both are proper fractions, so nothing needs converting. a = 3, b = 4, c = 2, d = 3.
  2. Keep the dividend. It stays 3/4.
  3. Flip the divisor. The reciprocal of 2/3 is 3/2. Check it: (2/3) × (3/2) = 6/6 = 1, which is what a reciprocal must do.
  4. Multiply the numerators. 3 × 3 = 9.
  5. Multiply the denominators. 4 × 2 = 8.
  6. Reduce. gcd(9, 8) = 1, so 9/8 is already in lowest terms.
  7. Read it back. 9/8 = 1 1/8 = 1.125. In words: one and one-eighth two-thirds fit inside three-quarters. Sanity check with decimals: 0.75 ÷ 0.6667 = 1.125.

Second problem: how many 3/8 in shims fill a 2 1/4 in gap?

  1. Convert the mixed number. 2 1/4 = (2×4 + 1)/4 = 9/4.
  2. Flip the divisor. The reciprocal of 3/8 is 8/3.
  3. Multiply across. Numerators: 9 × 8 = 72. Denominators: 4 × 3 = 12.
  4. Reduce. gcd(72, 12) = 12, so 72/12 = 6/1 = 6.
  5. Interpret. Exactly six shims, no gap left over. Check: 6 × 3/8 = 18/8 = 9/4 = 2 1/4. It closes.

Had the gap been 2 3/8 in instead, the arithmetic runs 19/8 ÷ 3/8 = 19/8 × 8/3 = 152/24 = 19/3 = 6 1/3 shims — six shims and a third of another, which in the shop means six shims and a 1/8 in gap left, because a third of 3/8 is 1/8.

How to read the quotient

Compare the quotient with 1 first. If the magnitude of the quotient is above 1, the dividend was the larger quantity and more than one divisor fits inside it. If it is below 1, the divisor was larger and the answer is a fraction of one divisor. If it equals 1, the two quantities were equal. That single comparison catches most flipped-by-mistake errors instantly: dividing 1/8 by 3/4 must give something well under 1, so an answer of 6 means the fractions went in the wrong order.

Then look at the denominator of the reduced quotient. A denominator of 1 means the division came out exactly — the divisor goes into the dividend a whole number of times with nothing left over. Any other denominator tells you what fraction of a divisor is left: 6 1/3 shims means a third of a shim's worth of gap remains.

Fraction division does not produce a remainder in the way whole-number division does. 19 ÷ 3 can be reported as 6 remainder 1, but 19/8 ÷ 3/8 is reported as 6 1/3, where the 1/3 is a fraction of the divisor, not of a whole. If you want quotient-and-remainder form on integers instead, use the long division with remainder calculator.

Finally, check the form. Lowest terms means numerator and denominator share no factor above 1; the calculator reports the greatest common factor it divided out, so you can confirm your own reduction. If you need to reduce a fraction you already have, the simplifying fractions calculator does that alone.

Worked fraction divisions to check your method against

Every row follows the same three moves: flip the divisor, multiply across, divide by the greatest common factor.
ProblemRewritten as multiplicationProductLowest termsDecimal
1/2 ÷ 1/41/2 × 4/14/222
3/4 ÷ 1/83/4 × 8/124/466
2/3 ÷ 1/62/3 × 6/112/344
5/8 ÷ 1/165/8 × 16/180/81010
7/8 ÷ 1/27/8 × 2/114/87/41.75
3/4 ÷ 2/33/4 × 3/29/89/81.125
1/2 ÷ 31/2 × 1/31/61/60.1666…
2 1/2 ÷ 1 1/45/2 × 4/520/1022

The first four rows all have quotients above 1 because each divisor is smaller than its dividend; the row 1/2 ÷ 3 has a quotient below 1 because its divisor is larger.

Mistakes that break a fraction division

  • Flipping the wrong fraction. Only the divisor is inverted. Flipping the dividend gives the reciprocal of the right answer, which looks plausible and is wrong.
  • Flipping both fractions. This produces the reciprocal of the quotient as well. If your answer looks upside down, this is usually why.
  • Forgetting to change ÷ to ×. Flipping the divisor and then still dividing simply undoes itself.
  • Dividing mixed numbers piecewise. 2 1/2 ÷ 1 1/4 is not (2÷1) and (1/2÷1/4). Convert to 5/2 and 5/4 first; the correct answer is 2, not 2 and 2.
  • Hunting for a common denominator. Harmless but unnecessary. Division goes straight across after the flip.
  • Dividing by zero. A divisor of 0/5, or a mixed number whose parts are all zero, has no reciprocal and no quotient. The calculator reports the result as undefined rather than guessing.
  • Reducing before the flip. Cancelling a numerator against the divisor's numerator before inverting cancels the wrong pair. Flip first, then cancel.

Dividing by a whole number, and dividing a whole number by a fraction

Any whole number k is the fraction k/1, so both cases are the same rule. To divide by 3, flip 3/1 to 1/3 and multiply: 1/2 ÷ 3 = 1/2 × 1/3 = 1/6. To divide 6 by 2/3, flip to 3/2: 6/1 × 3/2 = 18/2 = 9.

In this calculator, enter a whole number by putting it in the whole-part field with numerator 0 and denominator 1, or by entering it as the numerator with denominator 1. Both routes give the same improper fraction.

Fraction division is the first place students meet the reciprocal, and it keeps returning. Dividing by an algebraic fraction uses exactly the same move: (x/3) ÷ (x²/6) = (x/3)×(6/x²) = 2/x for non-zero x. Unit conversion is fraction division wearing a hat — dividing by 12 in/ft is multiplying by 1 ft/12 in, and the units cancel like numerators and denominators. Rates and densities are quotients of quantities, and inverting one gives the inverse rate.

The one thing that does not carry over is the assumption that division shrinks. That intuition comes from dividing by whole numbers above 1 and it fails for every divisor between −1 and 1. Keep the counting question in mind and the direction takes care of itself.

Related tools: to convert between mixed and improper forms on their own, use the mixed number to improper fraction calculator. To see whether a quotient's decimal terminates or repeats, use the fraction to decimal calculator. To find the greatest common factor used in the reduction step, use the greatest common factor calculator.

Key terms

Dividend
The quantity being divided — the first number in the problem. It is kept as it is.
Divisor
The quantity you divide by — the second number. It is the one that gets inverted.
Quotient
The result of the division: how many divisors fit inside the dividend.
Reciprocal
The multiplicative inverse of a number, written x⁻¹ or 1/x. For a fraction, swap numerator and denominator. Zero has no reciprocal.
Improper fraction
A fraction whose numerator is at least as large as its denominator, such as 9/4. Mixed numbers must be converted to this form before dividing.
Lowest terms
The form in which the numerator and denominator share no common factor above 1.

Frequently asked questions

Why do you flip the second fraction and multiply?

Because dividing by a number is defined as multiplying by its reciprocal. Write the division as the compound fraction (a/b)/(c/d) and multiply top and bottom by d/c: the bottom becomes (c/d)×(d/c) = 1 and vanishes, leaving (a/b)×(d/c) on top. Multiplying numerator and denominator by the same non-zero value never changes a fraction's worth, so the two forms are equal.

Why is the answer bigger than the number I started with?

Because your divisor was smaller than 1. Division counts how many divisors fit inside the dividend, and small pieces are numerous: 3/4 ÷ 1/8 = 6, since six eighths make three-quarters. A quotient exceeds the dividend in magnitude whenever the divisor's magnitude is below 1, and falls below it whenever the divisor's magnitude is above 1.

How do I divide mixed numbers?

Convert both to improper fractions first, then apply the reciprocal rule. For 2 1/2 ÷ 1 1/4: 2 1/2 = 5/2 and 1 1/4 = 5/4, so the problem is 5/2 × 4/5 = 20/10 = 2. Dividing the whole parts and fraction parts separately does not work and will give you 2 and 2 instead of the correct single answer of 2 — a coincidence of digits that has misled more than one student.

What happens if the divisor is zero?

There is no answer, and the calculator says so rather than returning a number. Zero has no reciprocal, because no number multiplied by zero gives 1. Equivalently, the counting question “how many zeros fit inside 5/8?” has no finite answer. A divisor entered as 0/5, or as a mixed number whose whole part and numerator are both zero, both hit this case.

Do I need a common denominator to divide fractions?

No. Common denominators are needed for addition and subtraction only. If you do put both fractions over a common denominator, the division still works and simplifies neatly — (a/L) ÷ (c/L) = a/c — so it is a legitimate alternative method, just a longer one.

How do I divide a fraction by a whole number?

Write the whole number over 1 and flip it. Dividing by 3 means multiplying by 1/3, so 1/2 ÷ 3 = 1/2 × 1/3 = 1/6. A useful shortcut: dividing a fraction by a whole number multiplies the denominator by that number, provided the numerator is not divisible by it. In this calculator, put the whole number in the divisor's whole-part field with numerator 0 and denominator 1.

What does a quotient like 6 1/3 mean in a measuring problem?

It means six whole divisors fit, plus a third of another one. If you are stacking 3/8 in shims into a 2 3/8 in gap, 19/8 ÷ 3/8 = 19/3 = 6 1/3, so six shims go in and the leftover gap is a third of 3/8, which is 1/8 in. The fractional part of a quotient is always a fraction of the divisor, never of a whole unit.

Is fraction division commutative?

No. 3/4 ÷ 2/3 = 9/8, while 2/3 ÷ 3/4 = 8/9. The two answers are reciprocals of each other, which is the general rule: swapping dividend and divisor inverts the quotient. Enter the quantity you are measuring as the dividend and the unit you are measuring it in as the divisor.

References