You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/math-replay/algebra/simple-equations.tex

14 lines
305 B

\documentclass{article}
\begin{document}
More LaTeX practice related to the video at http://www.khanacademy.org/math/algebra/solving-linear-equations/v/simple-equations
\begin{eqnarray*}
7x & = & 14 \\
7 \times x & = & 14 \\
\frac{7x}{7} & = & \frac{14}{7} \\
x & = & 2
\end{eqnarray*}
\end{document}