document.write( "Question 289057: Please help me solve this equation:\r
\n" );
document.write( "\n" );
document.write( "Write the equation of the line passing through each of the given points with the indicated slope. Give your results in slope-intercept form, where possible.
\n" );
document.write( " (1, -4), m = -4
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #209403 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Write the equation of the line passing through each of the given points with the indicated slope. Give your results in slope-intercept form, where possible. \n" ); document.write( "(1, -4), m = -4 \n" ); document.write( ". \n" ); document.write( "Plug given info into the the \"point-slope\" form of: \n" ); document.write( "y-y1 = m(x-x1) \n" ); document.write( "y-(-4) = (-4)(x-1) \n" ); document.write( "y + 4 = (-4)x + 4 \n" ); document.write( "y = -4x (this is what they're looking for) \n" ); document.write( "or you could include the y-intercept: \n" ); document.write( "y = -4x + 0 \n" ); document.write( " \n" ); document.write( " |