Dividing Fractions Calculator
Divide any two fractions step by step: (a/b) ÷ (c/d) = (a×d)/(b×c) with simplified results.
Enter the numerators and denominators of both fractions and get a fully worked solution showing the keep-change-flip method and the simplified result.
Dividing Fractions Calculator
Divide any two fractions step by step: (a/b) ÷ (c/d) = (a×d)/(b×c) with simplified results.
First Fraction (Dividend)
Second Fraction (Divisor)
About the Dividing Fractions Calculator
Dividing fractions is one of the operations that trips up many students because it seems counterintuitive at first. The rule — keep, change, flip — is the standard memory aid: keep the first fraction unchanged, change the division sign to multiplication, and flip (take the reciprocal of) the second fraction. Applying it gives (a/b) ÷ (c/d) = (a/b) × (d/c) = (ad)/(bc).
Why does this work? Division is defined as multiplication by the reciprocal. If you want to divide by 3/4, you are asking how many 3/4s fit into your starting quantity. Because 3/4 × 4/3 = 1, multiplying by 4/3 exactly undoes the scaling that 3/4 would apply. The keep-change-flip procedure encodes this reasoning in a single mechanical step that is reliable for any non-zero divisor.
After obtaining the raw product ad/bc, the calculator finds the greatest common divisor (GCD) of the numerator and denominator using the Euclidean algorithm and divides both by it. This produces the fraction in its lowest terms. If the simplified denominator is 1, the result is displayed as a whole number. The decimal equivalent is also shown for practical use.
Fraction division arises in many real contexts. Splitting a recipe that calls for 3/4 cup of an ingredient among 3/8 servings, calculating how many 1/3-metre lengths can be cut from a 5/6-metre board, and dividing rates in physics (such as distance ÷ speed = time when both quantities are fractions) all rely on this operation. Understanding the underlying principle rather than just memorising the rule lets you apply it confidently in novel situations.
Mixed numbers can be converted to improper fractions before using this calculator. For example, 2½ becomes 5/2 and 1¾ becomes 7/4. Then the standard algorithm applies. The tool works with any integers, including negative numerators and denominators. The sign of the result follows the standard rule: two negatives produce a positive, while one negative produces a negative result.
The Euclidean algorithm used for simplification is efficient and precise, working correctly for any pair of integers up to the JavaScript safe integer limit (2⁵³ − 1 ≈ 9 × 10¹⁵). For classroom work, homework, recipe scaling, and everyday calculations, this range covers every realistic input.
Dividing Fractions Examples
Four worked examples covering basic division, mixed-number equivalents, and whole-number results.
| Expression | Result | Explanation |
|---|---|---|
| (3/4) ÷ (2/5) | 15/8 = 1.875 | Keep 3/4, flip 2/5 to get 5/2, multiply: (3×5)/(4×2) = 15/8. Cannot simplify further. |
| (1/2) ÷ (1/4) | 2 | Keep 1/2, flip 1/4 to get 4/1, multiply: (1×4)/(2×1) = 4/2 = 2. The result is a whole number. |
| (5/6) ÷ (1/3) | 5/2 = 2.5 | Keep 5/6, flip 1/3 to get 3/1, multiply: (5×3)/(6×1) = 15/6. GCD is 3, simplified to 5/2. |
| (7/8) ÷ (7/4) | 1/2 = 0.5 | Keep 7/8, flip 7/4 to get 4/7, multiply: (7×4)/(8×7) = 28/56. GCD is 28, simplified to 1/2. |
How to Use the Dividing Fractions Calculator
- Enter the numerator and denominator of the first fraction (the dividend) in the top two fields.
- Enter the numerator and denominator of the second fraction (the divisor) in the bottom two fields.
- Click Calculate to see the step-by-step solution using the keep-change-flip method.
- The result is shown as a simplified fraction and its decimal equivalent.
- Click Reset to clear all fields and enter a new division problem.
Dividing Fractions FAQ
How do you divide fractions?
Use the keep-change-flip method: keep the first fraction, change the ÷ sign to ×, and flip the second fraction to its reciprocal. Then multiply the numerators together and the denominators together, and simplify the result. For (3/4) ÷ (2/5), this gives (3/4) × (5/2) = 15/8.
Why do you flip the second fraction when dividing?
Because division is multiplication by the reciprocal. Any number a divided by b equals a multiplied by 1/b. Flipping the second fraction gives you its reciprocal, which converts the division into a multiplication that is straightforward to compute.
How do I divide mixed numbers?
Convert each mixed number to an improper fraction first. For example, 2½ = 5/2 and 1¾ = 7/4. Then apply the keep-change-flip method as normal. The calculator works with improper fractions directly, so just enter the numerator and denominator of the converted fraction.
What happens when the result is greater than 1?
The result is displayed as an improper fraction (numerator larger than denominator) along with its decimal value. For example, (3/4) ÷ (2/5) = 15/8, which equals 1.875. If you prefer a mixed number form, divide the numerator by the denominator to get the whole part and the remainder becomes the new numerator.
Can I divide a fraction by a whole number?
Yes. Enter the whole number as a fraction with denominator 1. For example, to compute (3/4) ÷ 6, enter the second fraction as 6/1. The calculator then gives (3/4) × (1/6) = 3/24 = 1/8.
What if the divisor numerator is zero?
Division by zero is undefined. If the second fraction has a numerator of zero, flipping it would produce a denominator of zero, which has no mathematical meaning. The calculator displays an error message in this case and does not produce a result.