more tex
This commit is contained in:
parent
a5347c38d9
commit
221c910d6a
13
math-replay/algebra/simple-equations.tex
Normal file
13
math-replay/algebra/simple-equations.tex
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
\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}
|
Loading…
Reference in New Issue
Block a user