% LaTeX \documentclass[leqno]{article} \usepackage[utf8x]{inputenc} \usepackage{ucs} \usepackage{url} \usepackage{braket} \usepackage{graphicx} \usepackage[intlimits]{amsmath} \usepackage{amssymb} \usepackage{amsfonts} \usepackage{bm} \usepackage{gellmu} \usepackage[margin=100bp,nohead]{geometry} \setlength{\parskip}{6bp} \setlength{\parindent}{0bp} \pagestyle{plain} \thispagestyle{empty} \title{Math 587 Assignment 2} \date{March 3, 2009} \newlength{\centerskip} \setlength{\centerskip}{\topsep} \newcommand{\hsf}{\hspace*{\fill}} \newcommand{\tdbc}[1]{\hsf\textbf{#1}\hsf} \author{John Doe} \begin{document} \begin{center}\LARGE\bfseries{} Math 587 Assignment 2 \end{center} \begin{center}\Large\bfseries{} \textsl{John Doe} \end{center} \begin{center} \large\bfseries{} March 3, 2009 \end{center} \medskip \begin{enumerate} \item At what point does the line \(2 x - y \, = \, 3\) intersect the line \(x + 2y \, = \, -1\)? \ \par{\emph{Solution.} The point of intersection may be obtained by solving the two equations simultaneously. \ For this multiply the first equation by \(2\) and add that to the second equation obtaining the equation \[ 5 x \ = \ 5 \ . \] Thus, \(x \, = \, 1\), and, using either of the two original equations, one finds \(y \, = \, -1\). \ The required point is \((1, -1)\). \ } \item Find all solutions of the quadratic equation \(x^{2} - x - 12 \, = \, 0\). \ \par{\emph{Solution.} The well known formula for solution of the quadratic equation \(ax^{2} + b x + c \, = \, 0\) is \[ x \ = \ \frac{-b \pm{} \sqrt{b^{2} - 4ac}}{2a} \ . \] In this case one finds \[ x \ = \ \frac{1 \pm{} \sqrt{1 -4(1)(-12)}}{2} \ = \ \frac{1 \pm{} 7}{2} \ = \ 4 \ \mbox{or} \ -3 \ .\] } \end{enumerate}\end{document}