document.write( "Question 43496: grade 10th problem 20:\r
\n" );
document.write( "\n" );
document.write( "WRITE THE EQUation of the line passing through each of the given pairs of points. write the result in slope-intercept form,if possible.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(-1,3) and (4,-2) \n" );
document.write( "
Algebra.Com's Answer #28511 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! grade 10th problem 20: \n" ); document.write( "WRITE THE EQUation of the line passing through each of the given pairs of points. write the result in slope-intercept form,if possible.\r \n" ); document.write( "\n" ); document.write( "(-1,3)=(X1,Y1) and (4,-2)=(X2,Y2) \n" ); document.write( "EQN.OF LINE IS \n" ); document.write( "(Y-Y1)/(Y2-Y1)=(X-X1)/(X2-X1) \n" ); document.write( "(Y-3)/(-2-3)=(X+1)/(4+1) \n" ); document.write( "Y-3=-X-1 \n" ); document.write( "Y=-X+2........SLOPE=-2..INTERCEPT=2 \n" ); document.write( " |