document.write( "Question 41209: I have a large rectangle with a smaller rectangle inside. The smaller rectangle is exactly in the center of the larger 1. The smaller rectangle's width is 20 and length is 40. The space between the Big and Small rectangle is the deck. The smaller rectangle is the pool.
\n" );
document.write( "What is the area of the deck?
\n" );
document.write( "What is the combined area of the deck and the pool?\r
\n" );
document.write( "\n" );
document.write( "---i tried solving it like this---
\n" );
document.write( "The length of the large rectangle is 20+2d
\n" );
document.write( "The width of the large rectangle is 40+2d\r
\n" );
document.write( "\n" );
document.write( "A=(20+2d)(40+2d)
\n" );
document.write( "800+40d+80d+4d^2
\n" );
document.write( "800+120d+4d^2
\n" );
document.write( "4d^2+120d+800 <------is this the right answer?
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #26660 by psbhowmick(878) You can put this solution on YOUR website! What you have found out is the combined area of the deck and the pool. \n" ); document.write( "The area of only deck = (combined area of the deck and the pool) - (area of pool) \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note this is true only when the length of the two rectangles are parallel. \n" ); document.write( "This means that the deck is of constant width 'd'. \n" ); document.write( "Else, if the length (longer side) of the outer rectangle is not parallel to the length (longer side) of the inner rectangle for then you cannot write \n" ); document.write( "\"The length of the large rectangle is 20+2d \n" ); document.write( "The width of the large rectangle is 40+2d\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Understand? \n" ); document.write( " |