document.write( "Question 159955: Find an equation of the line having the given slope and containing the given point.\r
\n" );
document.write( "\n" );
document.write( "m=4, (5,2)\r
\n" );
document.write( "\n" );
document.write( "The equation of the line is y= ______
\n" );
document.write( "(simplify your answer. Use integers or fractions for any numbers in the expression) \n" );
document.write( "
Algebra.Com's Answer #117954 by checkley77(12844) ![]() You can put this solution on YOUR website! m=4, (5,2) \n" ); document.write( "Y=mX+b \n" ); document.write( "2=4*5+b \n" ); document.write( "2=20+b \n" ); document.write( "b=2-20 \n" ); document.write( "b=-18 \n" ); document.write( "Y=4x-18 \n" ); document.write( " |