Answer:
To express the quadratic expression x² - 6x + 1 in the form (x + a)² + b, you need to complete the square. Here's how you can do it:
Start with the given expression: x² - 6x + 1.
To complete the square, you need to add and subtract a constant term inside the parentheses in such a way that the expression remains equivalent:
x² - 6x + 1 = (x² - 6x + 9 - 9) + 1
Notice that we added 9 and subtracted 9 inside the parentheses.
Now, group the perfect square trinomial (x² - 6x + 9) and the constant term (-9 + 1) separately:
(x² - 6x + 9) - 9 + 1
Simplify each group:
(x - 3)² - 8
Now, the expression is in the desired form (x + a)² + b, where:
a = -3
b = -8
So, x² - 6x + 1 can be expressed as (x - 3)² - 8.
Step-by-step explanation: