SOLUTION: Use elimination method to find all solutions of the system of equations. 8x+4y-112 40x+2y=380

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Use elimination method to find all solutions of the system of equations. 8x+4y-112 40x+2y=380      Log On


   



Question 529563: Use elimination method to find all solutions of the system of equations.
8x+4y-112
40x+2y=380

Answer by lmeeks54(111) About Me  (Show Source):
You can put this solution on YOUR website!
With n # of equations and n # of unknowns, the elimination method is useful in solving the system of equations, one unknown at a time. That is, with two equations such as we have here, we can re-cast one of the equations in terms of one of the unknowns, then plug that equality into the other equation so you then have one equation with one unknown. Solve for that unknown, then substitute that value back into one of the original equations to solve for the other unknown.
...
8x + 4y = 112
40x + 2y = 380
...
Let's work on the 1st equation first (but it doesn't matter the order):
8x + 4y = 112
...
subtract 8x from both sides:
4y = 112 - 8x
...
divide both sides by 4:
y = 28 - 2x
...
take the value for y, in terms of x, and insert it into the other original equation:
40x + 2y = 380
40x + 2(28 - 2x) = 380
40x + 56 - 4x = 380
...
subtract 56 from both sides and simplify:
36x = 324
...
divide both sides by 36:
x = 9
...
go back to our equation where have y in terms of x and solve for y:
...
y = 28 - 2x
y = 28 - 2(9)
y = 10
...
check our work by substituting x = 9 and y = 10 both original equations:
...
8(9) + 4(10) = 112
72 + 40 = 112
112 = 112 checks
...
40x + 2y = 380
40(9) = 2(10) = 380
360 + 20 = 380
380 = 380 checks
...
the solution to our system of equations is:
x = 9
y = 10
...
cheers,
Lee