Answer:
(-2, 3)
Explanation:
Pre-Solving
We are given the following system of equations:
y = 9x + 21
2x + 3y = 5
We want to find the solution of it.
To do that, we can use substitution, where we can substitute an expression that equals one of the variables to find the value of the other variable.
Solving
X value
Substitute y as 9x + 21 as 2x + 3y = 5.
2x + 3(9x + 21) = 5
Distribute 3 to 9x and 21.
2x + 27x + 63 = 5
Combine like terms.
29x + 63 = 5
Subtract 63 from both sides.
29x = -58
Divide both sides by 29.
x = -2
We found the value of x.
Y value
Now, substitute -2 as x in y = 9x + 21.
y = 9(-2) + 21
y = -18 + 21
y = 3
Our solution is (-2, 3).