Answer:
x = -2
y = 4
Explanation:
To solve the system of equations, you want to plug one equation into the other and then simplify. You can do this by setting one equation equal to a variable (like in the first equation), and then substituting the function into the variable into the second equation.
First Equation: y = -2x
Second Equation: 5x - 7y = -38
5x - 7y = -38 <----- Second equation
5x - 7(-2x) = -38 <----- Plug first equation into "y"
5x + 14x = -38 <----- Multiply -7 and -2x
19x = -38 <----- Add 5x and 14x
x = -2 <----- Divide both sides by 19
Now that you know the value of one variable, you can use it to find the value of the second variable. This can be done by plugging x = -2 in to one of the equations.
y = -2x <----- First equation
y = -2(-2) <----- Plug -2 in "x"
y = 4 <----- Multiply -2 and -2