document.write( "Question 21869: Write in slope-intercept form the equation of the line that passes through the given points.\r
\n" );
document.write( "\n" );
document.write( "(2,3) and (4,7) \n" );
document.write( "
Algebra.Com's Answer #537784 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 2,3,4,7 \n" ); document.write( "m=4/2=2 \n" ); document.write( "b=-1*m*x1+1*y1 \n" ); document.write( "b=-1*2*2+1*3=-1 \n" ); document.write( "y= 2x-1 \n" ); document.write( " \n" ); document.write( " |