document.write( "Question 358100: Find the equations of the lines that pass through the points given.\r
\n" );
document.write( "\n" );
document.write( "1. (-1,2)(-4,0)
\n" );
document.write( "2. (3,1)+(-2,11) \n" );
document.write( "
Algebra.Com's Answer #255619 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b IS THE LINEAR EQUATION. \n" ); document.write( "m=slope=(Y2-Y1)/(X2-X1) \n" ); document.write( "b=the Y intercept. \n" ); document.write( "1. (-1,2)(-4,0) \n" ); document.write( "m=(0-2)/(-4+1) \n" ); document.write( "m=-2/-3=2/3 ans. for the slope. \n" ); document.write( "2=2/3*-1+b \n" ); document.write( "2=-2/3+b \n" ); document.write( "b=2+2/3 \n" ); document.write( "b=6/3+2/3=8/3 ans. for the Y intercept. \n" ); document.write( "Y=2X/3+8/3 (red line) \n" ); document.write( "--------------------------- \n" ); document.write( "2. (3,1)+(-2,11) \n" ); document.write( "m=(11-1)/(-2-3) \n" ); document.write( "m=10/-5=-2 ans. for the slope. \n" ); document.write( "1=3*-2+b \n" ); document.write( "1=-6+b \n" ); document.write( "b=1+6 \n" ); document.write( "b=7 ans/ for the Y intercept. \n" ); document.write( "Y=-2X+7 (green line) \n" ); document.write( " |