Describe and correct the error in solving the system of linear equations : the solution of the linear equation y=0.5x+1 and y=-x+7 is x=4

Respuesta :

iGreen
To solve this system of equations we can use the substitution method. Substitute what 'y' equals in the first equation into the second:

[tex]\sf y=0.5x+1[/tex]
[tex]\sf y=-x+7[/tex]

[tex]\sf 0.5x+1=-x+7[/tex]

Now solve for 'x', subtract 1 to both sides:

[tex]\sf 0.5x=-x+6[/tex]

Add 'x' to both sides:

[tex]\sf 1.5x=6[/tex]

Divide 1.5 to both sides:

[tex]\sf x=4[/tex]

So the x-value of the solution to this system is 4, now plug this into any of the two equations to find the y-value:

[tex]\sf y=0.5x+1[/tex]

[tex]\sf y=0.5(4)+1[/tex]

[tex]\sf y=2+1[/tex]

[tex]\sf y=3[/tex]

This is the y-value of our solution, so the entire solution to this system of equations is (4, 3).