document.write( "Question 1174363: Find the x value so that the line through the points (x,-9) and (0,1) has a slope of -4 \n" ); document.write( "
| Algebra.Com's Answer #799788 by Boreal(15235)     You can put this solution on YOUR website! slope is change in y over change in x, and go in the same direction \n" ); document.write( "so 1-(-9)/0-x = -4 \n" ); document.write( "10/-x=-4 \n" ); document.write( "x=2.5 \n" ); document.write( "(2.5, -9) and (0, 1) \n" ); document.write( "check in the other direction \n" ); document.write( "-9-1/2.5=-4 \n" ); document.write( "x=2.5 \n" ); document.write( " \n" ); document.write( " |