Math & ScienceEvery step shown

Long Division Calculator

The answer is the easy part. This shows the working — each bring-down, each subtraction — because the method is what gets marked, and because seeing it laid out is how it finally makes sense.

The Division

Whole numbers give the classic layout with a remainder.

0 stops at the remainder
QUOTIENT
205 remainder 13
Remainder13
As a decimal205.5652…
As a mixed number205 and 13/23
Repeating patternno repeat found within 4 places
Check: quotient × divisor + remainder205 × 23 + 13 = 4,728 ✓ matches the dividend
4,728 ÷ 23 is 205 remainder 13, or 205.5652 as a decimal, or 205 and 13/23 as a mixed number. The check line multiplies back: quotient × divisor + remainder must return the dividend exactly, and it catches nearly every arithmetic slip in the working above.

What the algorithm is actually doing

Long division is repeated subtraction organized by place value. At each step you ask how many times the divisor fits into the part of the dividend you have brought down so far, write that digit above the line, subtract, and bring down the next digit. Working left to right means each digit of the quotient is settled before you move on, and the running remainder is always smaller than the divisor. That last property is the invariant that makes the method work — if a remainder ever comes out equal to or larger than the divisor, the previous quotient digit was too small.

Remainder, decimal, or fraction

There are three legitimate ways to express the same result. 4728 divided by 23 is 205 remainder 13, or 205.565…, or 205 and 13/23. Which one is right depends on the question: remainders suit counting problems where fractions of a thing make no sense, decimals suit measurement, and fractions are exact where decimals may not be. Continuing past the decimal point is the same algorithm with zeros brought down instead of digits.

Why some decimals repeat

At every step the remainder must be one of the divisor's possible remainders — 0 to divisor minus one. Once a remainder repeats, the whole sequence of digits after it must repeat too, because the algorithm is deterministic. That is why every fraction either terminates or falls into a repeating cycle, and why the cycle can never be longer than the divisor minus one. A fraction terminates only when the denominator's prime factors are just 2 and 5, the primes that divide ten — which is why thirds repeat in decimal but would terminate in base three.

Checking your own work

Multiply the quotient by the divisor and add the remainder; you must get the dividend back exactly. That check is shown above and it catches almost every arithmetic slip, because an error anywhere in the chain breaks the identity. It is worth the ten seconds, particularly in exams where the method carries most of the marks and a single subtraction error would otherwise cost all of them.

Why learn it at all

The immediate answer is that it builds a feel for place value that calculators cannot. The longer answer is that the same algorithm reappears in polynomial long division, which is structurally identical with powers of x taking the role of powers of ten, and that turns up throughout algebra and calculus. The arithmetic version is the easy case where the idea is learned.

Frequently Asked Questions

What is the difference between remainder and decimal?
They express the same result differently. A remainder is what is left over as a whole number; continuing into decimals converts that leftover into tenths, hundredths and so on. Use whichever suits the question.
Why do some divisions repeat forever?
Because there are only finitely many possible remainders. Once one repeats, the digit sequence after it must repeat too. A fraction terminates only when its denominator has no prime factors other than 2 and 5.
How do I check my answer?
Multiply the quotient by the divisor and add the remainder. You should get the original dividend back exactly — the check line above does this for you.
Can I divide by zero?
No. Division asks how many times the divisor fits into the dividend, and zero fits any number of times, so no single answer exists. The calculator refuses rather than returning something misleading.
Where these numbers come from

Sources

Official publications only. Links open the original document in a new tab.