Let's work through the problem step by step.
-
We have the first equation as: \[ y = 3x - 2 \]
-
We also have the second equation: \[ x = -2y + 10 \]
-
We substitute \( y = 3x - 2 \) into the second equation: \[ x = -2(3x - 2) + 10 \]
-
Now we will use the distributive property to eliminate the parentheses: \[ x = -2(3x) + -2(-2) + 10 \]
-
This simplifies to: \[ x = -6x + 4 + 10 \]
-
Now combine the constants (4 + 10): \[ x = -6x + 14 \]
-
To isolate \( x \), let's add \( 6x \) to both sides of the equation: \[ x + 6x = 14 \] \[ 7x = 14 \]
-
Now divide both sides by 7: \[ x = 2 \]
-
Now that we have \( x \), we can substitute it back into the first equation to find \( y \): \[ y = 3(2) - 2 \] \[ y = 6 - 2 \] \[ y = 4 \]
So the solution to the system of equations is: \[ (x, y) = (2, 4) \]