Completing the square demo

x2 + bx + c = 0
a=     b=        c=       

      
(x + b/2)2 - (b/2)2 = -c
b/2:    (b/2)2:
(x + b/2)2 = -c+(b/2)2=
x = ±√(-c+(b/2)2) - b/2

Solutions: x1= x2=

Using x=


1 5 4