document.write( "Question 706295: i am trying to figure out the lengths of the sides of a triangle i have the height
\n" );
document.write( "and the angle but nothing else.\r
\n" );
document.write( "\n" );
document.write( "overall height is 4 feet
\n" );
document.write( "angles are 60 deg.
\n" );
document.write( " 60 deg.
\n" );
document.write( " 60 deg.\r
\n" );
document.write( "\n" );
document.write( "how do i figure out? \n" );
document.write( "
Algebra.Com's Answer #435065 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i am trying to figure out the lengths of the sides of a triangle i have the height \n" ); document.write( "and the angle but nothing else. \n" ); document.write( "overall height is 4 feet \n" ); document.write( "angles are 60 deg. \n" ); document.write( "60 deg. \n" ); document.write( "60 deg. \n" ); document.write( "----- \n" ); document.write( "Sketch an equilateral triangle with each side = 2s. \n" ); document.write( "--- \n" ); document.write( "Draw an altitutde from one of the sides to the opposite vertex. \n" ); document.write( "--- \n" ); document.write( "That altitude is a perpendicular bisector of the base. \n" ); document.write( "---- \n" ); document.write( "Each piece of that base is \"s\". \n" ); document.write( "---- \n" ); document.write( "Now use Pythagoras to solve for \"2s\". \n" ); document.write( "base = s \n" ); document.write( "altitude = 4 \n" ); document.write( "hypotenuse = side of the triangle = 2s \n" ); document.write( "----------------------------- \n" ); document.write( "(2s)^2 = s^2 + 4^2 \n" ); document.write( "4s^2 = s^2 + 16 \n" ); document.write( "3s^2 = 16 \n" ); document.write( "s^2 = 16/3 \n" ); document.write( "s = 4sqrt(3)/3 \n" ); document.write( "---- \n" ); document.write( "side = 2s = (8/3)sqrt(3) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |