Write a program on your calculator that will give all real solutions to the quadratic equation
0 = ax2 + bx + c
for given values of a, b, and c.
Test your program on the equation
0 = x2 – 4.2x – 7.1.
Explain what happens when you try to use the program to solve
0 = x2 + x + 1.