SOLUTION: Please help to solve the use of method of substitution to solve the system of linear equations. 4x-y=3 and 9x-2y=11

Algebra ->  Expressions-with-variables -> SOLUTION: Please help to solve the use of method of substitution to solve the system of linear equations. 4x-y=3 and 9x-2y=11      Log On


   



Question 789054: Please help to solve the use of method of substitution to solve the system of linear equations. 4x-y=3 and 9x-2y=11
Found 2 solutions by stanbon, rothauserc:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
4x-y=3
9x-2y=11
--------
Modify for elimination:
8x - 2y = 6
9x - 2y = 11
----------------
Subtract and solve for "x":
x = 5
=======
Solve for "y":
4x - y = 3
20 - y = 3
y = 17
==============
Cheers,
Stan H.
==============

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
we are given two equations in two unknowns
4x-y = 3
9x-2y = 11
solve first equation for y
-y = 3 -4x
y = 4x -3
substitute for y in second equation
9x -2*(4x -3) = 11
9x -8x +6 = 11
x = 5
now substitute for x in fist equation
4*5 -y = 3
20 -y = 3
y = 17
now subtitute for x and y in second equation as a check
9*5 - 2*17 = 11
45 - 34 = 11
11 = 11
so x = 5 and y = 17 answers check