document.write( "Question 1112333: A family owns two corner lots of land that form a trapezoid with bases of 200 feet and 175 feet and a height of 60 feet. They decide to sell the triangular piece of land. How much land will they have left after the sale?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #727339 by addingup(3677)![]() ![]() You can put this solution on YOUR website! area of the trapezoid: \n" ); document.write( "(a + b)/2 x h \n" ); document.write( "= (200 + 175)/2 x 60 \n" ); document.write( "= 187.50 x 60 \n" ); document.write( "= 11,250 this is the area of the trapezoid \n" ); document.write( "---------------------------------- \n" ); document.write( "area of the triangle: \n" ); document.write( "bh/2 \n" ); document.write( "the base is 200 - 175 = 25 \n" ); document.write( "(25 x 60)/2 \n" ); document.write( "= 1500 this is the area of the triangle. \n" ); document.write( ": \n" ); document.write( "Subtract the area of the triangle from the area of the trapezoid to get your answer. \n" ); document.write( " |