document.write( "Question 49035: Hi!
\n" );
document.write( "How do you find slope?
\n" );
document.write( "I can't figure out anyway to do it.
\n" );
document.write( "If you can help that would be great!
\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #32487 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Slope is defined as \n" ); document.write( "Ex.) P(1,2) and P(2,4) \n" ); document.write( "x1 = 1 and y1 = 2 \n" ); document.write( "x2 = 2 and y2 = 4 \n" ); document.write( "M = (y2 - y1)/(x2 - x1) = (4 - 2)/(2 - 1) = 2/1 = 2 \n" ); document.write( "It does not matter which point is (x1,y1) as long as the x1 is paired with the y1. \n" ); document.write( " |