document.write( "Question 1179428: Find the equation of the line that contains the given point and given slope\r
\n" );
document.write( "\n" );
document.write( " P(-3, 5), and m = 5 \n" );
document.write( "
Algebra.Com's Answer #808981 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( " P(-3, 5), and m = 5 \r \n" ); document.write( "\n" ); document.write( "y=mx+b\r \n" ); document.write( "\n" ); document.write( "Find b by plugging slope and point \n" ); document.write( "5=(5)(-3)+b\r \n" ); document.write( "\n" ); document.write( "b=20\r \n" ); document.write( "\n" ); document.write( "The equation is y = 5x +20 \n" ); document.write( " |