Multiplication algorithm: Difference between revisions

Content deleted Content added
Examples: Re-edit the example of 3 times 11 for fixing the parsing error!
No edit summary
Line 175:
 
The method works because multiplication is [[distributivity|distributive]], so:
 
:3×11= 3×(1×2<sup>0</sup> + 1×2<sup>1</sup> + 0×2<sup>2</sup> + 1×2<sup>3</sup>)
: <math>
:: = 3×(1 + 2 + 8)
\begin{align}
:: = 3 + 6 + 24
3 \times 11 & = 3 \times (1\times 2^0 + 1\times 2^1 + 0\times 2^2 + 1\times 2^3) \\
:: = 33.
::& = 3 \times (1 + 2 + 8) \\
::& = 3 + 6 + 24 \\
::& = 33.
\end{align}
</math>
 
A more complicated example, using the figures from the earlier examples (23,958,233 and 5,830):