如何计算Long Multiplication
learn.whatIsHeading
Long multiplication is a written method for multiplying large numbers by breaking the problem into single-digit multiplications, then summing the partial products with correct place-value offsets.
分步指南
- 1Write the numbers with the larger on top
- 2Multiply the top number by the ones digit of the bottom number
- 3Multiply the top number by the tens digit, shifting left by one place
- 4Continue for each digit of the bottom number
- 5Sum all partial products
例题解析
输入
47 × 36
结果
1,692
47×6=282, 47×30=1410, sum=1692
输入
123 × 45
结果
5,535
123×5=615, 123×40=4920
准备好计算了吗?尝试免费的 Long Multiplication 计算器
自己尝试一下 →