document.write( "Question 1207024: what is the slope of a line containing points (2,-1) and (3,5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #844825 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! what is the slope of a line containing points (2,-1) and (3,5) \n" ); document.write( "Using the slope formula m = \n" ); document.write( "x1 = 2 \n" ); document.write( "x2 = 3 \n" ); document.write( "y1 = -1 \n" ); document.write( "y2 = 5 \n" ); document.write( "m = \n" ); document.write( "m = 6 is the slope \n" ); document.write( "Create the equation using y - y1 = m(x - x1) \n" ); document.write( "y -(-1) = 6(x - 2) \n" ); document.write( "y + 1 = 6x - 12 \n" ); document.write( "y = 6x -12 - 1 \n" ); document.write( "y = 6x -13 \n" ); document.write( "which is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |