standarddeviationcalculator.net

Updated Free · runs in your browser

Math

Division calculator

Enter the number to divide and the number to divide by. The calculator gives the quotient and remainder, the exact decimal (with any repeating digits in brackets), the fraction, and each step of the long division.

Result 1,410.(857142)
Quotient1,410
Remainder6
Decimal1,410.(857142)
Rounded to 10 decimal places1,410.8571428571
As a fraction9,876/7
Mixed number1,410 6/7
Repeating block857142 (6 digits)
StepBring downWorking numberQuotient digitSubtractRemainder
1999 ÷ 7 → 1− 72
282828 ÷ 7 → 4− 280
3777 ÷ 7 → 1− 70
4666 ÷ 7 → 0− 06
50 (after the point)6060 ÷ 7 → 8− 564
60 (after the point)4040 ÷ 7 → 5− 355
70 (after the point)5050 ÷ 7 → 7− 491
80 (after the point)1010 ÷ 7 → 1− 73
90 (after the point)3030 ÷ 7 → 4− 282
100 (after the point)2020 ÷ 7 → 2− 146
Show the working, step by step
  1. Long division of 9,876 by 7: bring down one digit at a time, see how many times 7 fits, subtract, and carry the remainder to the next digit. The table above lists every step.

  2. The quotient digits read 1410, with 6 left over.

    9,876 = 7 × 1,410 + 6

  3. Carry on after the decimal point by bringing down zeros. The remainders cycle: once a remainder comes back, the digits repeat from there.

    9,876 ÷ 7 = 1,410.(857142)

  4. The block 857142 repeats for ever. It is written in brackets here; textbooks put a bar over it.

    1,410.(857142)

  5. Quotient and remainder, checked:

    9,876 = 7 × 1,410 + 6

The division identity

dividend = divisor × quotient + remainder, 0 ≤ remainder < |divisor| 9,876 = 7 × 1,410 + 6

Every division of whole numbers can be written this way, and there is exactly one quotient and remainder that satisfy it. The decimal answer continues the same process past the decimal point: 6 left over out of 7 is 6/7 = 0.857142857142…

A worked example: 9,876 ÷ 7

  1. 7 goes into 9 once. 9 − 7 = 2.
  2. Bring down the 8 to make 28. 7 goes into 28 four times exactly, remainder 0.
  3. Bring down the 7. 7 goes into 7 once, remainder 0.
  4. Bring down the 6. 7 goes into 6 zero times, remainder 6.
  5. The quotient so far is 1,410 with remainder 6.
  6. Continue after the point by bringing down zeros: 60 ÷ 7 = 8 r 4, 40 ÷ 7 = 5 r 5, 50 ÷ 7 = 7 r 1, 10 ÷ 7 = 1 r 3, 30 ÷ 7 = 4 r 2, 20 ÷ 7 = 2 r 6.
  7. The remainder 6 has come back, so the digits 857142 repeat: 9,876 ÷ 7 = 1,410.(857142).

Why decimals repeat

After the point, each step depends only on the current remainder, and a remainder can only be 0, 1, …, divisor − 1. So within at most divisor − 1 steps a remainder must repeat (or reach 0, when the decimal ends), and from then on the same digits come round again. Which fractions terminate depends only on the denominator in lowest terms:

FractionDecimalDenominator’s primes
1/80.1252 only: terminates
3/400.0752 and 5: terminates
1/60.1(6)2 and 3: repeats after one digit
1/70.(142857)7: block of 6
22/73.(142857)7: block of 6
1/970.(01030927…40206185567)97: block of 96

Dividing decimals

Multiply both numbers by the same power of ten until they are whole. The quotient does not change, because you have multiplied the top and bottom of a fraction by the same amount: 7.5 ÷ 0.25 = 750 ÷ 25 = 30.

Common mistakes

  • Leaving out a zero in the quotient. In 9,876 ÷ 7 the 6 is brought down and 7 goes into it 0 times. Skipping that 0 gives 141 instead of 1,410.
  • A remainder bigger than the divisor. If it is, the quotient digit was too small.
  • Rounding a repeating decimal and treating it as exact. 1,410.857 × 7 is 9,875.999, not 9,876.

Common questions

How do I find the quotient and remainder?

The quotient is how many whole times the divisor fits into the dividend; the remainder is what is left over. 9,876 ÷ 7: 7 × 1,410 = 9,870, and 9,876 − 9,870 = 6, so the quotient is 1,410 and the remainder 6. Check: dividend = divisor × quotient + remainder.

What does 0.(142857) mean?

The digits in brackets repeat for ever: 0.(142857) = 0.142857142857…, which is 1/7. Textbooks draw a bar (a vinculum) over the repeating block instead. A fraction in lowest terms gives a terminating decimal only when its denominator has no prime factors other than 2 and 5; every other fraction repeats.

How long can the repeating block be?

For a fraction with denominator d, the block is at most d − 1 digits long. 1/7 repeats every 6 digits, 1/17 every 16 and 1/97 every 96. The calculator follows the remainders until one comes back, so it finds the exact block for blocks of up to 3,000 digits.

What is the remainder when dividing negative numbers?

Conventions differ. This calculator keeps the remainder between 0 and the divisor’s size (the Euclidean convention), so −17 ÷ 5 gives quotient −4 and remainder 3, because 5 × (−4) + 3 = −17. Many programming languages truncate instead and give quotient −3, remainder −2. The decimal answer, −3.4, is the same either way.

Can you divide by zero?

No. Division asks which number times the divisor gives the dividend, and nothing times 0 gives, say, 5. For 0 ÷ 0 every number works, so there is no single answer either. Both are left undefined.