document.write( "Question 778633: I never received a confirmation email about my question so here it is again: \r
\n" );
document.write( "\n" );
document.write( "A particular rectangular swimming pool is twice as long as it is wide. There is a concrete walkway around the perimeter of the pool. The walkway is a constant 2 feet wide. The walkway has an area of 100 square feet. What are the dimensions of the pool? \n" );
document.write( "
Algebra.Com's Answer #474862 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A particular rectangular swimming pool is twice as long as it is wide. \n" ); document.write( " There is a concrete walkway around the perimeter of the pool. \n" ); document.write( " The walkway is a constant 2 feet wide. \n" ); document.write( " The walkway has an area of 100 square feet. \n" ); document.write( " What are the dimensions of the pool? \n" ); document.write( ": \n" ); document.write( "let L = the length of the pool \n" ); document.write( "let w = the width \n" ); document.write( ": \n" ); document.write( "A 2 ft walkway adds 4 ft to the length & width giving us the overall dimensions \n" ); document.write( "Overall area - pool area = 100 sq ft, (area of the walkway) \n" ); document.write( "(L+4)(w+4) - L*W = 100 \n" ); document.write( "L = 2w, replace L with 2w \n" ); document.write( "(2w+4)(w+4) = 2w*w = 100 \n" ); document.write( "FOIL \n" ); document.write( "2w^2 + 8w + 4w + 16 - 2w^2 = 100 \n" ); document.write( "the 2w^2's cancel leaving us with \n" ); document.write( "12w = 100 - 16 \n" ); document.write( "12w = 84 \n" ); document.write( "w = 84/12 \n" ); document.write( "w = 7 ft is the width of the pool \n" ); document.write( "therefore \n" ); document.write( "2(7) = 14 ft is the length of the pool \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this checks out, find the overall area and the area of the pool \n" ); document.write( "18*11 = 198 \n" ); document.write( "14*7 = 98 \n" ); document.write( "--------------- \n" ); document.write( "diff: 100 sq/ft, the area of the walkway \n" ); document.write( " |