document.write( "Question 828839: An equilateral triangle has an altitude of 12 inches, what is the measurement of the side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #499534 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "x = sqrt( (x/2)(x/2) + 12*12 ) \n" ); document.write( "xx = xx/4 + 144 \n" ); document.write( "(4/4)xx - (1/4)xx = 144 \n" ); document.write( "(3/4)xx = 144 \n" ); document.write( "xx = 144*(4/3) \n" ); document.write( "x = sqrt( 144*(4/3) ) \n" ); document.write( "x = 13.856406460551018 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "side = 13.9 in. \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |