document.write( "Question 65750: determine the ratio in which the line joining (0,7) and (-2,1)is
\n" );
document.write( "divided by the line 2x+y-4=0 \n" );
document.write( "
Algebra.Com's Answer #46468 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Ratio of the slopes? \n" ); document.write( "m = (7 - 1)/(0 + 2) = 6/2 = 3 \n" ); document.write( "y - 7 = 3(x + 0) \n" ); document.write( "y = 3x + 7 is the equation just in case .... \n" ); document.write( "second: \n" ); document.write( "y = -2x + 4 \n" ); document.write( "slope: -2 \n" ); document.write( "Ratio of slopes: 3:-2 or 3/-2 \n" ); document.write( " |