document.write( "Question 198879This question is from textbook Algebra Structure and Method Book 1
\n" );
document.write( ": How do I write an equation in standard form of the line that contains (1,1) and (6,-1)? thanks \n" );
document.write( "
Algebra.Com's Answer #149416 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! (1,1) and (6,-1) \n" ); document.write( "Y=mX+b \n" ); document.write( "m=slope \n" ); document.write( "b=y intercept \n" ); document.write( "slope=(y2-y1)/(x2-x1) \n" ); document.write( "slope=(-1-1)/(6-1) \n" ); document.write( "slope=-2/5 \n" ); document.write( "1=-2/5*1+b \n" ); document.write( "1=-2/5+b \n" ); document.write( "b=1+2/5 \n" ); document.write( "b=(1*5+2)/5 \n" ); document.write( "b=(5+2)/7 \n" ); document.write( "b=7/5 y intercept. \n" ); document.write( "y=-2x/5+7/5 is the line equation. \n" ); document.write( " |