document.write( "Question 30817: Given that a triangel has a base and height of the same manner, x. If the base was increased by 5 and the height was decreased by 2, what is the area of the triangle? Write the solution in the simplest form. \n" ); document.write( "
Algebra.Com's Answer #17557 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
the area of a triangle is 2bh *b is base and h is height*
\n" ); document.write( "the height is x-2
\n" ); document.write( "the base is x+5
\n" ); document.write( "A=2bh
\n" ); document.write( "A=2(x+5)(x-2)
\n" ); document.write( "A=2(x^2+3x-10)
\n" ); document.write( "A=2x^2+6x-20
\n" ); document.write( "
\n" );