Question 61440
How do you graph a line that has a slope of -3 and passes through (0,3)?
:
Plot the y-intercept (0,3), it's up 3 on the y-axis.
{{{Slope=rise/run=-3/1}}} , go down 3 and right 1 and plot a second point on what should be (1,0).
Connect the points and you have a line that looks like:
{{{graph(300,200,-10,10,-10,10,-3x+3)}}}
Happy Calculating!!!