document.write( "Question 43348: Practice problem six i'm lost on. Write the equation of the line passing through each of the given points with the indicated slope. Give results in slope-intercept form, if possible. \n" ); document.write( "
Algebra.Com's Answer #28422 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since you do not give an example, i'll give you one to use as an example... \n" ); document.write( "let's say you are given \n" ); document.write( "m = 2/3 and the point (6, -8) \n" ); document.write( "we plug into the point-slope form \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y + 8 = (2/3)(x - 6) \n" ); document.write( "then conver to y = mx + b form by solving for y... \n" ); document.write( "y + 8 = (2/3)x - 4 \n" ); document.write( "y = (2/3)x - 12 \n" ); document.write( " |