document.write( "Question 610168: base of a triangle is 7 m shorter then its height area is 22 m^2. find base and height \n" ); document.write( "
Algebra.Com's Answer #384172 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
bh/2 = 22
\n" ); document.write( "bh = 44
\n" ); document.write( "b = h -7
\n" ); document.write( "h(h-7)=44
\n" ); document.write( "h^2 -7h -44 =0
\n" ); document.write( "(h-11)(h+4) =0
\n" ); document.write( "h =11
\n" ); document.write( "b = 11-7 =4
\n" ); document.write( "b =4
\n" ); document.write( "
\n" );