Long Division

Long Division breaks division into steps, giving you a whole-number quotient and a remainder, showing what divides evenly and what's left.

a=qn+r,0r<na = qn + r, \quad 0 \le r < n

Solve a problem with Long Division

Type the problem. The solver will use Long Division where Long Division is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Long Division takes
aa
nn
qq
rr
Long Division
SymbolMeaning
aaThe dividend, the starting amount you're dividing; it must be non-negative, and if smaller than the divisor, the quotient will be zero.
nnThe divisor, the number you're dividing by; must be a positive integer and never zero, since division by zero is undefined.
qqThe quotient, the whole-number count of how many times the divisor fits into the dividend without overfilling; it can be zero if the dividend is smaller.
rrThe remainder, the amount left after division that cannot be divided by the divisor any further; always satisfies 0r<n0 \le r < n.

When to use it

Use long division whenever you need to find how many times one number goes into another and want to see the quotient and remainder as separate values.

Level

Usually taught in: Pre-Algebra

Worked examples

1. Simple division with no remainder

Problem

Divide 84÷784 \div 7 using long division.
  1. 7×1=77 \times 1 = 7

    How many times does 7 go into 8? One time, because 7×1=77 \times 1 = 7.

  2. 87=18 - 7 = 1

    Subtract 77 from 88 to get the difference.

  3. 1414

    Bring down the next digit, 4, to form 14.

  4. 7×2=147 \times 2 = 14

    How many times does 7 go into 14? Two times, because 7×2=147 \times 2 = 14.

  5. 1414=014 - 14 = 0

    Subtract 1414 from 1414 to get remainder 0.

Answer: 1212

Long division systematically finds how many times the divisor goes into each section of the dividend, working left to right. Since there is no remainder, we know that 84=7×1284 = 7 \times 12.

2. Division with a remainder

Problem

Divide 157÷6157 \div 6 using long division.
  1. 6×2=126 \times 2 = 12

    How many times does 6 go into 15? Two times, because 6×2=126 \times 2 = 12 and 6×3=18>156 \times 3 = 18 > 15.

  2. 1512=315 - 12 = 3

    Subtract 1212 from 1515.

  3. 3737

    Bring down the next digit, 7, to form 37.

  4. 6×6=366 \times 6 = 36

    How many times does 6 go into 37? Six times, because 6×6=366 \times 6 = 36 and 6×7=42>376 \times 7 = 42 > 37.

  5. 3736=137 - 36 = 1

    Subtract 3636 from 3737 to get remainder 1.

Answer: 26 remainder 126 \text{ remainder } 1

When a division does not work out evenly, the remainder is shown as a final value. The equation form 157=6×26+1157 = 6 \times 26 + 1 shows how the original number breaks down into equal groups plus a leftover.

3. Word problem: basketball scoring average

Problem

A basketball team scored 287 points total in their 8-game series. How many points did they average per game, and how many extra points did not fit evenly?
  1. 8×3=248 \times 3 = 24

    How many times does 8 go into 28? Three times, because 8×3=248 \times 3 = 24 and 8×4=32>288 \times 4 = 32 > 28.

  2. 2824=428 - 24 = 4

    Subtract 2424 from 2828.

  3. 4747

    Bring down the next digit, 7, to form 47.

  4. 8×5=408 \times 5 = 40

    How many times does 8 go into 47? Five times, because 8×5=408 \times 5 = 40 and 8×6=48>478 \times 6 = 48 > 47.

  5. 4740=747 - 40 = 7

    Subtract 4040 from 4747 to get remainder 7.

Answer: 35 remainder 735 \text{ remainder } 7

The team averaged 35 points per game, with 7 points left over. In context, this means if the scoring were perfectly even, each game would get 35 points, and 7 points would not fit into that pattern—they are extra points distributed unevenly.

Common mistakes

Where Long Division usually goes wrong
Answer came out wrong
Writing 84÷784 \div 7 as 8÷7=18 \div 7 = 1 and stopping without bringing down the 4
Always bring down the next digit to continue the division before moving to the next step. The complete answer is 12, not 1.
For 157÷6157 \div 6, writing 7 in the quotient when dividing 15, computing 6×7=426 \times 7 = 42 without checking
Always check: 6×6=36<376 \times 6 = 36 < 37 but 6×7=42>376 \times 7 = 42 > 37, so 6 is correct. If your calculation gives a product larger than the partial dividend, your quotient digit is too large.
Computing 2824=328 - 24 = 3 instead of 4
Double-check each subtraction before bringing down the next digit. You can verify at the end using a=qn+ra = qn + r—if your answer does not satisfy this equation, you made an arithmetic error.
The mistakeWhy it is wrongThe fix
Writing 84÷784 \div 7 as 8÷7=18 \div 7 = 1 and stopping without bringing down the 4Long division only works when you process all the digits of the dividend sequentially from left to right.Always bring down the next digit to continue the division before moving to the next step. The complete answer is 12, not 1.
For 157÷6157 \div 6, writing 7 in the quotient when dividing 15, computing 6×7=426 \times 7 = 42 without checkingThe quotient digit must be the largest number such that (divisor × digit) does not exceed the current partial dividend.Always check: 6×6=36<376 \times 6 = 36 < 37 but 6×7=42>376 \times 7 = 42 > 37, so 6 is correct. If your calculation gives a product larger than the partial dividend, your quotient digit is too large.
Computing 2824=328 - 24 = 3 instead of 4Long division relies on accurate arithmetic at each step; a single subtraction error propagates through to the final answer.Double-check each subtraction before bringing down the next digit. You can verify at the end using a=qn+ra = qn + r—if your answer does not satisfy this equation, you made an arithmetic error.

Tips and when to use something else

  • Memorize your multiplication tables to speed up finding quotient digits—knowing 7×37 \times 3, 7×47 \times 4, etc. instantly makes division faster.
  • Always verify the remainder is smaller than the divisor—if rnr \ge n, you made an error, since the remainder must satisfy 0r<n0 \le r < n.
  • If you only need to know whether one number divides another evenly, use divisibility rules instead of long division for speed—for example, a number is divisible by 3 if its digit sum is divisible by 3.
  • To extend a division with remainder into a decimal answer, place a decimal point after the quotient and continue dividing by appending zeros—for example, 7÷2=37 \div 2 = 3 remainder 11 becomes 3.53.5.

Frequently asked questions

What's the difference between quotient and remainder?
The quotient is the result of the division—how many times the divisor goes in evenly—and the remainder is what is left over. Together they satisfy a=qn+ra = qn + r where 0r<n0 \le r < n. For example, 17÷517 \div 5 gives quotient 3 and remainder 2, since 17=5×3+217 = 5 \times 3 + 2.
Do I always have to use long division, or can I use a calculator?
A calculator is faster for the final answer, but long division teaches you how division actually works and lets you see the quotient and remainder separately. In school, long division builds your understanding of the division algorithm; in real life, you use whichever tool is appropriate for the job.
What if the dividend is smaller than the divisor?
If the dividend is smaller than the divisor, the quotient is 0 and the remainder is the original dividend. For example, 3÷73 \div 7 gives quotient 0 and remainder 3, since 3=7×0+33 = 7 \times 0 + 3.
How do I turn a quotient and remainder into a decimal?
After finding the remainder, place a decimal point after the quotient and add a zero to the remainder. Then continue dividing. For example, 7÷27 \div 2 gives quotient 3 remainder 1; adding a zero makes 10, and 10÷2=510 \div 2 = 5, so the decimal answer is 3.5.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18