Great question! ๐ฏ Let me explain the Quadratic Formula step by step.
A quadratic equation has the form: axยฒ + bx + c = 0
The quadratic formula is:
x = (-b ยฑ โ(bยฒ - 4ac)) / 2a
Let's work through an example:
Solve: xยฒ - 5x + 6 = 0
Here, a = 1, b = -5, c = 6
- Calculate bยฒ - 4ac = (-5)ยฒ - 4(1)(6) = 25 - 24 = 1
- Apply the formula: x = (5 ยฑ โ1) / 2
- x = (5 + 1) / 2 = 3 or x = (5 - 1) / 2 = 2
โ
Solutions: x = 3 or x = 2
Would you like to practice with another example? ๐