Long division is a step-by-step method for dividing large numbers by hand. It breaks down the division problem into a series of simpler operations — divide, multiply, subtract, bring down — repeated until you've worked through every digit of the dividend. The result consists of a quotient (how many times the divisor fits into the dividend) and a remainder (what's left over).
Long division is expressed using the notation: dividend ÷ divisor = quotient remainder R, or equivalently: dividend = (quotient × divisor) + remainder.
For example: 256 ÷ 7 = 36 remainder 4, which means 256 = (36 × 7) + 4 = 252 + 4 = 256. ✓
The four key terms you'll use throughout every long division problem:
| Term | Definition | Example (256 ÷ 7) |
|---|---|---|
| Dividend | The number being divided | 256 |
| Divisor | The number you're dividing by | 7 |
| Quotient | The result (whole number portion) | 36 |
| Remainder | What's left after dividing evenly | 4 |
The long division algorithm follows a repeating four-step cycle: Divide → Multiply → Subtract → Bring Down. Here's a complete worked example: 845 ÷ 4
<h3>Step 1: Set Up</h3>
<p>Write the dividend (845) inside the division bracket and the divisor (4) outside to the left. You'll work from left to right through the digits of 845.</p>
<h3>Step 2: Divide the First Digit</h3>
<p>Look at the first digit: 8. Ask: how many times does 4 go into 8? Answer: 2. Write 2 above the 8.</p>
<h3>Step 3: Multiply</h3>
<p>Multiply 2 × 4 = 8. Write 8 below the 8 in the dividend.</p>
<h3>Step 4: Subtract</h3>
<p>8 − 8 = 0. Write 0 below.</p>
<h3>Step 5: Bring Down</h3>
<p>Bring down the next digit (4) to make 04. Ask: how many times does 4 go into 4? Answer: 1. Write 1 above the 4.</p>
<h3>Step 6: Repeat</h3>
<p>Multiply 1 × 4 = 4. Subtract: 4 − 4 = 0. Bring down the last digit (5). Ask: how many times does 4 go into 5? Answer: 1 (4 goes once). Write 1 above the 5. Multiply 1 × 4 = 4. Subtract: 5 − 4 = 1. No more digits to bring down.</p>
<h3>Result</h3>
<p><strong>845 ÷ 4 = 211 remainder 1</strong>. Check: 211 × 4 + 1 = 844 + 1 = 845. ✓</p>
<p>As a decimal: 845 ÷ 4 = 211.25 (add a decimal point and continue with zeros as needed).</p>
Practice these examples to build fluency with long division. Each demonstrates a different aspect of the algorithm.
| Problem | Quotient | Remainder | Decimal | Check (Q×D+R) |
|---|---|---|---|---|
| 100 ÷ 7 | 14 | 2 | 14.2857… | 14×7+2 = 100 ✓ |
| 256 ÷ 7 | 36 | 4 | 36.5714… | 36×7+4 = 256 ✓ |
| 1,000 ÷ 13 | 76 | 12 | 76.9230… | 76×13+12 = 1000 ✓ |
| 999 ÷ 9 | 111 | 0 | 111.000 | 111×9+0 = 999 ✓ |
| 4,567 ÷ 23 | 198 | 13 | 198.5652… | 198×23+13 = 4567 ✓ |
| 10,000 ÷ 33 | 303 | 1 | 303.0303… | 303×33+1 = 10000 ✓ |
| 8,192 ÷ 64 | 128 | 0 | 128.000 | 128×64+0 = 8192 ✓ |
Notice that when the remainder is 0, the division is exact — the divisor divides the dividend evenly. When the remainder is nonzero, you can express the result as a mixed number (quotient + remainder/divisor) or a decimal.
To continue a long division problem past the decimal point, simply add a decimal point after the quotient and continue the algorithm by adding zeros to the right of the dividend's remainder.
Example: 22 ÷ 7
22 ÷ 7 = 3.142857142857… (the digits repeat with period 6). Notice this is very close to π ≈ 3.14159… (a coincidence!)
| Fraction | Decimal Expansion | Type |
|---|---|---|
| 1/2 | 0.5 | Terminating |
| 1/3 | 0.333… (3 repeating) | Repeating |
| 1/4 | 0.25 | Terminating |
| 1/7 | 0.142857 142857… | Repeating (period 6) |
| 1/8 | 0.125 | Terminating |
| 1/9 | 0.111… (1 repeating) | Repeating |
| 1/11 | 0.0909… (09 repeating) | Repeating (period 2) |
A fraction terminates in decimal form if and only if the denominator's only prime factors are 2 and/or 5. All other fractions produce repeating decimals.
Before starting long division, check divisibility rules to quickly determine if division will be exact (remainder = 0). These rules save time and help catch errors.
| Divisor | Divisibility Rule | Example |
|---|---|---|
| 2 | Last digit is even (0,2,4,6,8) | 348 ÷ 2 ✓ (last digit 8) |
| 3 | Sum of digits divisible by 3 | 123: 1+2+3=6, 6÷3=2 ✓ |
| 4 | Last two digits divisible by 4 | 1,732: 32÷4=8 ✓ |
| 5 | Last digit is 0 or 5 | 745 ÷ 5 ✓ (last digit 5) |
| 6 | Divisible by both 2 and 3 | 126: even + 1+2+6=9 ✓ |
| 8 | Last three digits divisible by 8 | 1,128: 128÷8=16 ✓ |
| 9 | Sum of digits divisible by 9 | 729: 7+2+9=18 ✓ |
| 10 | Last digit is 0 | 1,230 ÷ 10 ✓ |
| 11 | Alternating digit sum divisible by 11 | 121: 1−2+1=0 ✓ |
Long division errors typically fall into a few predictable patterns. Being aware of these helps you self-check and avoid them.
Long division skills translate directly to everyday quantitative tasks:
| Method | Best For | Shows Work | Typical Use |
|---|---|---|---|
| Long division | Any divisor, any size | Full step-by-step | Grade school, manual calculation |
| Short division | Single-digit divisors | Abbreviated | Mental math, quick checks |
| Synthetic division | Polynomial ÷ linear factor | Compact array | Algebra, finding roots |
| Chunking / partial quotients | Conceptual teaching | Flexible | Elementary school |
When the divisor is larger than the first digit, look at the first two (or more) digits of the dividend until you have a number at least as large as the divisor. For example, dividing 52 by 7: since 7 > 5, look at "52" — 7 goes into 52 seven times (7 × 7 = 49). Write 7 in the quotient above the second digit.
No. Division by zero is undefined in mathematics. Asking "how many groups of 0 fit into 5?" has no meaningful answer — whether you say 0, 1, or 1,000,000 groups, multiplying by 0 always gives 0, never 5. Our calculator returns an error for division by zero to prevent confusion.
Multiply the quotient by the divisor and add the remainder. The result should equal the original dividend. Example: 256 ÷ 7 = 36 remainder 4. Check: 36 × 7 + 4 = 252 + 4 = 256. ✓ This check takes about 10 seconds and catches nearly every arithmetic error.
The remainder is always 0. Any number divided by itself equals 1 with remainder 0: 7 ÷ 7 = 1 R 0, 100 ÷ 100 = 1 R 0. This is because n = 1 × n + 0 for any nonzero n.
The algorithm is identical — the key difference is that estimation becomes more challenging. When dividing 4,567 by 23, look at the first two digits of 4,567: "45". Estimate how many times 23 goes into 45: about 1 (23×1=23) or 2 (23×2=46 — too big). So quotient starts with 1, but actually you'd look at first three digits "456" and estimate 23 into 45: 1 time... Working through: 23×1=23, but 456÷23: 23 into 45 is 1 — this iterates. Practice makes the estimation more automatic.
The quotient is the whole-number part of the division result — how many complete groups fit. The remainder is what's left over after those complete groups are accounted for. For 17 ÷ 5: 5 fits 3 complete times (quotient = 3), leaving 17 − 15 = 2 remaining (remainder = 2). Remainders are always less than the divisor.
To express as a fraction: remainder/divisor. For 17 ÷ 5 = 3 R 2: the fractional form is 3 and 2/5 = 3.4. To get the decimal, continue the division process by adding a decimal point and zeros: bring down 20, 5 goes into 20 exactly 4 times → 3.4.
Long division builds number sense — understanding place value, estimation, and the relationship between multiplication and division. It also underlies polynomial division in algebra and helps you catch calculator input errors. Most importantly, understanding the process lets you do rough mental math quickly: knowing 256÷7 ≈ 36 helps you estimate answers before reaching for a calculator.
If the dividend is smaller than the divisor (e.g., 3 ÷ 7), the quotient is 0 and the remainder equals the dividend: 3 ÷ 7 = 0 remainder 3. As a decimal: 3 ÷ 7 = 0.4285714… You can verify: 0 × 7 + 3 = 3. ✓
The modulo (or mod) operation gives just the remainder from integer division: 17 mod 5 = 2 (same as the remainder of 17 ÷ 5). Modulo is fundamental in programming (the % operator in most languages), cryptography, calendar calculations, and clock arithmetic. Long division is the manual method for computing the exact same thing.
The long division algorithm that students learn in school is directly implemented (in optimized form) in computer processors and programming languages. Understanding the algorithm illuminates how modern hardware works:
/ operator on integers performs truncating division (same as long division quotient), and the % operator returns the remainder (modulo). In Python: 256 // 7 = 36 and 256 % 7 = 4.Clock arithmetic example: what day of the week is 100 days from Tuesday (day 2, where Sunday=0)? (2 + 100) mod 7 = 102 mod 7. Long division: 102 ÷ 7 = 14 remainder 4. So day 4 = Thursday. This is the same long division algorithm — applied to circular (modular) arithmetic.
This multiplication-division reference table covers 1–12 × 1–12. Use it to quickly verify long division quotients during manual calculations. Each cell shows a ÷ b (where a is the row heading multiplied by the column heading).
| × | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 2 | 2 | 4 | 6 | 8 | 10 | 12 | 14 | 16 | 18 | 20 | 22 | 24 |
| 3 | 3 | 6 | 9 | 12 | 15 | 18 | 21 | 24 | 27 | 30 | 33 | 36 |
| 4 | 4 | 8 | 12 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 |
| 5 | 5 | 10 | 15 | 20 | 25 | 30 | 35 | 40 | 45 | 50 | 55 | 60 |
| 6 | 6 | 12 | 18 | 24 | 30 | 36 | 42 | 48 | 54 | 60 | 66 | 72 |
| 7 | 7 | 14 | 21 | 28 | 35 | 42 | 49 | 56 | 63 | 70 | 77 | 84 |
| 8 | 8 | 16 | 24 | 32 | 40 | 48 | 56 | 64 | 72 | 80 | 88 | 96 |
| 9 | 9 | 18 | 27 | 36 | 45 | 54 | 63 | 72 | 81 | 90 | 99 | 108 |
| 10 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 |
| 11 | 11 | 22 | 33 | 44 | 55 | 66 | 77 | 88 | 99 | 110 | 121 | 132 |
| 12 | 12 | 24 | 36 | 48 | 60 | 72 | 84 | 96 | 108 | 120 | 132 | 144 |
To use this table for long division: when dividing by 7, scan the "7" row to find the largest product that fits into your current partial dividend. If dividing into 47, look at the 7 row: 7×6=42, 7×7=49 — so 6 goes in with remainder 47−42=5. This is exactly the "estimate" step in long division. The multiplication table is the engine that powers long division.
Strong estimation skills reduce the chance of major errors in long division. Before starting a problem, estimate the magnitude of the quotient using powers of 10 and rounding. This gives you a "sanity check" to catch mistakes.
Practice estimation before calculating: it builds number sense and is the foundation of mental math. Professional mathematicians and engineers estimate before computing, not after — getting the order of magnitude right first prevents the most costly errors (being off by a factor of 10 or 100). A useful self-check: after completing long division, multiply your quotient by the divisor and add the remainder. If you get the original dividend, your calculation is correct. This multiplication serves as a fast verification and reinforces the inverse relationship between multiplication and division — understanding one operation deeply makes the other more intuitive.