document.write( "Question 1031476: Given Triangle ABC with A(2, 1), B(4, 9) and C(16,1).
\n" );
document.write( "a. Find the midpoints of AB, BC, and AC and label them D, E, and F respectively. (done)
\n" );
document.write( "b. Draw the perpendicular bisectors of AB, BC, and AC and find their equations. (drew the bisectors and wrote equations but my teacher said that they are incorrect. The ones that I put are as followed:
\n" );
document.write( "AB = 1/ -4 y - 3 = 1/-4 (x - 5 )
\n" );
document.write( "BC = y - 5 = 3/2 (x - 3)
\n" );
document.write( "AC = y = -9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #646194 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "Triangle ABC with A(2, 1), B(4, 9) and C(16,1). \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Mid point of AB A(2, 1), B(4, 9) = (3,5) Slope of AB = 4 \n" ); document.write( "The perpendicular at M will have a slope of (-1/4) and passes through (3,5) \n" ); document.write( "5 =(-1/4)*3 +c \n" ); document.write( "5=-3/4 +c \n" ); document.write( "20=-3+4c \n" ); document.write( "23=4c \n" ); document.write( "c= 23/4 \n" ); document.write( "The equation is y = (-1/4)x + 23/4\r \n" ); document.write( "\n" ); document.write( "Repeat for BC and CA\r \n" ); document.write( "\n" ); document.write( "Mid point of BC B(4, 9) and C(16,1).= (10,5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Mid point of CA C(16,1)A(2, 1), .= (9,1) \n" ); document.write( " \n" ); document.write( " |