From 221c910d6a24169e4a7073c1877e9ce14901c01f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 1 Apr 2012 23:37:59 -0400 Subject: [PATCH] more tex --- math-replay/algebra/simple-equations.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math-replay/algebra/simple-equations.tex diff --git a/math-replay/algebra/simple-equations.tex b/math-replay/algebra/simple-equations.tex new file mode 100644 index 0000000..53182e7 --- /dev/null +++ b/math-replay/algebra/simple-equations.tex @@ -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}