document.write( "Question 985338: Three points have coordinates A(2,5),B(10,9) and C(6,2) ,line two passes through C and is perpendicular to line one.find coordinates of the point of intersection of line one and line two \n" ); document.write( "
Algebra.Com's Answer #606142 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "I take it that line 1 is AB.
\n" ); document.write( "gradient of AB = y2-y1/x2-x1
\n" ); document.write( "= 9-5/10-2 = 4/8 = 1/2
\n" ); document.write( "Using the line equation for AB
\n" ); document.write( "Using m = 1/2 and point A (2,5)
\n" ); document.write( "y - 5 = 1/2(x - 2)
\n" ); document.write( "y = 1/2x - 1 + 5
\n" ); document.write( "y = 1/2x + 4
\n" ); document.write( "This is the equation for line AB
\n" ); document.write( "Line C has a gradient of -2
\n" ); document.write( "Lines that are perpendicular have
\n" ); document.write( "gradients that 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( "...........
\n" ); document.write( "Using the line equation:
\n" ); document.write( "y - b = m(x - a)
\n" ); document.write( "Using m = -2 and pt C (6,2)
\n" ); document.write( "y - 2 = -2(x - 6)
\n" ); document.write( "y = -2x + 12 + 2
\n" ); document.write( "y = -2x + 14
\n" ); document.write( "This the equation of line C
\n" ); document.write( "Setting up simultaneous equations:
\n" ); document.write( "y - 1/2x = 4 ....(1)
\n" ); document.write( "y + 2x = 14 .....(2)
\n" ); document.write( "Multiply (1) by 4
\n" ); document.write( "4y - 2x = 16 .....(1)
\n" ); document.write( "y + 2x = 14 .....(2)
\n" ); document.write( "Add (1) + (2)
\n" ); document.write( "5y = 30
\n" ); document.write( "y = 6
\n" ); document.write( "Substitute y = 6 into:
\n" ); document.write( "y + 2x = 14
\n" ); document.write( "6 + 2x = 14
\n" ); document.write( "2x = 14 - 6
\n" ); document.write( "2x = 8
\n" ); document.write( "x = 4
\n" ); document.write( "{4,6} the point of intersection
\n" ); document.write( "of line AB and C
\n" ); document.write( "Hope this helps:-)
\n" ); document.write( "
\n" ); document.write( "
\n" );