Question 387531
The slope-intercept form is
{{{y = mx + b}}}
given:
{{{m = -3/4}}}
Now you have:
{{{y = -(3/4)*x + b}}}
If the line goes through (0,5), I can say
{{{5 = -(3/4)*0 + b}}}
{{{b = 5}}}
So, the equation is:
{{{y = -(3/4)*x + 5}}}
Here's the plot:
{{{ graph( 400, 400, -2, 10, -2, 10, -(3/4)*x + 5) }}}