How do you solve the system of equations by graphing and then classify the system as consistent or inconsistent #x + 3y = 4 # and #2x + 6y = 8#?

1 Answer
Aug 24, 2017

See a solution process below:

Explanation:

To graph each line we need to find two points of solution for the equation, map the points then draw a line through the two points:

Equation 1

For #x = -2#

#-2 + 3y = 4#

#color(red)(2) - 2 + 3y = color(red)(2) + 4#

#0 + 3y = 6#

#3y = 6#

#(3y)/color(red)(3) = 6/color(red)(3)#

#y = 2# or #(-2, 2)#

For #x = 1#

#1 + 3y = 4#

#-color(red)(1) + 1 + 3y = -color(red)(1) + 4#

#0 + 3y = 3#

#3y = 3#

#(3y)/color(red)(3) = 3/color(red)(3)#

#y = 1# or #(1, 1)#

graph{((x+2)^2+(y-2)^2-0.025)((x-1)^2+(y-1)^2-0.025)(x+3y-4)=0}

Equation 2

For #x = -2#

#(-2 xx 2) + 6y = 8#

#-4 + 6y = 8#

#color(red)(4) - 4 + 6y = color(red)(4) + 8#

#0 + 6y = 12#

#6y = 12#

#(6y)/color(red)(6) = 12/color(red)(6)#

#y = 2# or #(-2, 2)#

For #x = 1#

#(2 xx 1) + 6y = 8#

#2 + 6y = 8#

#-color(red)(2) + 2 + 6y = -color(red)(2) + 8#

#0 + 6y = 6#

#6y = 6#

#(6y)/color(red)(6) = 6/color(red)(6)#

#y = 1# or #(1, 1)#

graph{((x+2)^2+(y-2)^2-0.025)((x-1)^2+(y-1)^2-0.025)(x+3y-4)=0}

As you can see both lines are graphed exactly the same.

Therefore there are an infinite number of solutions.

Then, the system is consistent because it has at least one common solution.

And, the system is dependent because it has an infinite number of solutions.