document.write( "Question 106170: the height of a triangle is five feet less than two times the base. If the area is 75 square feet find the base and height. \n" ); document.write( "
Algebra.Com's Answer #77219 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the height of a triangle is five feet less than two times the base. If the area is 75 square feet find the base and height. \n" ); document.write( "--------------- \n" ); document.write( "Formula: Area = (1/2)(base)(height) \n" ); document.write( "75 = (1/2)(x)(2x-5) \n" ); document.write( "150 = x(2x-5) \n" ); document.write( "2x^2-5x-150 = 0 \n" ); document.write( "(2x+15) (x-10)= 0 \n" ); document.write( "x=-15/2 ; x=10 \n" ); document.write( "Only x=10 is realistic (base = 10 ft.) \n" ); document.write( "Then height = 2*10-5 = 15 ft. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |