Question 92954
1. graph y = 5x - 2

{{{ graph( 300, 200, -6, 5, -5, 5, 5x-2) }}} 
.
.


2. graph 3x - 1 = 5x - y
3x-5x-1=-y
-2x-1=-y
2x+1=y

{{{ graph( 300, 200, -6, 5, -10, 10, 2x+1) }}} 
.
.


3. graph y = [x] + 3
[unable to graph, but starting at the origin (0, 0), move the graph over (-3) places along the x-axis.]
.
.
.



4. graph x + 2 = 2x - 1
y=2x-x-1-2
y=x-3
{{{ graph( 300, 200, -6, 5, -10, 10, x-3) }}}