document.write( "Question 137041This question is from textbook Algebra 1
\n" );
document.write( ": How do I find the equation of the line that contains the points (2,3) and (4,7)? \n" );
document.write( "
Algebra.Com's Answer #100301 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2,3) and (4,7) \n" ); document.write( "SLOPE=(7-3)/(4-2)=4/2=2 \n" ); document.write( "Y=mX+b \n" ); document.write( "3=2*2+b \n" ); document.write( "3=4+b \n" ); document.write( "3-4=b \n" ); document.write( "b=-1 \n" ); document.write( "THUS THE LINE EQUATION IS: \n" ); document.write( "Y=2X-1 \n" ); document.write( " |