Question 275910
the slope-intercept form is
{{{y = mx + b}}}
You are being asked to make {{{y - 5 = 5*(x - 3)}}}
look like {{{y = mx + b}}}
-------------------
First, add {{{5}}} to both sides of the equation
{{{y - 5 + 5 = 5*(x - 3) + 5}}}
{{{y = 5*(x - 3) + 5}}}
{{{y = 5x - 15 + 5}}}
{{{y = 5x - 10}}}
This is now in the slope-intercept form, where
{{{m = 5}}} and {{{b = -10}}}
Here is the line plotted:
{{{ graph( 500, 500, -5, 10, -10, 5, 5x - 10) }}}