To solve the linear-quadratic system of equations using the elimination method, we'll start with the two equations you provided:
- \( y = x^2 + x - 42 \) (Quadratic equation)
- \( y = -x + 6 \) (Linear equation)
Since both equations are equal to \( y \), we can set them equal to each other:
\[ x^2 + x - 42 = -x + 6 \]
Now, we will rearrange this equation to form a standard quadratic equation:
- Add \( x \) and subtract \( 6 \) from both sides:
\[ x^2 + x + x - 42 - 6 = 0 \]
This simplifies to:
\[ x^2 + 2x - 48 = 0 \]
Next, we can factor the quadratic equation \( x^2 + 2x - 48 \):
To factor, we need two numbers that multiply to \(-48\) and add up to \(2\). The numbers \(8\) and \(-6\) work because:
\[ 8 \cdot -6 = -48 \quad \text{and} \quad 8 + (-6) = 2 \]
Thus, we can write the factored form:
\[ (x + 8)(x - 6) = 0 \]
Setting each factor to zero gives us the possible values for \( x \):
- \( x + 8 = 0 \) → \( x = -8 \)
- \( x - 6 = 0 \) → \( x = 6 \)
Now, we have two values for \( x \). Next, we will substitute each of these values back into the linear equation \( y = -x + 6 \) to find the corresponding \( y \) values.
For \( x = -8 \): \[ y = -(-8) + 6 = 8 + 6 = 14 \] So, one solution is \( (-8, 14) \).
For \( x = 6 \): \[ y = -(6) + 6 = -6 + 6 = 0 \] So, another solution is \( (6, 0) \).
Final Solutions
The solutions to the linear-quadratic system are:
\[ (-8, 14) \quad \text{and} \quad (6, 0) \]