Carmen M. answered 10/17/15
Tutor
5.0
(33)
Mechanical Engineer, Master in Science
To solve a system of equations there are different ways to solve it
1st method
multiply one of the equations for a number and subtract the equations to have only one variable
this is : multiply the equation 2x+3y=-2 by 2 and you get
4x+6y=-4
subtract this new equivalent equation form the other one
4x+y = 16
- (4x+6y=-4 )
y-6y =16 -(-4) this is -5y=20 solving for y =-4
then you can use any equation to solve for x, let use 4x+y = 16, this is 4x+ (-4) = 16
solve for x, 4x=16+4 then 4x=20 , x=5
The answer is x,y =5,-4
2nd Method
you can solve one variable from one equation and substitute the result in the other one.
If we take the first equation 4x+y=16 , and we solve for y=16-4x
then we substitute this in the second one:
2x+3(16-4x)=-2 , then we have one equation with one one variable x and we can solve the equation and obtain the value of x
this is 2x + 48 -12x=-2 then -10x=-50, this give us the same answer x= 5 and y =16-4(5) give us y =-4
The answer is x=5 and y=-4
best
Carmen