To solve the linear-quadratic system using the substitution method, we can substitute the expression for \( y \) from the linear equation into the quadratic equation.
Given the equations:
- \( y = x^2 - 4x + 8 \)
- \( y = 3x - 4 \)
We can set them equal to each other:
\[ x^2 - 4x + 8 = 3x - 4 \]
Now, rearranging the equation to set it to zero:
\[ x^2 - 4x - 3x + 8 + 4 = 0 \]
This simplifies to:
\[ x^2 - 7x + 12 = 0 \]
Next, we factor the quadratic:
\[ (x - 3)(x - 4) = 0 \]
So the solutions for \( x \) are:
\[ x = 3 \quad \text{and} \quad x = 4 \]
Now, we substitute these \( x \) values back into the linear equation \( y = 3x - 4 \) to find the corresponding \( y \) values.
- If \( x = 3 \):
\[ y = 3(3) - 4 = 9 - 4 = 5 \]
So one solution is \( (3, 5) \).
- If \( x = 4 \):
\[ y = 3(4) - 4 = 12 - 4 = 8 \]
So the other solution is \( (4, 8) \).
Thus, the solutions to the system of equations are:
\[ (3, 5) \quad \text{and} \quad (4, 8) \]
The correct response is:
\[ (4, 8) \text{ and } (3, 5) \]