document.write( "Question 923630: the co-ordinates of the three points A,B and C are; A=(2,2) B=(6,-6) and C(-2,-3)\r
\n" );
document.write( "\n" );
document.write( "i) find the equation of AB \n" );
document.write( "
Algebra.Com's Answer #560203 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! A=(2,2) \n" ); document.write( "B=(6,-6) m = \n" ); document.write( ".... \n" ); document.write( "***Using point-slope form, \n" ); document.write( "y - 2 = -2(x - 2) \n" ); document.write( "y = -2x + 6 \n" ); document.write( "0r \n" ); document.write( "2x + y = 6 Standard Form \n" ); document.write( " |