document.write( "Question 64460: To find an equation of a line given the slope and one point on the line\r
\n" );
document.write( "\n" );
document.write( "m = 4; (-1,1)
\n" );
document.write( " 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45101 by rchill(405)![]() ![]() ![]() You can put this solution on YOUR website! Substitute your values into the equation y=mx+b, so you'll have 1=4*(-1)+b, which reduces to b=5. That means the equation of your line is y=4x+5. \n" ); document.write( " |