Answer:
Explanation:
System of Linear Equations entered :
Graphic Representation of the Equations :
3y + 2x = 15 y + x = 6
Solve by Substitution :
// Solve equation [2] for the variable y
[2] y = -x + 6
// Plug this in for variable y in equation [1]
[1] 2x + 3•(-x +6) = 15
[1] -x = -3
// Solve equation [1] for the variable x
[1] x = 3
// By now we know this much :
x = 3
y = -x+6
// Use the x value to solve for y
y = -(3)+6 = 3
Solution :
{x,y} = {3,3}