InchsCalculator

Math / Fractions & Decimals

Dividing Fractions Calculator

Enter two fractions below (whole numbers optional for mixed fractions) and instantly see the first divided by the second.

Result: Fraction Form

13÷14=43

Result: Decimal Form

13÷14=1.33333333333333
I
Written by
Inches Calculator Team
Editorial Team

Dividing fractions feels backwards at first because you don’t divide straight across, you flip the second fraction and multiply. This dividing fractions calculator converts any mixed numbers to improper fractions, multiplies by the reciprocal, reduces the result, and shows the answer three ways: as a fraction, as a mixed number, and as a decimal. It works for proper fractions, improper fractions, mixed numbers, whole numbers, and negative values.

What dividing fractions actually asks

Division always asks the same question: how many of the second number fit inside the first? With whole numbers that’s obvious, 6 ÷ 2 asks how many 2s fit inside 6. Fractions work identically, the pieces are just smaller.


1/2 ÷ 1/8  →  "how many eighths fit in one half?"  →  4

That framing is the fastest way to sanity-check any answer before you trust it.

How to Divide Fractions (step by step)

Step One: Convert mixed numbers to improper fractions


improper numerator = (whole × denominator) + numerator

With defaults (0 and 1/3, divided by 0 and 1/4), both are already improper:


First:  (0 × 3) + 1 = 1  →  1/3

Second: (0 × 4) + 1 = 1  →  1/4

The whole number never gets multiplied on its own, it gets absorbed into the numerator so the fraction becomes a single value you can flip and multiply.

Step Two: Flip the second fraction (take its reciprocal)


1/4 flipped is 4/1

Only the second fraction flips. This is the “keep, change, flip” rule: keep the first fraction, change ÷ to ×, flip the second.

Step Three: Multiply the first fraction by the flipped second fraction


1/3 × 4/1 = (1 × 4) / (3 × 1) = 4/3

Numerators across the top, denominators across the bottom. No common denominator needed, that’s only for adding and subtracting.

Step Four: Reduce to lowest terms and convert to decimal


gcd(4, 3) = 1  →  already lowest  →  4/3

decimal = 4 ÷ 3 = 1.33333...

Why flipping the second fraction works

Dividing by 1/4 and multiplying by 4 are the same operation, because 1/4 and 4 are reciprocals, they multiply to 1.


1/3 ÷ 1/4

= (1/3) / (1/4)

= (1/3 × 4/1) / (1/4 × 4/1)     multiply top and bottom by 4/1

= (4/3) / 1

= 4/3

The reciprocal turns the denominator into 1, which makes the fraction disappear. That’s the whole trick.

Worked examples (with explanation)

Example 1: Proper fraction ÷ proper fraction, 3/4 ÷ 1/2


Step 1: already improper       →  3/4 and 1/2

Step 2: flip the second        →  2/1

Step 3: multiply               →  3/4 × 2/1 = 6/4

Step 4: reduce, gcd(6,4) = 2   →  3/2  →  1 1/2  →  1.5

You’re asking how many halves fit in three quarters. One half fits fully, and the leftover quarter is half of another half, so 1 1/2. Because 1/2 is less than 1, the answer grew.

Example 2: Mixed numbers, 2 1/2 ÷ 1 1/4


Step 1: (2 × 2) + 1 = 5   →  5/2

(1 × 4) + 1 = 5   →  5/4

Step 2: flip the second   →  4/5

Step 3: 5/2 × 4/5 = 20/10

Step 4: gcd(20,10) = 10   →  2/1  →  2  →  2.0

Cutting a 2.5-cup batch into 1.25-cup portions gives exactly 2 portions. Whole-number results are common with mixed numbers, and they’re a good sign you converted correctly.

Example 3: Whole number ÷ fraction, 5 ÷ 2/3


Step 1: write 5 as 5/1

Step 2: flip the second   →  3/2

Step 3: 5/1 × 3/2 = 15/2

Step 4: gcd(15,2) = 1     →  15/2  →  7 1/2  →  7.5

Every whole number is itself over 1. Seven full two-thirds fit inside 5, plus a half portion left over.

Example 4: Fraction ÷ whole number, 3/5 ÷ 4


Step 1: write 4 as 4/1

Step 2: flip the second   →  1/4

Step 3: 3/5 × 1/4 = 3/20

Step 4: gcd(3,20) = 1     →  3/20  →  0.15

Here you’re dividing by a number bigger than 1, so the answer shrinks. Splitting three fifths of a pizza among 4 people gives each person 3/20.

Example 5: Negative values, -7/8 ÷ 1/2


Step 1: already improper  →  -7/8 and 1/2

Step 2: flip the second   →  2/1

Step 3: -7/8 × 2/1 = -14/8

Step 4: gcd(14,8) = 2     →  -7/4  →  -1 3/4  →  -1.75

Handle the sign separately: one negative gives a negative result, two negatives give a positive one. The arithmetic is otherwise unchanged.

What your results mean

Fraction form is exact. Decimal form approximates the fraction when it repeats. Mixed form rewrites an improper result like 4/3 as a whole number plus a fraction, here, 1 1/3.

Use fraction form for algebra and anywhere precision matters, mixed form for recipes and measurements where you need to picture the quantity, and decimal form for calculators, spreadsheets, and money.

Dividing by a fraction smaller than 1 always makes the result bigger than the first fraction, since you’re asking how many of that smaller piece fit inside it. Dividing by anything greater than 1 makes it smaller, and dividing by exactly 1 changes nothing.

Common pairs and their results

FirstSecondQuotient
1/31/41 1/3
1/21/42
3/41/21 1/2
2/54/51/2
2 1/21 1/42
52/37 1/2
3/543/20
7/81/1614

Common mistakes to avoid

Flipping the wrong fraction is the big one, reciprocate the divisor (the second fraction), never the first. Finding a common denominator is another wasted step; that’s for addition and subtraction only. Forgetting to convert a mixed number before flipping produces an answer that’s wildly off, and multiplying only the whole numbers of two mixed numbers is the classic version of that error. Finally, a denominator of zero is undefined, so dividing by 0 or by a fraction like 0/5 has no answer.

Frequently asked questions

Do you need a common denominator to divide fractions? No. Convert, flip, multiply, reduce.

What is the reciprocal of a fraction? The fraction turned upside down. The reciprocal of 2/7 is 7/2, and the reciprocal of 6 is 1/6. A number times its reciprocal is always 1.

Why is the answer bigger than what I started with? You divided by a value less than 1, so more of those smaller pieces fit inside your original amount.

Can you divide fractions without flipping? Yes, if the numerators and denominators divide evenly you can go straight across: 6/8 ÷ 3/2 = 2/4 = 1/2. It rarely works out cleanly, so flip and multiply is the reliable method.

For multiplication instead, switch to the multiplying fractions calculator. For addition or subtraction, see the adding fractions calculator or try the fraction calculator for measurement rounding.

About the formula: Fractions are converted to improper form, then the first is multiplied by the reciprocal (flip) of the second — dividing by a fraction is the same as multiplying by its reciprocal — and the result is simplified.

Frequently Asked Questions

Why do you flip the second fraction to divide?+

Dividing by a number and multiplying by its reciprocal produce the same result. Flipping the second fraction turns division into the multiplication you already know how to do.

What if the second fraction's numerator is 0?+

Division by zero is undefined, so a numerator of 0 in the second fraction has no valid answer — the calculator will show an error rather than a result.

Why is dividing by a fraction less than 1 bigger than the original number?+

Dividing by a fraction less than 1 asks how many of that small piece fit into the first number, which is more than one — for example, 1/3 ÷ 1/4 asks how many quarters fit in a third, giving 4/3.

Related calculators