document.write( "Question 994309: Find the value of x so that the slope of the line through (2,9) and (x,-3) is 3/8. \n" ); document.write( "
Algebra.Com's Answer #613470 by Alan3354(69443) You can put this solution on YOUR website! Find the value of x so that the slope of the line through (2,9) and (x,-3) is 3/8. \n" ); document.write( "----------------------------------------- \n" ); document.write( "slope = diffy/diffx \n" ); document.write( "--- \n" ); document.write( "3/8 = (-3-9)/(x-2) = -12/(x-2) \n" ); document.write( "3(x-2) = -96 \n" ); document.write( "x-2 = -32 \n" ); document.write( "x = -30 \n" ); document.write( " \n" ); document.write( " |