document.write( "Question 395218: Points (2,4) and (5,__) lie on a line whose slope is 7/3. \n" ); document.write( "
Algebra.Com's Answer #280503 by mananth(16946) You can put this solution on YOUR website! Points (2,4) and (5,__) lie on a line whose slope is 7/3. \n" ); document.write( "slope = m = (y2-y1)/(x2-x1) \n" ); document.write( "(x-4)/(5-2)= 7/3\r \n" ); document.write( "\n" ); document.write( "(x-4) = 3*7/3 \n" ); document.write( "x-4=7 \n" ); document.write( "x=11 \n" ); document.write( ".. \n" ); document.write( "(5,11) \n" ); document.write( " |