document.write( "Question 512925: find the equation of the line that goes through the given point and has the given slope (2,5), 4\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #342824 by mananth(16949) You can put this solution on YOUR website! (2,5) slope =4\r \n" ); document.write( "\n" ); document.write( "y=mx+b\r \n" ); document.write( "\n" ); document.write( "plug slope and point \r \n" ); document.write( "\n" ); document.write( "5=8+b \n" ); document.write( "b=-3\r \n" ); document.write( "\n" ); document.write( "so the equation will be\r \n" ); document.write( "\n" ); document.write( "y=4x-3 \n" ); document.write( " |