document.write( "Question 21412: This is a geometry question, from my algebra class, we are working on quadatric equations. Iam so confused. I know the formula for area of a triangle. A = 1/2 b x h. But can't figure out how to come up with an equation to figure out how to do this.\r
\n" );
document.write( "\n" );
document.write( "The question:
\n" );
document.write( "The base of a triangle is 4 feet less than 3 times the height, and the area is 16 square feet. Find the dimensions of the triangle (Note: need to set up an equation to sove the problem) Please help!! Thank you. \n" );
document.write( "
Algebra.Com's Answer #10328 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! let h = the height \n" ); document.write( "let b = the base \n" ); document.write( "let A = the area\r \n" ); document.write( "\n" ); document.write( "A = 16 = (1/2)*b*h\r \n" ); document.write( "\n" ); document.write( "multiply each side by 2 \n" ); document.write( "(a) 32 = b*h\r \n" ); document.write( "\n" ); document.write( "from the description of the problem, \n" ); document.write( "b = 3*h - 4 \n" ); document.write( "substitute this result for b into (a) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "rearranging, \n" ); document.write( "(b) \n" ); document.write( "this is a quadratic equation \n" ); document.write( "the roots (negative and positive) are given by \n" ); document.write( " \n" ); document.write( "if the form of the equation is \n" ); document.write( "a*h^2 + bh + c = 0 \n" ); document.write( "from our result in (b), \n" ); document.write( "a = 3 \n" ); document.write( "b = -4 \n" ); document.write( "c = -32\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "choose the positive result \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "therefore h = 4 \n" ); document.write( "32 = b*h \n" ); document.write( "b = 32/4 \n" ); document.write( "b = 8 \n" ); document.write( "substitute these values back into \n" ); document.write( "b = 3*h - 4 \n" ); document.write( "A = (1/2)*b*h \n" ); document.write( " \n" ); document.write( " |