Originally posted by: Apathetic
Uhh.. raising n to the 0.5 power *IS* taking the square root of n.
		
		
	 
I said, you don't have to square 'b' for the b^2 part of the equation.  You still have to take the square root.  Two different things.
What I said above is the format that I've used ever since I learned the quadratic equation.  Memorizing all of those terms was too much (was it -b, -a, -c to start with, is it a^2, b^2, c^2, etc.) so I simplified it myself and have been using the simplified version ever since.  The simplification is less math work (ones are easy to work with) and less memorization work.
However, now that nearly 20 years have passed, I may change it one step better.  The quadratic equation should be written in this form:
If your equation is in the form x = ax^2+c
The solutions are: 
x = [1+-(1-4ac)^0.5] / 2a
The reason for this minor change is to address the problem bignateyk highlighted.  He forgot to make the first 'b' term negative.  So, I rewrote it to make it positive!  One less problem to ever worry about.