document.write( "Question 117320: Hello I really need some help with this math problem it deal with Coordinate Geometry: Linear Equations in Two Variables.\r
\n" );
document.write( "\n" );
document.write( "What is the equation of the line that contains the points with (x,y) coordinates (-3,7) and (5,-1) ?\r
\n" );
document.write( "\n" );
document.write( "I don't have clue how to set this type of problem up, please help.
\n" );
document.write( "thanks\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #85349 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST YOU NEED TO FIND THE SLOPE: \n" ); document.write( "SLOPE=(Y2-Y1)/(X2-X1) \n" ); document.write( "SLOPE=(-1-7)/(5+3) \n" ); document.write( "SLOPE=-8/8 \n" ); document.write( "SLOPE=-1 \n" ); document.write( "USING THE SLOPE (m) AND A SET OF (X,Y) VALUES IN THE LINE EQUATION Y=mX+b SOLVE FOR (b), THE Y INTERCEPT. \n" ); document.write( "7=-1*-3+b \n" ); document.write( "7=3+b \n" ); document.write( "b=7-3 \n" ); document.write( "b=4 \n" ); document.write( "THUS THE EQUATION IS: \n" ); document.write( "Y=-X+4 \n" ); document.write( " |