document.write( "Question 424445: the base of a triangle is 7cm greater than the height. the area is 22cm^2. find the height and length of the base. \n" ); document.write( "
Algebra.Com's Answer #295884 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the base of a triangle is 7cm greater than the height. the area is 22cm^2. find the height and length of the base. \n" ); document.write( ". \n" ); document.write( "Since \n" ); document.write( "area of any triangle is (1/2)bh \n" ); document.write( "where \n" ); document.write( "b is base \n" ); document.write( "h is height \n" ); document.write( ". \n" ); document.write( "Let h = height \n" ); document.write( "then \n" ); document.write( "h+7 = base \n" ); document.write( ". \n" ); document.write( "22 = (1/2)(h+7)h \n" ); document.write( "44 = (h+7)h \n" ); document.write( "44 = h^2 + 7h \n" ); document.write( "0 = h^2 + 7h - 44 \n" ); document.write( "0 = (h+11)(h-4) \n" ); document.write( "h = {-11, 4} \n" ); document.write( "we can throw out the negative solution leaving: \n" ); document.write( "h = 4 cm (height) \n" ); document.write( ". \n" ); document.write( "base: \n" ); document.write( "h+7 = 4+7 = 11 cm \n" ); document.write( " \n" ); document.write( " |