Use the eqnarray environment to typeset a list of equations:
\begin{eqnarray}
... \
... \
...
end{eqnarray}
(No $$ or $ is required to typeset the equations.)
documentequationslatexmathtextypesetting
Inline:
$x^2 = y$
Block-level:
$$sum_{i=1}^{n} {i}$$
documentequationslatexmathtextypesetting