- **Check if the function has two roots:**
- The quadratic formula is used to find the roots: \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \).
- For \( y = 2x^2 - 9x + 7 \), \( a = 2 \), \( b = -9 \), \( c = 7 \).
- Calculate the discriminant: \( b^2 - 4ac =
Show more…