document.write( "Question 151408: You are told that a line has a slope of -3 / 4 and that the line passes through the point given by ( -2, 3 ). Choose two other points from those given below which are on this same line.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #111299 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE=-3/4 \n" ); document.write( "POINT=(-2,3) \n" ); document.write( "4=-3/4*-3+b \n" ); document.write( "4=9/4+b \n" ); document.write( "b=4-9/4 \n" ); document.write( "b=(16-9)/4 \n" ); document.write( "b=7/4 \n" ); document.write( "ANOTHER POINT IS (0,7/4) \n" ); document.write( "THUS THE EQUATION OF THIS LINE IS: \n" ); document.write( "Y=-3X/4+7/4 \n" ); document.write( " |