1. Solving a Standard Quadratic Equation
Mathematics StudentBackground
A student is working on a homework assignment involving parabolas and needs to find the roots and vertex of the equation x² - 3x + 2 = 0.
Problem
Manually calculating the roots and vertex is prone to arithmetic errors.
How to use
Select 'Individual Coefficients', enter a=1, b=-3, c=2, and enable 'Show Solution Steps' and 'Calculate Vertex'.
{"inputFormat": "individual", "a": 1, "b": -3, "c": 2, "showSteps": true, "showVertex": true}Outcome
The tool provides the roots (x=1, x=2), the vertex (1.5, -0.25), and the step-by-step derivation using the quadratic formula.