document.write( "Question 402411: The area of a triangular sign is 33 square meters. the base of the triangle is 1meter less than double the altitude. find the altitude and the base of the sign \n" ); document.write( "
Algebra.Com's Answer #284647 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The area of a triangular sign is 33 square meters. the base of the triangle is 1meter less than double the altitude. find the altitude and the base of the sign \n" ); document.write( ". \n" ); document.write( "Let a = altitude \n" ); document.write( "then \n" ); document.write( "2a-1 = base \n" ); document.write( ". \n" ); document.write( "definition of area of any triangle: \n" ); document.write( "(1/2)*base*height \n" ); document.write( ". \n" ); document.write( "(1/2)(2a-1)(a) = 33 \n" ); document.write( "(2a-1)(a) = 66 \n" ); document.write( "2a^2-a = 66 \n" ); document.write( "2a^2-a-66 = 0 \n" ); document.write( "(2a-11)(a+6) = 0 \n" ); document.write( "a = {11/2, -6} \n" ); document.write( "we can throw out the negative solution leaving \n" ); document.write( "a = 11/2 = 5.5 meters (altitude) \n" ); document.write( ". \n" ); document.write( "Base: \n" ); document.write( "2a-1 = 2(5.5)-1 = 11-1 = 10 meters \n" ); document.write( " \n" ); document.write( " |