document.write( "Question 117777: Write the equation of the line passing through each of the given pairs of points. Write results in slope-intercept form, where possible.
\n" );
document.write( "The equation is (2,-3) and (2,4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #85795 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST FIND THE SLOPE (m) \n" ); document.write( "SLOPE=(Y2-Y2)/(X2-X1) \n" ); document.write( "SLOPE=(4+3)/(2-2) \n" ); document.write( "SLOPE=7/0 THUS THIS IS A VERTICLE LINE THROUGH THE POINT (2,0). \n" ); document.write( "THUS THE EQUATION IS: \n" ); document.write( "X=2 \n" ); document.write( " |