SOLUTION: solve z^2 = -z+1 by using the quadratic formula

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: solve z^2 = -z+1 by using the quadratic formula      Log On


   



Question 604246: solve z^2 = -z+1 by using the quadratic formula
Answer by flame8855(424) About Me  (Show Source):
You can put this solution on YOUR website!
z^2 +z-1=0
a = 1 b =1 c = -1
delta = b^2-4ac = 1-4(1)(-1)= 5
x1= (-1-sqrt5)/2
x2= (-1+sqrt5)/2