document.write( "Question 347999: Tom wants to build a fence around his rectangular swimming pool. The dimensions of the pool are 18 feet by 22feet. He wants the border around the pool to be of uniform width. If he has 60 yards of fencing, find the width of the border. \n" ); document.write( "
Algebra.Com's Answer #248811 by nerdybill(7384) You can put this solution on YOUR website! Tom wants to build a fence around his rectangular swimming pool. The dimensions of the pool are 18 feet by 22feet. He wants the border around the pool to be of uniform width. If he has 60 yards of fencing, find the width of the border. \n" ); document.write( ". \n" ); document.write( "Convert 60 yards to feet: \n" ); document.write( "60 * 3 = 180 feet \n" ); document.write( ". \n" ); document.write( "Let x = width of border \n" ); document.write( "then \n" ); document.write( "18+2x = width of fence \n" ); document.write( "22+2x = length of fence \n" ); document.write( ". \n" ); document.write( "perimeter = 2(width+length)\r \n" ); document.write( "\n" ); document.write( "180 = 2(18+2x + 22+2x)\r \n" ); document.write( "\n" ); document.write( "180 = 2(40+4x)\r \n" ); document.write( "\n" ); document.write( "90 = 40+4x\r \n" ); document.write( "\n" ); document.write( "50 = 4x \n" ); document.write( "12.5 feet = x \n" ); document.write( " |