document.write( "Question 64461: To find an equation of a line given the slope and one point on the line\r
\n" );
document.write( "\n" );
document.write( "m = 0; (-5, 3)
\n" );
document.write( " 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45092 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "3=0*-5+b \n" ); document.write( "3=b THEN THE EQUATION FOR THIS LINE IS \n" ); document.write( "Y=3 \n" ); document.write( " |