document.write( "Question 99204: WRITE AN EQUATION FOR THE LINE CONTAINING THE INDICATED POINTS.
\n" );
document.write( "(4,2) AND (5,4) \n" );
document.write( "
Algebra.Com's Answer #72175 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "SLOPE=(4-2)/(5-4)=2/1=2 \n" ); document.write( "2=2*4+b \n" ); document.write( "b=2-8 \n" ); document.write( "b=-6 THUS THE EQUATION IS: \n" ); document.write( "Y=2X-6 ANSWER. \n" ); document.write( " |