document.write( "Question 1038016: The height of a triangle is One inch more than twice its base. The Area
\n" ); document.write( "is 18 inches squared. Find the dimensions (base and height) of the triangle.
\n" ); document.write( "Set up and solve using Algebraic Equation.\r
\n" ); document.write( "\n" ); document.write( "This is what I started with and then it became a mess:(
\n" ); document.write( "h= height, b=base
\n" ); document.write( "A= 1/2 bh
\n" ); document.write( "18=1/2x(2x+1) multiply both sides by 2
\n" ); document.write( "18=2(2)+1=5 ?\r
\n" ); document.write( "\n" ); document.write( "Thank you
\n" ); document.write( "

Algebra.Com's Answer #652683 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The height of a triangle is One inch more than twice its base. The Area
\n" ); document.write( "is 18 inches squared. Find the dimensions (base and height) of the triangle.
\n" ); document.write( "Set up and solve using Algebraic Equation.
\n" ); document.write( "------------
\n" ); document.write( "Area = b*h/2 = 18
\n" ); document.write( "b*h = 36
\n" ); document.write( "h = 2b + 1
\n" ); document.write( "b*(2b+1) = 36
\n" ); document.write( "2b^2 + b - 36 = 0
\n" ); document.write( "(2b+9)*(b-4) = 0
\n" ); document.write( "b = 4
\n" ); document.write( "h = 9
\n" ); document.write( "------------
\n" ); document.write( "Ignore the negative solution.
\n" ); document.write( "
\n" );