document.write( "Question 396112: Given A=(3,7),(-1,2):\r
\n" );
document.write( "\n" );
document.write( "A) Find the slope between the two points.
\n" );
document.write( "B) Write the equation of the line through the points in general form.
\n" );
document.write( "C) Sketch the Graph. \n" );
document.write( "
Algebra.Com's Answer #281078 by checkley79(3341) ![]() You can put this solution on YOUR website! A=(3,7),(-1,2) \n" ); document.write( "a) SLOPE=(Y2-Y1)/(X2-X1) \n" ); document.write( "SLOPE=(2-7)/(-1-3) \n" ); document.write( "SLOPE=-5/-4=5/4=1.25 ANS. \n" ); document.write( "B) Y=mX+b \n" ); document.write( "7=1.25*3+b \n" ); document.write( "7=3.75+b \n" ); document.write( "b=7-3.75 \n" ); document.write( "b=3.25 \n" ); document.write( "Y=1.5X+3.25 ans. \n" ); document.write( "C) |