document.write( "Question 252762: Here is my question:
\n" );
document.write( "My triangle points are A(2,5), B(12,-1) and C(-6,8).
\n" );
document.write( "What is the slope of the perpendicular bisector of AB? What is the slope of CL if CL is the altitude from point C?\r
\n" );
document.write( "\n" );
document.write( "I have been working on this for a while and appreciate any help with explanation.
\n" );
document.write( "Thanks.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184903 by Alan3354(69443) You can put this solution on YOUR website! My triangle points are A(2,5), B(12,-1) and C(-6,8). \n" ); document.write( "What is the slope of the perpendicular bisector of AB? What is the slope of CL if CL is the altitude from point C? \n" ); document.write( "-------------------- \n" ); document.write( "Find the slope of AB. \n" ); document.write( "m = diffy/diffx = (-1-5)/(12-2) = -6/10 \n" ); document.write( "m = -3/5 (slope of AB) \n" ); document.write( "--------- \n" ); document.write( "The slope of lines perpendicular is the negative inverse, 5/3 \n" ); document.write( "------------------------------------------------------------- \n" ); document.write( "For the midpoint of AB, get the average of x and y separately. \n" ); document.write( "x: (2+12)/2 = 7 \n" ); document.write( "y: (5-1)/2 = 2 \n" ); document.write( "--> M(7,2) is the midpoint \n" ); document.write( "------------------------------- \n" ); document.write( "Now, find a line thru M with slope 5/3 \n" ); document.write( "Use y = mx + b to find b \n" ); document.write( "2 = (5/3)*7 + b = 35/3 + b \n" ); document.write( "b = -29/3 \n" ); document.write( "So the equation is: \n" ); document.write( "y = (5/3)x - 29/3 \n" ); document.write( "------------------- \n" ); document.write( "------------------- \n" ); document.write( "What is the slope of CL if CL is the altitude from point C? \n" ); document.write( "The altitude is also perpendicular, so its slope is 5/3, and it's thru the point C (-6,8). \n" ); document.write( "----------------------- \n" ); document.write( "Now, find a line thru C with slope 5/3 \n" ); document.write( "Use y = mx + b to find b \n" ); document.write( "8 = (5/3)*(-6) + b = -10 + b \n" ); document.write( "b = 18 \n" ); document.write( "So the equation is: \n" ); document.write( "y = (5/3)x + 18 \n" ); document.write( " \n" ); document.write( " |