So what I have gotten so far is:
y= -x-1 <<<---=== This line is WRONG. The correct version is THIS: y = x-1. Try again !!
and
3x+2y=5
2y=-3x+5
2/2y =3/2x+5/2
y=-1.5x + 2.5
1.5x +2.5 = -x -1
1.5x +x =-1 -2.5
2.5x = 1.5
where am I going wrong?