document.write( "Question 644367: The base of a triangle is 10 inches more than 2 times the height. If the area of the triangle is 14 square inches, find the base and height. \n" ); document.write( "
Algebra.Com's Answer #404998 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The base of a triangle is 10 inches more than 2 times the height. If the area of the triangle is 14 square inches, find the base and height. \n" ); document.write( "------ \n" ); document.write( "Let the height be \"x\": \n" ); document.write( "Then the base is \"2x+10\" \n" ); document.write( "--- \n" ); document.write( "Area = (1/2)(base)(height) \n" ); document.write( "--- \n" ); document.write( "14 = (1/2)(2x+10)(x) \n" ); document.write( "-----\r \n" ); document.write( "\n" ); document.write( "2x^2 + 10x - 28= 0 \n" ); document.write( "--- \n" ); document.write( "x^2 + 5x - 14 = 9 \n" ); document.write( "(x+7)(x-2) = 9 \n" ); document.write( "Positive solution: \n" ); document.write( "x = 2(height) \n" ); document.write( "2x+10 = 14 (base) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |