
David W. answered 11/11/15
Tutor
4.7
(90)
Experienced Prof
The problem gives us two equations. To "solve" them means to find the values for x and y for which they are both true.
One method for solving this system of equations is called Substitution. That means that we get an expression for one variable using one equation and then substitute it into each place the variable occurs in the other equation. We could solve for either x or y using either equation, but let's use the second equation (notice that it already has an expression for y) and substitute that in place of the y in the first equation.
y = 2x + 3
(4x-1) = 2x + 3
2x - 1 = 3 [subtract 2x from both sides]
2x = 4 [add 1 to both sides]
x = 2 [divide both sides by 2]
Now, substitute (there's that word again) this value of y into either equation (which one is easier?):
y = 2(2) + 3
y = 7