<?xml version="1.0" encoding="UTF-8"?>

<record version="3" id="511">
 <title>quadratic equation</title>
 <name>QuadraticEquation</name>
 <created>2009-02-11 02:30:32</created>
 <modified>2009-02-11 02:32:07</modified>
 <type>Definition</type>
 <creator id="1" name="bloftin"/>
 <modifier id="21" name="pahio"/>
 <comment>terms</comment>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="msc" code="02.10.-v"/>
 </classification>
 <synonyms>
	<synonym concept="quadratic equation" alias="quadratic formula"/>
 </synonyms>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>The quadratic equation 


\begin{equation}
r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\end{equation}

can be used to find the solutions (roots) to a second order polynomial

$$ax^2 + bx + c = 0$$</content>
</record>
