document.write( "Question 527948: I am trying to write an equation of the line that passes through these points (-1,3) and (2,-0.5). I am having a hard time finding the slope and solving the equation y=mx+b. I think that the slope is -3.5/3, but I can't figure it out!! Please help me!!!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #349089 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! (x,y) = (-1,3) \n" ); document.write( "(x1, y1) = (2,-0.5)\r \n" ); document.write( "\n" ); document.write( "m = (y - y1) / (x - x1) \n" ); document.write( ". \n" ); document.write( "m = (3-(-0.5)) / (-1-2) = -3.5/3 \n" ); document.write( ". \n" ); document.write( "y = -(3.5/3)*x + b \n" ); document.write( ". \n" ); document.write( "Use one of the points to find 'b'. \n" ); document.write( ". \n" ); document.write( "3 = -(3.5/3)*(-1) + b \n" ); document.write( ". \n" ); document.write( "3 = 3.5/3 + b \n" ); document.write( ". \n" ); document.write( "b = 3-3.5/3 = 9/3 - 3.5/3 = 5.5/3 \n" ); document.write( ". \n" ); document.write( "y = -3.5/3*x + 5.5/3 \n" ); document.write( ". \n" ); document.write( " |