document.write( "Question 980006: If A and B are two points on a plane with coordinates of (6, -4) and (-18, 8) respectively:
\n" );
document.write( "(a)What is the equation (in slope-intercept form) of the line determined by these two points? \r
\n" );
document.write( "\n" );
document.write( "(b)What is the gradient of the line perpendicular to this line?\r
\n" );
document.write( "\n" );
document.write( "(c) What is the distance between points A and B?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601213 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! HI there, \n" ); document.write( "a) Gradient = y2 - y1/x2 - x1 \n" ); document.write( "Using (6,-4) and (-18,8) \n" ); document.write( " Gradient = 8 - (-4)/-18 - 6 \n" ); document.write( " Gradient = 8 + 4/-24 \n" ); document.write( "Gradient = 12/-24 = -1/2 \n" ); document.write( "Using equation of the line \n" ); document.write( "y - b = m(x - a) and (6, -4) \n" ); document.write( "y -(-4) = -1/2 (x - 6) \n" ); document.write( "y + 4 = -1/2x + 3 \n" ); document.write( "y = -1/2x + 3 - 4 \n" ); document.write( "y = -1/2x - 1 \n" ); document.write( "or \n" ); document.write( "2y = -x - 1 \n" ); document.write( "......... \n" ); document.write( "b)A line that is perpendicular to \n" ); document.write( "another line have gradients that \n" ); document.write( "multiply together to give -1 \n" ); document.write( "m1 x m2 = -1 \n" ); document.write( "-1/2 x m2 = -1 \n" ); document.write( "m2 = 2 \n" ); document.write( "Gradient of line perpendicular \n" ); document.write( "to the first line has a gradient = 2 \n" ); document.write( "........... \n" ); document.write( "c) Distance formula \n" ); document.write( "Sqrt (x2 - x1)^2 + (y2 - y1)^2 \n" ); document.write( "A (6, -14) B (-18, 8) \n" ); document.write( "sqrt (-18 - 6)^2 + (8 - (-14)^2 \n" ); document.write( "sqrt(-24)^2 + (22)^2 \n" ); document.write( "sqrt 1060 \n" ); document.write( "= 32.6 units \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |