document.write( "Question 100462: write an equation for the line containing each pair of points\r
\n" );
document.write( "\n" );
document.write( "(-2,-4) , (5,-1) \n" );
document.write( "
Algebra.Com's Answer #73129 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! slope=(-1+4)/(5+2)=3/7 \n" ); document.write( "-4=3/7*-2+b \n" ); document.write( "-4=-6/7+b \n" ); document.write( "b=-4+6/7 \n" ); document.write( "b=(-28+6)/7 \n" ); document.write( "b=-22/7 \n" ); document.write( "y=3x/7-22/7 \n" ); document.write( " |