document.write( "Question 639022: The base of a triangle is 8cm greater than the height. The area of the triangle is 120 square centimeters. Find the height&base of the triangle \n" ); document.write( "
Algebra.Com's Answer #402519 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let the height = x cm
\n" ); document.write( "then the base= (x+8) cm
\n" ); document.write( "then area = 0.5x(x+8)=120 (qn)
\n" ); document.write( "or x^2+8x-240=0 multiplying 2 on both sides & transposing
\n" ); document.write( "or x^2+20x-12x-240=0
\n" ); document.write( "or x(x+20)-12(x+20)=0
\n" ); document.write( "or( x-12)(x+20)=0
\n" ); document.write( "or x=12 or -20
\n" ); document.write( "so the height of the triangle =12 cm neglecting the -ve value ans
\n" ); document.write( "
\n" );