document.write( "Question 65629: Write the equation of the line passing through each of the given pairs of points. Write your result in slope-intercept form, where possible.
\n" );
document.write( "(20) (-1,3) and (4, -2)\r
\n" );
document.write( "\n" );
document.write( "(24) (2, -3) and (2,4)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #46282 by venugopalramana(3286) You can put this solution on YOUR website! Write the equation of the line passing through each of the given pairs of points. Write your result in slope-intercept form, where possible. \n" ); document.write( "STD. EQN. OF LINE THROUGH P(X1,Y1) AND Q(X2,Y2) IS \n" ); document.write( "(Y-Y1)/(Y2-Y1)=(X-X1)/(X2-X1)\r \n" ); document.write( "\n" ); document.write( "(20) (-1,3) and (4, -2) \n" ); document.write( "(Y-3)/(-2-3)=(X+1)/(4+1) \n" ); document.write( "(Y-3)/-5=(X+1)/5 \n" ); document.write( "Y-3=-5(X+1)/5=-X-1 \n" ); document.write( "Y=-X+2 \n" ); document.write( "(24) (2, -3) and (2,4) \n" ); document.write( "(Y+3)/(4+3)=(X-2)/(2-2) \n" ); document.write( "(Y+3)/7=(X-2)/0 \n" ); document.write( "X-2=0\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |