SOLUTION: I need some help with a math question. solve the linear system. 3x-2y= -19,2y= 2x+16

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: I need some help with a math question. solve the linear system. 3x-2y= -19,2y= 2x+16       Log On


   



Question 253107: I need some help with a math question. solve the linear system.
3x-2y= -19,2y= 2x+16

Found 2 solutions by palanisamy, jim_thompson5910:
Answer by palanisamy(496) About Me  (Show Source):
You can put this solution on YOUR website!
The given equations are,
3x-2y= -19 ...(1)
2y= 2x+16 ...(2)
Sustituting in (1), we get
3x-(2x+16) = -19
3x-2x-16 = -19
x = -19+16
x = -3
Put x=-3 in(1). 3*(-3)-2y =-19
-9-2y = -19
-2y = -19+9
y = (-10)/(-2)
y = 5
Therefore the solution is x = -3 and y = 5

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
3x-2y=-19 Start with the first equation.


3x-%282x%2B16%29=-19 Plug in 2y=+2x%2B16. In other words, replace each occurrence of '2y' with '2x+16'.


3x-2x-16=-19 Distribute.


x-16=-19 Combine like terms on the left side.


x=-19%2B16 Add 16 to both sides.


x=-3 Combine like terms on the right side.


2y=2x%2B16 Go back to the second equation.


2y=2%28-3%29%2B16 Plug in x=-3


2y=-6%2B16 Multiply


2y=10 Add


y=%2810%29%2F%282%29 Divide both sides by 2 to isolate y.


y=5 Reduce.


============================================

Answer:

So the solutions are x=-3 and y=5 giving us the ordered pair (-3,5)