document.write( "Question 701778: If a Triangle's height is 4 inches less than two times its base, and has an area of 120 square inches. What is the height of the triangle? \n" ); document.write( "
Algebra.Com's Answer #432597 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If a Triangle's height is 4 inches less than two times its base, and has an area of 120 square inches. What is the height of the triangle? \n" ); document.write( ". \n" ); document.write( "Let b = base \n" ); document.write( "then \n" ); document.write( "2b-4 = height \n" ); document.write( ". \n" ); document.write( "area = (1/2)bh \n" ); document.write( "120 = (1/2)b(2b-4) \n" ); document.write( "240 = b(2b-4) \n" ); document.write( "240 = 2b^2-4b \n" ); document.write( "120 = b^2-2b \n" ); document.write( "0 = b^2-2b-120 \n" ); document.write( "0 = (b-12)(b+10) \n" ); document.write( "b = 12 inches (base) \n" ); document.write( ". \n" ); document.write( "height: \n" ); document.write( "2b-4 = 2(12)-4 = 24-4 = 20 inches \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |