a division with a remainder
- Dividend
- 1,234
- Divisor
- 56
Quotient22
The identity that defines division, checked directly
Open this exampleWhole-number division with the remainder and the identity that checks it. The division algorithm guarantees exactly one quotient and remainder for any pair, and this shows both.
Also called: division with remainder, quotient and remainder.
1,234 divided by 56 is 22 remainder 2. As a decimal that is 22.04, and the check is that 22 times 56 plus 2 returns 1,234.
Division with remainder is defined by one identity: the dividend equals the quotient times the divisor plus a remainder smaller than the divisor. That identity is shown as a check, because it is the only verification needed. Whether the decimal terminates depends entirely on the divisor: once reduced, a denominator whose only prime factors are two and five terminates, and anything else recurs forever.
dividend = quotient * divisor + remainder, with the remainder smaller than the divisorEach of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
Quotient22
The identity that defines division, checked directly
Open this exampleQuotient0
boundary: eight is two cubed
Open this exampleFormula version 1.0.0 · definition 1.0.0 · United States · Report a problem with this calculator