How do you solve the following linear system #-x + 2y = 6 , x + 4y =24 #?

1 Answer
Jan 18, 2016

#x = -4 ; y = 5#

Explanation:

To find the values of x and y, you have to isolate one unknown first then use the obtained value and substitute it to either of the equations to obtain the second unknown.

For this example, it is easy to isolate y because when we add both equations the x cancels out:

#(-x + 2y = 6) + (x + 4y =24) = (6y = 30)#

proceed then to calculating the value of y,

#6y = 30#
#y = 30/6#
#y = 5#

Now that we have obtained the value of y, we can now get the value for x by substituting the value of y to either of the two equations.

#x + 4y =24#
#x + (4)(5) = 24#
#x + 20 = 24#
#x = 24 - 20#
#x = 4#