Long Division Calculator
125 divided by 4 is 31 with a remainder of 1, or 31.25 as a decimal. This long division calculator divides one number by another and shows the whole-number quotient, the remainder, and the full decimal answer in one step. Enter the dividend, which is the number being divided, and the divisor, which is the number you divide by, and the tool returns every common form of the answer at once. Long division comes up whenever a division does not split evenly, such as splitting a bill among friends, converting a fraction to a decimal by hand, checking a homework answer, or working out how many full boxes a quantity fills with some left over. This calculator handles all three common ways to express the result: the quotient and remainder pair used in elementary arithmetic, and the decimal answer used everywhere else.
Quick answer
The dividend is the number being divided, and the divisor is the number you divide by.
What this tells you
- •The dividend is the number being divided, and the divisor is the number you divide by.
- •The quotient is the whole-number result, and the remainder is what is left over after the divisor no longer fits evenly.
- •The decimal answer carries the division past the decimal point instead of stopping at the remainder.
- •A remainder of 0 means the divisor goes into the dividend evenly with nothing left over.
- •Multiplying the divisor by the quotient and adding the remainder always returns the original dividend, which is a quick way to check your work.
How to Use
- 1Enter the dividend, the number you want to divide.
- 2Enter the divisor, the number you are dividing by. It cannot be zero.
- 3Click Calculate to get the quotient, the remainder, the decimal result, and a combined quotient-with-remainder summary.
- 4Use the quotient and remainder pair when you need a whole-number answer plus a leftover, such as splitting items into equal groups.
- 5Use the decimal result when you need a precise numeric answer instead of a whole-number-plus-leftover format.
How It Works
Formula
dividend = divisor x quotient + remainderIn long division, the quotient is how many whole times the divisor fits into the dividend, and the remainder is what is left over. Multiplying the divisor by the quotient and adding the remainder returns the dividend, which is the standard way to verify a division by hand. For 125 divided by 4, the divisor fits 31 times (31 x 4 = 124) with 1 left over, so the answer is 31 remainder 1, or 31.25 as a decimal. The decimal form comes from continuing the division past the remainder by treating it as tenths, hundredths, and so on.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Divide 125 by 4
4 goes into 125 a total of 31 times, which is 124, leaving a remainder of 1. As a decimal, 125 divided by 4 is 31.25.
Divide 100 by 7
7 goes into 100 a total of 14 times, which is 98, leaving a remainder of 2. The decimal answer is a repeating pattern that this tool rounds to 14.285714.
Divide 144 by 12 evenly
12 goes into 144 exactly 12 times with nothing left over, so the remainder is 0 and the decimal answer is a whole number.
Divide a smaller number by a larger one
5 does not fit into 3 at all, so the quotient is 0 and the entire dividend becomes the remainder. As a decimal, 3 divided by 5 is 0.6.
Divide a negative dividend
This calculator truncates toward zero rather than rounding down, so -17 divided by 5 gives a quotient of -3 and a remainder of -2, since -3 x 5 + (-2) = -17.
Long Division Examples
Dividends and divisors with their quotient and remainder.
| Division | Quotient | Remainder | Decimal |
|---|---|---|---|
| 125 / 4 | 31 | 1 | 31.25 |
| 100 / 7 | 14 | 2 | 14.285714 |
| 144 / 12 | 12 | 0 | 12 |
| 3 / 5 | 0 | 3 | 0.6 |
| 17 / 3 | 5 | 2 | 5.666667 |
Why the same division has three different-looking answers
Quotient-and-remainder, quotient-with-a-fraction, and a decimal answer are all correct ways to express the same division, just formatted for different purposes. Elementary arithmetic favors the quotient and remainder because it avoids fractions and decimals entirely, which makes it easier to teach and check by hand.
The decimal form is more useful in everyday math and most calculators, since it gives a single number you can compare, add, or plug into another formula without tracking two separate values. This tool shows all three forms together so you can pick whichever one fits the situation.
Common mistakes
- Swapping the dividend and divisor. The dividend is the number being divided, so 125 / 4 is not the same as 4 / 125.
- Forgetting the remainder. When the division is not even, the leftover amount is the remainder, which the decimal answer turns into digits after the point.
- Dividing by zero. Division by zero is undefined, so the divisor must be a nonzero number.
- Assuming the remainder is always positive. With a negative dividend, this calculator truncates toward zero, which can produce a negative remainder alongside a negative quotient.
- Reading a repeating decimal as exact. A result like 14.285714 is a rounded approximation of a repeating decimal, not the exact fraction value.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="long-division-calculator" async></script>Preview the embed at /embed/long-division-calculator/.