document.write( "Question 703431: What is the slope of the line that passes through the following points?
\n" );
document.write( "(7,3) (2,-12)
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #433515 by strawberrygirl183(35)![]() ![]() You can put this solution on YOUR website! here you have to do this equation \n" ); document.write( "(y2-y1) \n" ); document.write( "-------- \n" ); document.write( "(x2-x1 which is y two minus y one divided by x two minus x 1 \n" ); document.write( "so you just input the numbers 7=x1, 3=y1, 2=x2 -12=y2 \n" ); document.write( "so you insert them in the order y2 minus y1 over x2 minus x1 \n" ); document.write( " \n" ); document.write( " |