Code: Select all
\begin{alignat*}{4}
7 &\times 142 & & &= \\
7 &\times (100 &+ 40 &+ 2) &= \\
& (100 \times 7) &+ (40 \times 7) &+ (2 \times 7) &= \\
& 700 &+ 280 &+ 14 &=
\end{alignat*}
Code: Select all
\begin{alignat*}{4}
7 &\times 142 & & &= \\
7 &\times (100 &+ 40 &+ 2) &= \\
& (100 \times 7) &+ (40 \times 7) &+ (2 \times 7) &= \\
& 700 &+ 280 &+ 14 &=
\end{alignat*}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
$
\begin{array}{cccccccc}
7 & \times & 142 & & & & & = \\
7 & \times & (100 & + & 40 & + & 2) & = \\
& & (100 \times 7) & + & (40 \times 7) & + & (2 \times 7) & = \\
& & 700 & + & 280 & + & 14 & = \\
\end{array}
$
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis