What Is Division?
Two everyday jobs hide inside the same symbol. Cutting a 12-slice pizza between 4 people, and asking how many 4-slice portions a 12-slice pizza yields, are both 12 ÷ 4 and both answer 3 — yet they are not the same question. The first counts slices per person; the second counts people per pizza. Knowing which one you asked is what keeps a quotient from arriving with the wrong unit attached.
Dividend, Divisor, Quotient and Remainder
Four words cover every part of a division, and this calculator's two fields are named after the first two. MathWorld defines a dividend as a quantity that is divided by another quantity, and a quotient as the ratio of the two. Take 47 ÷ 6, which the tool above answers as Result: 7.833333333333333.
| Term | What it is | In 47 ÷ 6 |
|---|---|---|
| Dividend | The quantity being divided — the top field | 47 |
| Divisor | The quantity you divide by — the bottom field | 6 |
| Quotient | The full answer, fractional part and all | 7.833333333333333 |
| Whole-number quotient | The answer with the fractional part discarded, which MathWorld calls integer division | 7 |
| Remainder | What is left over: dividend minus divisor × whole-number quotient | 5, because 47 − 42 = 5 |
| Obelus and solidus | MathWorld's names for the two division signs, ÷ and / | 47 ÷ 6 and 47/6 are the same statement |
The panel prints the quotient and stops there; the whole-number quotient and the remainder are yours to read off it, and the next section shows how. Strictly, real division has no remainder in it — MathWorld makes the point that 55/7 is simply 7 + 6/7, and a remainder only appears once you insist the answer be a whole number.
Sharing and Grouping: Two Questions, One Operation
The two readings have names. Sharing division fixes the number of groups and asks how big each one is. Grouping division fixes the size of each group and asks how many groups there are. A third case, a rate, divides two different kinds of quantity and produces a third kind.
- Sharing: $187.45 split among 4 people. The divisor is a headcount and the quotient is money — Result: 46.8625, so roughly $46.86 each.
- Grouping: 47 pencils packed 6 to a box. The divisor is a box size and the quotient is a box count — Result: 7.833333333333333, meaning 7 full boxes with 5 pencils left loose.
- Rate: 384 miles on 12.8 gallons. Neither number is a count — Result: 30, and the unit of the answer is miles per gallon.
The arithmetic is identical in all three. The unit of the answer is not: a quotient always carries the dividend's unit divided by the divisor's, which is why a headcount divisor leaves money behind and a gallons divisor leaves miles per gallon.
Division Is Multiplication Undone
Every division has a multiplication that checks it. If 4,732 ÷ 8 gives 591.5, then 8 × 591.5 must give back 4,732 — and it does. That inverse is the whole verification procedure, and it is also why a zero divisor has no answer: anything multiplied by zero is zero, so no number exists that could be multiplied by 0 to recover a dividend of 5.
The same relationship explains the two divisions nobody needs to compute. Dividing by 1 changes nothing, because 1 × n = n. Dividing a number by itself gives 1, because n × 1 = n. And a zero on top is ordinary arithmetic rather than a special case — 0 ÷ 5 returns Result: 0, since 5 × 0 = 0.
How Do You Calculate Division?
By hand the work is long division, which MathWorld describes as an algorithm for dividing two numbers, obtaining the quotient one digit at a time. The calculator skips the digits and evaluates the ratio in one step. The hand method still earns its place: it is how you check an answer, and it is the only version that hands you a remainder.
The Division Formula
quotient = dividend ÷ divisor The identity that checks it: dividend = divisor × quotient The whole-number form, where 0 ≤ remainder < divisor: dividend = (divisor × whole-number quotient) + remainder
Two conditions travel with that first line. The divisor cannot be zero. And the order cannot be swapped — division is not commutative, so 47 ÷ 6 returns Result: 7.833333333333333 while 6 ÷ 47 returns Result: 0.1276595744680851, the reciprocal rather than the same number.
Long Division, Step by Step
Five steps, repeated until the digits run out.
1. Write the dividend under the bar and the divisor outside it. 2. Take the fewest leading digits of the dividend that the divisor fits into at least once. 3. Write how many times it fits above the bar, multiply the divisor by that figure, and subtract. 4. Bring down the next digit of the dividend and repeat from step 2. 5. When the digits run out, either stop and call what is left the remainder, or put a decimal point above the bar and keep bringing down zeros.
Steps 3 and 4 are the algorithm; the rest is bookkeeping around them. Step 5 is where the choice lives — it is the moment a division becomes either “7 remainder 5” or “7.8333…”, which are the same answer in different clothes.
Worked Example: 4,732 ÷ 8
8 does not fit into 4, so the first group of digits is 47. Every row after that does the same three things: fit, multiply, subtract.
| Step | Working | Above the bar | Left over |
|---|---|---|---|
| 8 into 47 | 8 × 5 = 40, and 47 − 40 = 7 | 5 | 7 |
| Bring down the 3 → 73 | 8 × 9 = 72, and 73 − 72 = 1 | 59 | 1 |
| Bring down the 2 → 12 | 8 × 1 = 8, and 12 − 8 = 4 | 591 | 4 |
| Point, bring down a 0 → 40 | 8 × 5 = 40, and 40 − 40 = 0 | 591.5 | 0 |
The digits ran out at the third row with 4 left over, so step 5 applied: a decimal point went up, a zero came down to make 40, and 8 fits into that exactly five times. Enter 4732 and 8 in the fields above and the panel returns Result: 591.5. Multiply back — 8 × 591.5 = 4,732 — and it is confirmed.
MathWorld walks the same algorithm through a longer case, 123456 ÷ 17, and stops its printed answer at 7262.11. Run it here and the readout carries it further: Result: 7262.117647058823.
Dividing by a Decimal: Move Both Points
Long division wants a whole-number divisor, so a decimal divisor gets shifted out of the way — and the dividend shifts by the same number of places, which is what keeps the ratio intact. For 12 ÷ 0.75, move both points two places right and you have 1200 ÷ 75. Both forms return Result: 16.
Shifting one side only is the classic error: 12 ÷ 75 returns Result: 0.16, a hundredth of the right answer. The calculator needs none of this — type 12 and 0.75 straight in — but the shift is what makes a decimal division checkable on paper, and it turns 384 ÷ 12.8 into the friendlier 3840 ÷ 128, which returns Result: 30 either way.
Reading a Remainder Off a Decimal Quotient
The readout never prints the word remainder. Getting one out of the decimal takes two steps. 47 ÷ 6 returns Result: 7.833333333333333, so the whole-number quotient is 7; multiply that back, 6 × 7 = 42, and subtract it from the dividend, 47 − 42 = 5. In remainder form the answer is 7 remainder 5.
Do not try to recover it from the decimal tail instead. Multiplying the leftover 0.833333333333333 by 6 gives 4.999999999999998 on any machine that stores fractions in binary, and that is not a remainder. Subtracting whole numbers is exact. The tail is the remainder over the divisor — 5/6 — and dividing 5 by 6 here returns Result: 0.8333333333333334.
Keeping the answer as 7 and 5/6 rather than as a decimal means holding on to numerators and denominators through the whole calculation, which is a different tool's job — the Fraction Calculator.
Division Chart
Four reference tables. The grid holds every division fact up to 12, the divisibility rules say in advance whether a division will come out even, the unit-fraction table shows exactly what this panel prints for 1 divided by each of the first twelve numbers, and the last one covers the divisors below 1 that make answers grow.
The 12 × 12 Division Grid
Find the divisor down the left and the quotient across the top; the cell where they meet is the dividend that connects them. Read a row as a sentence: in the ÷ 7 row, under the column headed = 8, sits 56 — so 56 ÷ 7 = 8.
| ÷ | = 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 |
This is the multiplication table read backwards, which is why learning one gives you the other free. The diagonal running from 1 to 144 holds the perfect squares, each returning its own row's divisor: 144 ÷ 12 = 12, and 121 ÷ 11 = 11. The bottom row repays memorizing on its own, because 12 is the divisor hiding in dozens, inches, months and hours.
Divisibility Rules: Will It Come Out Even?
Each rule is a test on the digits, and each is faster than the division it saves. MathWorld's Divisibility Tests entry sets them out as congruence properties of a number's digits; in practice they read like this.
| Divisible by | Rule | Worked example |
|---|---|---|
| 2 | Last digit is even | 374 → 4 is even ✓ (374 ÷ 2 = 187) |
| 3 | Digit sum divisible by 3 | 51 → 5 + 1 = 6 ✓ (51 ÷ 3 = 17) |
| 4 | Last two digits divisible by 4 | 1,316 → 16 ✓ (1,316 ÷ 4 = 329) |
| 5 | Ends in 0 or 5 | 435 ✓ (435 ÷ 5 = 87) |
| 6 | Passes both the 2 rule and the 3 rule | 114 → even, and 1 + 1 + 4 = 6 ✓ (114 ÷ 6 = 19) |
| 7 | Double the last digit, subtract it from the rest, test the result | 672 → 67 − 4 = 63 ✓ (672 ÷ 7 = 96) |
| 8 | Last three digits divisible by 8 | 3,120 → 120 ÷ 8 = 15 ✓ (3,120 ÷ 8 = 390) |
| 9 | Digit sum divisible by 9 | 738 → 7 + 3 + 8 = 18 ✓ (738 ÷ 9 = 82) |
| 10 | Ends in 0 | 570 ✓ (570 ÷ 10 = 57) |
| 11 | Alternating digit sum divisible by 11 | 2,915 → 5 − 1 + 9 − 2 = 11 ✓ (2,915 ÷ 11 = 265) |
| 12 | Passes both the 3 rule and the 4 rule | 936 → 9 + 3 + 6 = 18, and 36 ÷ 4 = 9 ✓ (936 ÷ 12 = 78) |
The 7 rule stands apart from the rest. It needs a doubling and a subtraction before the test even begins, and what it leaves — 63, in the table above — still has to be recognized as a multiple of 7. The others are a glance. They also predict what this tool will do: 4,732 ends in 732, and 732 ÷ 8 returns Result: 91.5 rather than a whole number, so 4,732 ÷ 8 cannot land on one either — Result: 591.5 is exactly what should come back.
1 Divided by 1 Through 12
These twelve quotients turn up everywhere. The middle column is the literal text this panel prints for each of them, at full precision and with no rounding step of its own.
| Division | Panel readout | Exact value |
|---|---|---|
| 1 ÷ 1 | Result: 1 | 1 |
| 1 ÷ 2 | Result: 0.5 | 0.5, exact |
| 1 ÷ 3 | Result: 0.3333333333333333 | 0.333… repeating |
| 1 ÷ 4 | Result: 0.25 | 0.25, exact |
| 1 ÷ 5 | Result: 0.2 | 0.2, exact |
| 1 ÷ 6 | Result: 0.16666666666666666 | 0.1666… repeating |
| 1 ÷ 7 | Result: 0.14285714285714285 | 0.142857 repeating |
| 1 ÷ 8 | Result: 0.125 | 0.125, exact |
| 1 ÷ 9 | Result: 0.1111111111111111 | 0.111… repeating |
| 1 ÷ 10 | Result: 0.1 | 0.1, exact |
| 1 ÷ 11 | Result: 0.09090909090909091 | 0.09 repeating |
| 1 ÷ 12 | Result: 0.08333333333333333 | 0.08333… repeating |
Which rows finish is decided by the divisor alone: only divisors whose prime factors are 2s and 5s give a terminating decimal, so halves, quarters, fifths, eighths and tenths stop while thirds, sixths, sevenths, ninths, elevenths and twelfths never do. MathWorld's repeating decimal entry covers where those cycles come from. One row in the middle column ends on a digit that long division never produces: 1 ÷ 11 closes on …9091, where the true seventeenth place is 0, because the eleventh row is the one whose stored value rounded up at the last digit. The other repeating rows end on a genuine digit of their cycle — the sixteenth 3 of 1 ÷ 3 and the closing 5 of 1 ÷ 7 are both exactly what the long division gives at that place.
Dividing by a Number Below 1 Makes the Answer Bigger
A divisor smaller than 1 asks how many of those small pieces fit inside the dividend, and the count comes out larger than the number you started with. It catches people because the word divide reads as shrink.
| Division | Panel readout | Same as |
|---|---|---|
| 750 ÷ 0.5 | Result: 1500 | × 2 |
| 12 ÷ 0.25 | Result: 48 | × 4 |
| 9 ÷ 0.1 | Result: 90 | × 10 |
| 5 ÷ 0.2 | Result: 25 | × 5 |
| 3 ÷ 0.75 | Result: 4 | × 4/3 |
| 1 ÷ 0.0001 | Result: 10000 | × 10,000 |
Every entry in the right-hand column is the reciprocal of the divisor, which is the single rule underneath all six: dividing by n is multiplying by 1/n. It doubles as a sanity check — if the divisor is below 1 and the answer came back smaller than the dividend, the two numbers went into the wrong boxes.
Division Examples From Real Situations
Every row below was run in the calculator on this page, and the last column is the literal text the readout showed.
| Situation | Dividend | Divisor | Panel readout |
|---|---|---|---|
| A $187.45 dinner split four ways | 187.45 | 4 | Result: 46.8625 |
| Miles per gallon over a 384-mile trip | 384 | 12.8 | Result: 30 |
| Average of test scores 87, 92 and 78 | 257 | 3 | Result: 85.66666666666667 |
| Cost per can in a $4.79 twelve-pack | 4.79 | 12 | Result: 0.39916666666666667 |
| A $2,500 month spread over 30 days | 2500 | 30 | Result: 83.33333333333333 |
| Average speed, 260 miles in 4.5 hours | 260 | 4.5 | Result: 57.77777777777778 |
| Seconds in a day converted to hours | 86400 | 3600 | Result: 24 |
| A test score of 37 out of 50 | 37 | 50 | Result: 0.74 |
| 47 pencils packed 6 to a box | 47 | 6 | Result: 7.833333333333333 |
| A four-serving recipe cut to one (2.5 cups) | 2.5 | 4 | Result: 0.625 |
Two rows repay a second look. The pencil row is the one whose decimal is not the useful answer — 7 full boxes and 5 pencils loose is. And the twelve-pack row shows the precision the tool insists on: 0.39916666666666667 is 40 cents in any shop, but rounding it is your decision rather than the calculator's.
Splitting a Bill Without Losing a Penny
A $187.45 dinner four ways returns Result: 46.8625. Money stops at two decimal places, so the real question is what happens to the 0.0025 that does not fit. Round every share down to $46.86 and the table hands over $187.44, a penny short of the bill.
The fix is to round all but one share and let the last one absorb the difference: $46.86 three times plus $46.87 comes to exactly $187.45. That is the general rule for splitting money — make the final share the total minus the others, rather than rounding each share separately and hoping the sum lands.
Cutting a long quotient down to a set number of places, rather than reading all seventeen digits of it, is a separate operation with a control of its own — the Decimal Calculator.
Unit Prices, Rates and Averages
Three of the most common divisions all reduce a pair of numbers to one comparable figure. A twelve-pack at $4.79 is 4.79 ÷ 12, or Result: 0.39916666666666667 per can, which is the number to hold against a 24-pack's own per-can figure. A 384-mile trip on 12.8 gallons is Result: 30 miles per gallon. Scores of 87, 92 and 78 add to 257, and 257 ÷ 3 returns Result: 85.66666666666667.
Averaging more than a handful of numbers means adding the list up by hand before the division ever starts, which is where that arithmetic tends to go wrong; a tool that swallows the whole list at once is the Average Calculator.
Scores, Shares and Percentages
A score of 37 out of 50 is a division: 37 ÷ 50 returns Result: 0.74, and multiplying by 100 makes it 74%. Every “out of” figure works the same way, which is what puts division underneath percentages, batting averages and completion rates alike.
Direction decides the meaning. 37 ÷ 50 gives the share of the whole; 50 ÷ 37 returns Result: 1.3513513513513513, which answers a different question — how many times the score fits into the total. An answer above 1 where you expected a fraction of a whole is the signature of two numbers in the wrong fields.
How to Read Your Result
The readout is a single segment. There is no gauge, no category label and no breakdown rows, because the formula returns one line and nothing follows it. What sits under that line belongs to the panel rather than to the answer: a Copy result button, and a fixed note about zero divisors that is on the page before you calculate anything.
The One Line the Readout Returns
A successful calculation prints the word Result, a colon and the quotient — Result: 3.142857142857143 for 22 and 7. No breakdown rows and no gauge follow it, because there is only the one segment to render. A Copy result button appears under the readout and puts that same single line on the clipboard, and below the button, set off by a rule, stands the panel's fixed note: Division is calculated by dividing the dividend by the divisor. The divisor must not be zero, as division by zero is undefined. That sentence is not output. It is there whether the panel is empty, showing an answer or showing the amber notice.
Both fields start empty, so the page opens on a dash and a prompt rather than a pre-filled example. The tool does not recalculate while you type: after changing either number, press Calculate again. Until you do, the readout keeps showing the previous pair's quotient beside the new numbers.
When the Readout Says Undefined
A divisor of zero produces the one non-numeric answer this tool gives. The readout reads Undefined, with Division by zero on the line beneath it. That is the ordinary result panel and not the amber warning — the calculator has not failed, it is reporting that the operation has no value.
MathWorld's reasoning is that the uniqueness of division breaks down at zero: the product 0 × y is 0 for every y, so no unique y can be recovered by inverting the multiplication, and division by zero is undefined for real numbers. A zero in the top field is a different matter — 0 ÷ 5 returns Result: 0. Only the bottom field trips the guard, and it trips on 0 ÷ 0 as well, which also returns Undefined.
Blank Fields and the Amber Notice
Three different things stop a quotient appearing, and each is caught at a different point.
- A blank box is caught before the formula runs, and the notice names whichever field is empty. Leave the bottom one out and it reads: Enter a value for Divisor. Leave both out and it reads: Enter a value for: Dividend, Divisor.
- A zero divisor passes that check and is caught inside the formula, where it produces the Undefined readout rather than the amber notice.
- A result too large for the number format to hold — 1e308 ÷ 0.5, for instance — trips a third guard and shows: Please fill in every field with a valid number. That wording fits an overflow poorly, but the case is a rare one to meet.
Neither field carries a minimum or a maximum, and the form is submitted with browser validation switched off, so negatives, decimals and scientific notation all reach the formula unchallenged: -7 ÷ 2 returns Result: -3.5, and 1e5 ÷ 4 returns Result: 25000.
Checking the Answer in Your Head
Three checks catch almost every misplaced digit before it does any damage.
- Multiply back. The quotient times the divisor has to return the dividend: 8 × 591.5 = 4,732 confirms Result: 591.5.
- Check the size. A divisor above 1 pulls the answer toward zero and a divisor below 1 pushes it away, so with two positive numbers the quotient lands below the dividend in the first case and above it in the second. 250 ÷ 4 returning Result: 62.5 passes; a figure in the hundreds would not.
- Check the sign. Two negatives give a positive, so -7 ÷ -2 returns Result: 3.5, while a single negative on either side gives a negative — 7 ÷ -2 and -7 ÷ 2 both return Result: -3.5.
Limits: When This Calculator Does Not Apply
Two numbers, one operation, and a machine that stores fractions in binary. Each of those three facts draws a boundary somewhere.
Two Numbers, No Working Shown, No Fractions
The form holds a dividend and a divisor. It does not display the long-division steps, it does not print a remainder, and it will not read a fraction, a percent sign or a thousands separator: 3/4 has to go in as 0.75, and 1,250 as 1250. Anything the browser cannot parse as a number leaves the box empty, and an empty box is reported as a missing field rather than as a bad one — which is why a mistyped value asks you to fill the field in instead of complaining about its contents.
Repeated division needs more than one run, and each run is a fresh pair of numbers. Halving something three times means dividing by 2, reading the answer and typing it back twice more — or dividing once by 8, which reaches the same place without the intermediate figures you would round by eye. Fraction division works once both sides are decimals: 3/4 ÷ 1/2 becomes 0.75 ÷ 0.5, which returns Result: 1.5.
Where Binary Storage Shows Through
Numbers here are held in the double-precision 64-bit IEEE 754 format MDN documents for JavaScript, and most decimal fractions have no exact binary form. The arithmetic is exact in binary and fractionally off in decimal, and that gap surfaces in the last digit or two of a long quotient.
| Division | Panel readout | The true value |
|---|---|---|
| 0.3 ÷ 0.1 | Result: 2.9999999999999996 | 3 |
| 4.35 ÷ 0.1 | Result: 43.49999999999999 | 43.5 |
| 0.1 ÷ 0.3 | Result: 0.33333333333333337 | 0.333… repeating |
| 100 ÷ 3 | Result: 33.333333333333336 | 33.333… repeating |
| 1.1 ÷ 0.1 | Result: 11 | 11 |
The discrepancies sit in the sixteenth or seventeenth significant digit, far below anything a price or a measurement would justify keeping. Two things follow. Do not read the final digits of a long quotient as information. And do not test two quotients for equality digit by digit — the first and last rows above are both exact divisions on paper, yet only one of them comes back clean.
Very Large and Very Small Results
Three boundaries sit at the edges of the number range, and all three are reachable by typing.
- Whole numbers stay exact only up to 9,007,199,254,740,991, the value MDN publishes as MAX_SAFE_INTEGER. Above it digits are lost before the division starts: 9007199254740993 ÷ 1 returns Result: 9007199254740992.
- A result of 1e21 or larger switches to exponential notation. 1e21 ÷ 1 returns Result: 1e+21, while 1e21 ÷ 2 stays in full digits at Result: 500000000000000000000.
- Results below a millionth do the same at the other end: 3 ÷ 10000000 returns Result: 3e-7, though 1 ÷ 1000000 still prints in full as Result: 0.000001.
Beyond roughly 1.8 × 10³⁰⁸ a result overflows the format altogether and the panel shows the amber notice in place of a number. None of the four is specific to this page: they are properties of the double-precision format itself, and any calculator built on the same arithmetic meets the same walls.