Answer :
// Solve equation [1] for the variable y
// Plug this in for variable y in equation [2]
// Solve equation [2] for the variable x
// By now we know this much :
x = 5 y = -3x+17// Use the x value to solve for y
Is the answer