document.write( "Question 504083: find the slope of the line that contains the points:P1 (-4,10) and P2 (6,-10)?
\n" );
document.write( "i got the answer\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "-10-10 over -6-4= 0 over 10 =0 \n" );
document.write( "
Algebra.Com's Answer #339505 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! P1 = (-4,10) \n" ); document.write( "P2 = (6,-10) \n" ); document.write( ". \n" ); document.write( "slope = change in y / change in x \n" ); document.write( ". \n" ); document.write( "change in y = -10 -10 = -20 \n" ); document.write( "change in x = 6 -(-4) = 10 \n" ); document.write( ". \n" ); document.write( "slope = -20/10 = -2 \n" ); document.write( ". \n" ); document.write( "y = -2x + b \n" ); document.write( ". \n" ); document.write( "We can substitute one of the known points to find 'b'. \n" ); document.write( "Use P1, (-4,10) \n" ); document.write( ". \n" ); document.write( "10 = -2(-4) + b \n" ); document.write( "10 = 8 + b \n" ); document.write( "b = 2 \n" ); document.write( ". \n" ); document.write( "y = -2x +2 \n" ); document.write( ". \n" ); document.write( "We can check this solution using the other point, P2 = (6,-10). \n" ); document.write( "y = -2x + 2 \n" ); document.write( "y = -2(6) + 2 \n" ); document.write( "y = -12+2 \n" ); document.write( "y =10 \n" ); document.write( "OK \n" ); document.write( ". \n" ); document.write( " |