How do solve the following linear system?: x+2y=1 , -3x -8y = -9 x+2y=1,3x8y=9?

2 Answers
May 1, 2017

x=-5 and y=3

Explanation:

x+2y=1x+2y=1
x=1-2yx=12y -----(1)

-3x-8y =-93x8y=9
3x + 8y = 93x+8y=9 -----(2)

Substituting (1) into (2):

3(1-2y) + 8y = 93(12y)+8y=9
2y +3 = 92y+3=9
y = 3y=3

Substituting y=3 into (1):

x= 1-2(3)= -5x=12(3)=5

May 1, 2017

See the entire solution process below:

Explanation:

Step 1) Solve the first equation for xx:

x + 2y = 1x+2y=1

x + 2y - color(red)(2y) = 1 - color(red)(2y)x+2y2y=12y

x + 0 = 1 - 2yx+0=12y

x = 1 - 2yx=12y

Step 2) Subsitute 1 - 2y12y for xx in the second equation and solve for yy:

-3x - 8y = -93x8y=9 becomes:

-3(1 - 2y) - 8y = -93(12y)8y=9

(-3 * 1) - (-3 * 2y) - 8y = -9(31)(32y)8y=9

-3 - (-6y) - 8y = -93(6y)8y=9

-3 + 6y - 8y = -93+6y8y=9

-3 + (6 - 8)y = -93+(68)y=9

-3 - 2y = -932y=9

color(red)(3) - 3 - 2y = color(red)(3) - 9332y=39

0 - 2y = -602y=6

-2y = -62y=6

(-2y)/color(red)(-2) = -6/color(red)(-2)2y2=62

(color(red)(cancel(color(black)(-2)))y)/cancel(color(red)(-2)) = 3

y = 3

Step 3) Substitute 3 for y in the solution to the first equation at the end of Step 1 and calculate x:

x = 1 - 2y becomes:

x = 1 - (2 * 3)

x = 1 - 6

x = -5

The solution is: x = -5 and y = 3 or (-5, 3)