document.write( "Question 827726: the front wall of house is in the shape of equilateral triangle. the base of the house is 10m long, how tall is the front? \n" ); document.write( "
Algebra.Com's Answer #498841 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
The triangle is 10m on each side.
\n" ); document.write( "set x = height
\n" ); document.write( "Using Pythagorean theorem
\n" ); document.write( " x^2 + (5 which is is 1/2 of the base)^2 = 10^2
\n" ); document.write( " x^2 + 5^2 = 10^2
\n" ); document.write( " x^2 + 25 = 100
\n" ); document.write( "subtract 25 from each side
\n" ); document.write( " x^2 = 75
\n" ); document.write( " x = sqrt(75) = 8.66m
\n" ); document.write( "
\n" );