document.write( "Question 165441This question is from textbook
\n" );
document.write( ": The side of a large tent is in the shape of an isosceles triangle whose area is 54ft^2 and whose base is 6ft shorter than twice its height. Find the height and the base of the side of the tent. \n" );
document.write( "
Algebra.Com's Answer #121956 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! Let: \n" ); document.write( "triangle's base = b \n" ); document.write( "triangle's height = h\r \n" ); document.write( "\n" ); document.write( "b = 2h - 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "triangle's area = 54 \n" ); document.write( "<=> \n" ); document.write( "<=> \n" ); document.write( "<=> \n" ); document.write( "<=> \n" ); document.write( "<=> \n" ); document.write( "use factorization, we will get: \n" ); document.write( "(h - 9)*(h + 6) = 0 \n" ); document.write( "h - 9 = 0 \n" ); document.write( "h = 9 \n" ); document.write( "or \n" ); document.write( "h + 6 = 0 \n" ); document.write( "h = -6 -> this is not a possible measure for h, because it's negative\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the value of triangle's height = 9 ft \n" ); document.write( "and triangle's base = 2*9 - 6 = 18 - 6 = 12 ft \n" ); document.write( " |