document.write( "Question 629682: The base of a triangle is twelve more than twice its height. If the area of a triangle is 46 square centimeters, find its base and height. \n" ); document.write( "
Algebra.Com's Answer #396434 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The base of a triangle is twelve more than twice its height. If the area of a triangle is 46 square centimeters, find its base and height. \n" ); document.write( "let x=height of triangle \n" ); document.write( "2x+12=base of triangle \n" ); document.write( "Area of triangle=1/2*base*height \n" ); document.write( ".. \n" ); document.write( "46=1/2*(2x+12)*x \n" ); document.write( "92=2x^2+12x \n" ); document.write( "2x^2+12x-92=0 \n" ); document.write( "x^2+6x-46=0 \n" ); document.write( "Solve by following quadratic formula: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a=1, b=6, c=-46 \n" ); document.write( "ans: \n" ); document.write( "x≈4.42 \n" ); document.write( "2x+12≈20.83 \n" ); document.write( "height of triangle≈4.42 cm \n" ); document.write( "base of triangle≈20.83 cm \n" ); document.write( " |