document.write( "Question 1191970: In an isosceles triangle ABC, side AB is twice as long as AC. The perimeter of the triangle is 200cm. Find the length of AC.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823837 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = length of side AC \n" ); document.write( "2x = length of side AB, since it's twice as long as AC\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Triangle ABC is isosceles, meaning there are exactly two sides that are the same length. \n" ); document.write( "We've already ruled out AB and AC being the same length.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It's not clear if BC = AC or if BC = AB\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Both cases cannot be true simultaneously. Why not? Because that would lead to the false statement that AB = AC, when it should be AB > AC.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If BC = AC, then BC = x and, \n" ); document.write( "AB+BC+AC = perimeter \n" ); document.write( "2x+x+x = 200 \n" ); document.write( "4x = 200 \n" ); document.write( "x = 200/4 \n" ); document.write( "x = 50 \n" ); document.write( "So AC = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or if BC = AB, then BC = 2x and, \n" ); document.write( "AB+BC+AC = perimeter \n" ); document.write( "2x+2x+x = 200 \n" ); document.write( "5x = 200 \n" ); document.write( "x = 200/5 \n" ); document.write( "x = 40 \n" ); document.write( "meaning that AC = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are two possibilities: \n" ); document.write( "Either AC = 50 or AC = 40 \n" ); document.write( "depending on which two sides are equal of this isosceles triangle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Currently there isn't enough information to determine which of those values is the correct AC length. \n" ); document.write( " \n" ); document.write( " |