document.write( "Question 422161: I need help on figuring this problem out please. The height of a triangle is three feet longer than the base. The area of the triangle is 44 square feet. Find the height and base of the triangle \n" ); document.write( "
Algebra.Com's Answer #294682 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need help on figuring this problem out please. The height of a triangle is three feet longer than the base. The area of the triangle is 44 square feet. Find the height and base of the triangle \n" ); document.write( "----------------------- \n" ); document.write( "Area = (1/2)(base)*(height) \n" ); document.write( "44 = (1/2)(x)(x+3) \n" ); document.write( "22 = x^2+3x \n" ); document.write( "--------- \n" ); document.write( "x^2+3x-22 = 0 \n" ); document.write( "----- \n" ); document.write( "x = [-3 +- sqrt(9-4*-22)]/2 \n" ); document.write( "----- \n" ); document.write( "x = [-3 +- sqrt(97)]/2 \n" ); document.write( "--- \n" ); document.write( "Positive Solution: \n" ); document.write( "x = [-3+sqrt(97)]/2 (base) \n" ); document.write( "--- \n" ); document.write( "x = [-3+sqrt(97) +6]/2 \n" ); document.write( "x = [3+sqrt(97)]/2 (height) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " \n" ); document.write( " |