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 계산기를 사용해 보세요
직접 시도해 보세요 →