document.write( "Question 206274: Given: P1 (R,R-1)& P2(R+1, 2R-3), Find the slope. (Hint R is a Number). \n" ); document.write( "
Algebra.Com's Answer #155914 by mickclns(59)\"\" \"About 
You can put this solution on YOUR website!
slope m is rise / run or difference in y / difference in x
\n" ); document.write( "m = (  (2r-3) - (r-1)  )    /    (  (r+1) - r  )
\n" ); document.write( "    = ( 2r - 3 - r + 1 )    /    (r + 1 - r)
\n" ); document.write( "    = (r-2) / 1 = r-2\r
\n" ); document.write( "\n" ); document.write( "In other words, whatever number r is, the slope is 2 less than that.
\n" ); document.write( "
\n" );