learn.howToCalculate
learn.whatIsHeading
Long division is a step-by-step method for dividing large numbers by hand. It breaks the division into a sequence of smaller operations — divide, multiply, subtract, bring down — repeated until the calculation is complete. The result is a quotient and (optionally) a remainder.
ステップバイステップガイド
- 1Write the dividend inside the bracket and the divisor outside
- 2Divide the first digit(s) of the dividend by the divisor to get the first quotient digit
- 3Multiply that quotient digit by the divisor and write the product below
- 4Subtract to find the remainder, then bring down the next digit
- 5Repeat steps 2–4 until all digits are processed
解いた例
入力
487 ÷ 32
結果
15 remainder 7
32×15=480, 487−480=7
入力
945 ÷ 7
結果
135
No remainder
入力
100 ÷ 3
結果
33 remainder 1
3×33=99, 100−99=1
計算する準備はできましたか?無料の Long Division 計算機をお試しください
自分で試してみる→