document.write( "Question 64458: To find an equation of a line given the slope and one point on the line\r
\n" );
document.write( "\n" );
document.write( "m = 2; (6,1)
\n" );
document.write( " 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45102 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=2*6+b, which reduces to b=-11. That means the equation of your line is y=2x-11. \n" ); document.write( " |