document.write( "Question 181919: The base of a triangle is 6 cm longer than its altitude. If the area of the triangle is 108 sq. cm, then what is the length of the base? \n" ); document.write( "
Algebra.Com's Answer #136539 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The base of a triangle is 6 cm longer than its altitude. If the area of the triangle is 108 sq. cm, then what is the length of the base? \n" ); document.write( ". \n" ); document.write( "Area for any triangle = (1/2)bh \n" ); document.write( "where \n" ); document.write( "b is length of base \n" ); document.write( "h is length of height or altitude \n" ); document.write( ". \n" ); document.write( "Let x = altitude \n" ); document.write( "then \n" ); document.write( "x+6 = base \n" ); document.write( ". \n" ); document.write( "108 = (1/2)(x+6)(x) \n" ); document.write( "216 = (x+6)(x) \n" ); document.write( "216 = x^2+6x \n" ); document.write( "0 = x^2+6x-216 \n" ); document.write( "0 = (x-12)(x+18) \n" ); document.write( ". \n" ); document.write( "x = {12, -18} \n" ); document.write( "Throw out the negative solution leaving \n" ); document.write( "x = 12 cm (altitude) \n" ); document.write( ". \n" ); document.write( "Base: \n" ); document.write( "x+6 = 12+6 = 18 cm (length of base) \n" ); document.write( " |