document.write( "Question 249778: if the points (3, r) and (r, -1) lie on a line with slope -3/4, wat is the value of r? \n" ); document.write( "
Algebra.Com's Answer #181866 by mathhub(11)![]() ![]() ![]() You can put this solution on YOUR website! The coordinates of two points connecting the line are given. \n" ); document.write( "Let's say the 2 points are denoted as A and B. Let us assign the coordinates (3, r) topoint A and coordinates (r, -1) to point B.\r \n" ); document.write( "\n" ); document.write( "The slope of the line is given by the difference of the y-coordinates over the difference of x-coordinates of points A and B.\r \n" ); document.write( "\n" ); document.write( "Thus the slope is given by \n" ); document.write( "\n" ); document.write( "But then as per the question the slope of the line is -3/4. That means\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "=> 4(r+1) = -3(3-r) \n" ); document.write( "=> 4r + 4 = -9 + 3r \n" ); document.write( "=> 4r - 3r = -9 - 4 \n" ); document.write( "=> r = -13\r \n" ); document.write( "\n" ); document.write( "Therefore the value of r is -13. \n" ); document.write( " |