document.write( "Question 52925: what is the slope of lines passing through (1,-1) and (3,5) \n" ); document.write( "
Algebra.Com's Answer #35291 by venugopalramana(3286) You can put this solution on YOUR website! what is the slope of lines passing through (1,-1)=x1,y1 and (3,5)=x2,y2 \n" ); document.write( "slope = (y2-y1)/(x2-x1) \n" ); document.write( "= (5+1)/(3-1)=3 \n" ); document.write( " |