document.write( "Question 1030590: The height of a triangle is 3cm greater than the base. The area of the triangle is 77sqaure cm. Find the length of the base and height of a triangle. \n" ); document.write( "
Algebra.Com's Answer #645436 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "Make the base = x
\n" ); document.write( "Height = x + 3
\n" ); document.write( "Area of a triangle
\n" ); document.write( "= 1/2( base x height)
\n" ); document.write( "77 = 1/2(x(x + 3))
\n" ); document.write( "77 = 1/2(x^2 + 3x)
\n" ); document.write( "Multiply both sides by 2
\n" ); document.write( "154 = x^2 + 3x
\n" ); document.write( "Put in ax^2 + bx + c = 0 form
\n" ); document.write( "x^2 + 3x - 154 = 0
\n" ); document.write( "Factorize
\n" ); document.write( "(x + 14)(x - 11) = 0
\n" ); document.write( "x + 14 = 0
\n" ); document.write( "x = -14 disregard as -ve)
\n" ); document.write( "x - 11 = 0
\n" ); document.write( "x = 11
\n" ); document.write( "Base = 11 cm
\n" ); document.write( "Height = 14 cm
\n" ); document.write( "Hope this helps :-)
\n" ); document.write( "
\n" );