document.write( "Question 600854: The height of a triangle is 10 inches less than the three times the base. the area is 156 square inches. what is the base of the triangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379523 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The height of a triangle is 10 inches less than the three times the base. the area is 156 square inches. what is the base of the triangle? \n" ); document.write( ". \n" ); document.write( "Let b = base \n" ); document.write( "then \n" ); document.write( "3b-10 = height \n" ); document.write( ". \n" ); document.write( "area = (1/2)base*height \n" ); document.write( "156 = (1/2)b(3b-10) \n" ); document.write( "312 = b(3b-10) \n" ); document.write( "312 = 3b^2-10b \n" ); document.write( "0 = 3b^2-10b-312 \n" ); document.write( "solve using the quadratic formula to get: \n" ); document.write( "x = {12, -8.67} \n" ); document.write( "throw out the negative solution leaving \n" ); document.write( "x = 12 inches \n" ); document.write( ". \n" ); document.write( "details of quadratic formula follows: \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |