SOLUTION: I have to evaluate the discriminate of each equation. Tell how many solutions each equation has and whether the solutions are real or imaginary. x^2 -4x -5 = 0, and x^2 - 12x +

Algebra ->  Rational-functions -> SOLUTION: I have to evaluate the discriminate of each equation. Tell how many solutions each equation has and whether the solutions are real or imaginary. x^2 -4x -5 = 0, and x^2 - 12x +      Log On


   



Question 458534: I have to evaluate the discriminate of each equation. Tell how many solutions each equation has and whether the solutions are real or imaginary.
x^2 -4x -5 = 0, and x^2 - 12x + 36= 0

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Rule:

Ax² + Bx + C = 0

1. Substitute A, B, and C in the discriminant formula

       Discriminant = B² - 4AC

2. If the discriminant is a positive number then the equation
   has two real solutions.

3. If the discriminant is a negative number then the equation
   has two conjugate imaginary solutions.
  
4. If the discriminant is zero then the equation
   has one real solution.

----------------------------------------------

x² - 4x - 5 = 0

A = 1, B = -4, C = -5

Substitute A=1, B=-4, and C=-5 in the discriminant formula

       Discriminant = B² - 4AC
       Discriminant = (-4)² - 4(1)(-5)
       Discriminant = 16 + 20
       Discriminant = 36

36 is a negative number, so the equation has two real 
solutions.

-----------------------------

x² - 12x + 36 = 0

A = 1, B = -12, C = 36

Substitute A=1, B=-12, and C=36 in the discriminant formula

       Discriminant = B² - 4AC
       Discriminant = (-12)² - 4(1)(36)
       Discriminant = 144 - 144
       Discriminant = 0

That came out zero, so the equation has one 
real solutions.

Edwin