You can put this solution on YOUR website! Since you are given three choices, you can just plug in the values...
Example (0,0) --> x=0, y=0: so (0,0) is NOT a solution.
Do the same for the other two choices, one of them should work.
-----
Another approach...
Solve the system directly:
2x - y = -3 (1)
x + y = 0 (2)
Adding these equations eliminates 'y':
3x = -3
x = -1 --> y = 1 Hence (-1,1) is a solution
There you have it.