document.write( "Question 114582: Write the standard form of the equation of the line that passes through the given points\r
\n" );
document.write( "\n" );
document.write( "(-1, -2), (0, 3) \n" );
document.write( "
Algebra.Com's Answer #83358 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST YOU NEED TO FIND THE SLOPE (m) (Y2-Y1)/(X2-X1) \n" ); document.write( "(3+2)/(0+1) \n" ); document.write( "5/1=5 FOR THE SLOPE \n" ); document.write( "NOW REPLACE ONE SET THE X & Y VALUES IN THE LINE EQUATION & SOLVE FOR (b) THE Y INTERCEPT. \n" ); document.write( "Y=mX+b \n" ); document.write( "-2=5*-1+b \n" ); document.write( "-2=-5+b \n" ); document.write( "b=-2+5 \n" ); document.write( "b=3 FOR THE Y INTERCEPT THUS THE LINE EQUATION IS: \n" ); document.write( "Y=5X+3 \n" ); document.write( " |