document.write( "Question 261416: the area of a triangle is 140 inches squared. If the base and height are both doubled, what is the new area? \n" ); document.write( "
Algebra.Com's Answer #192587 by roseo(33)\"\" \"About 
You can put this solution on YOUR website!
Remember that the area of a triangle is A = 1/2 bh and your area is 140. Therefore 140 = 1/2 bh. If we double the base and double the height then we have 2b for the base and 2h for the height. Then the area of the new triangle would be 1/2 * 2b*2h or 2bh. If we look at the original triangle with area 140 = 1/2bh then bh = 280 (by multiplying both sides by 2). Now for the new triangle
\n" ); document.write( "A = 1/2 bh
\n" ); document.write( " = 1/2 (2b)(2h)
\n" ); document.write( " =2bh
\n" ); document.write( "we know that bh = 280 so 2(280) = 560square inches
\n" ); document.write( "
\n" );