Question 922877
1.{{{ y=x-2}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, 1, -2]


2. {{{y=-2x+5}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, -2, 5]


3. {{{y=-x-2}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, -1, -2]

4. {{{y=(5/3)x-4}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, ("5/3"), -4]


5. {{{y=2x}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, 2, 0]


6. {{{y=-(1/2)x+3}}}

*[invoke graphing_linear_equations "slope-intercept", 1, 2, 3, "-1/2", 3]