Long decimal Division

This calculator performs the long division of two numbers (whole or decimal). It supports big numbers.
input 2 numbers, one per line


Decimal division of two whole numbers

We show step by step how to divide two whole numbers to get a decimal quotient with a given precision.

We'll divide 6734 by 56 with a precision of 2 decimals e.g. the quotient will have two decimals.

• We start by multiplying the dividend by 10precision = 102 = 100. The division changes to,

673400 ÷ 56

56673400

• During the process, we'll perform successive Euclidean divisions by 56 (divisor) starting with the left digit of the dividend and continue with the remainders to which we successively add the digits of the dividend. This gives in detail,

• 6 divided by 56 equals 0 remainder 6

put 0 in the quotient

0
56673400
6
-0
6

• 67 divided by 56 equals 1 remainder 11.

Put 1 in the quotient.

01
56673400
6
-0
67
-56
11

• 113 divided by 56 equals 2 remainder 1

Put 2 in the quotient

012
56673400
6
-0
67
-56
113
-112
1

• 14 divided by 56 = 0 remainder 14

Put 0 in the quotient

0120
56673400
6
-0
67
-56
113
-112
14
-0
14

• 140 divided by 56 equals 2 remainder 28.

Put 2 in the quotient.

01202
56673400
6
-0
67
-56
113
-112
14
-0
140
-112
28

• Fianlly, 280 divided by 56 equals 5 remainder 0

Put 5 in the quotient.

012025
56673400
6
-0
67
-56
113
-112
14
-0
140
-112
280
-280
0

• We've multiplied the dividend by 100, so we divide the result by 100.

12025 divided by 100 = 120.25

Division of two decimal numbers

We'll divide 4326.5 by 23.65 with a pecision of 2 decimals.

• To get whole numbers, multiply the dividend and the diviser by 100.

4326.5 × 100 = 432650

23.65 × 100 = 2365

The division changes to 432650 ÷ 2365

We then use the method described above, that applies for whole numbers.

Thus, multiply the dividend by 100 to get a precision of 2 decimals.

Perform the euclidean division of 43265000 divided by 2365 by following the steps above. We get,

00018293
236543265000
4
-0
43
-0
432
-0
4326
-2365
19615
-18920
6950
-4730
22200
-21285
9150
-7095
2055

• Divide the result by 100,

We get the final result 182.93.

See also

Long Addition
Long Subtraction
Long Multiplication
Long Euclidian Division