document.write( "Question 189767: Find an equation of the line having the given slope and containing the given point.
\n" );
document.write( "m=-9,(2,4) \n" );
document.write( "
Algebra.Com's Answer #142457 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find an equation of the line having the given slope and containing the given point. \n" ); document.write( "m=-9,(2,4) \n" ); document.write( ": \n" ); document.write( "Using the point/slope formula: y - y1 = m(x - x1) \n" ); document.write( "y - 4 = -9(x - 2) \n" ); document.write( "y - 4 = -9x + 18 \n" ); document.write( "y = -9x + 18 + 4 \n" ); document.write( "y = -9x + 22 \n" ); document.write( " |