document.write( "Question 141106: Find the equation of the line that:\r
\n" );
document.write( "\n" );
document.write( "passes through (-4,3) with slope -2/5\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #102853 by checkley77(12844) ![]() You can put this solution on YOUR website! 3=(-2/5)-4+b \n" ); document.write( "3=8/5+b \n" ); document.write( "b=3-8/5 \n" ); document.write( "b=(15-8)/5 \n" ); document.write( "b=7/5 answer for the y intersept \n" ); document.write( "y=-2x/5+7/5 is the line equation. \n" ); document.write( " |