SOLUTION: I want to draw graphs on linear equation y=3/5x-1 and y=-3/4x+2

Algebra ->  Graphs -> SOLUTION: I want to draw graphs on linear equation y=3/5x-1 and y=-3/4x+2       Log On


   



Question 369878: I want to draw graphs on linear equation
y=3/5x-1 and y=-3/4x+2

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
y=%283%2F5%29x-1
.
.
.
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C0%2C%283%2F5%29x-1%29
.
.
.
y=-%283%2F4%29x%2B2
.
.
.
graph%28300%2C300%2C-5%2C5%2C-5%2C5%2C0%2C-%283%2F4%29x%2B2%29
.
.
.