document.write( "Question 585208: find an equation of the line containing the given point and having the given slope\r
\n" );
document.write( "\n" );
document.write( "(-5,0) m=3 \n" );
document.write( "
Algebra.Com's Answer #373209 by lwsshak3(11628) ![]() You can put this solution on YOUR website! find an equation of the line containing the given point and having the given slope \n" ); document.write( "(-5,0) m=3 \n" ); document.write( "* \n" ); document.write( "Standard form of equation for a straight line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "For given line: \n" ); document.write( "y=3x+b \n" ); document.write( "solving for b using coordinates of given point (-5,0) \n" ); document.write( "0=3*-5+b \n" ); document.write( "b=15 \n" ); document.write( "equation: \n" ); document.write( "y=3x+15 \n" ); document.write( " |