elemination method x+y=8 2x-y=7
Answers
Answered by
1
Answer:
System of Linear Equations entered :
[1] x + y = 8
[2] 2x - y = 7
Graphic Representation of the Equations :
y + x = 8 y + 2x = 7
Solve by Substitution :
// Solve equation [1] for the variable y
[1] y = -x + 8
// Plug this in for variable y in equation [2]
[2] 2x - (-x +8) = 7
[2] 3x = 15
// Solve equation [2] for the variable x
[2] 3x = 15
[2] x = 5
// By now we know this much :
x = 5
y = -x+8
// Use the x value to solve for y
y = -(5)+8 = 3
Solution :
{x,y} = {5,3}
I hope you are understand my solution
Similar questions