To solve the system of equations using the substitution method, we have the following two equations:
- \( y = x^2 - x - 40 \) (let's call this Equation 1)
- \( y = -3x - 5 \) (let's call this Equation 2)
We can substitute Equation 2 into Equation 1. This means we'll replace \( y \) in Equation 1 with the expression for \( y \) from Equation 2.
So, we set the two equations equal to each other:
\[ x^2 - x - 40 = -3x - 5 \]
Now, let's move all terms to one side to rearrange the equation:
\[ x^2 - x + 3x - 40 + 5 = 0 \]
Simplifying this gives:
\[ x^2 + 2x - 35 = 0 \]
Next, we'll factor this quadratic equation:
\[ (x + 7)(x - 5) = 0 \]
Setting each factor to zero gives us the solutions for \( x \):
- \( x + 7 = 0 \) → \( x = -7 \)
- \( x - 5 = 0 \) → \( x = 5 \)
Now we can find the corresponding \( y \) values for each \( x \) value by plugging them back into either of the original equations. We'll use Equation 2 for convenience.
For \( x = -7 \):
\[ y = -3(-7) - 5 = 21 - 5 = 16 \]
So, one solution is \( (-7, 16) \).
For \( x = 5 \):
\[ y = -3(5) - 5 = -15 - 5 = -20 \]
So, the other solution is \( (5, -20) \).
Thus, the solutions to the system are:
- \( (-7, 16) \)
- \( (5, -20) \)
Among the options provided, we can see the solutions correspond to:
- (−7,16) and (5,−20).