document.write( "Question 855712: A rectangular security area is enclosed on one side by a wall, and the other sides are fenced. The length of the wall is twice the width of the area. The total cost of building the wall and fence is $13,200. If the wall costs $50 per meters and the fence costs $5 per meter find the dimension of the area. \n" ); document.write( "
Algebra.Com's Answer #515534 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangular security area is enclosed on one side by a wall, and the other sides are fenced. The length of the wall is twice the width of the area. The total cost of building the wall and fence is $13,200. If the wall costs $50 per meters and the fence costs $5 per meter find the dimension of the area. \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "2x=length and wall \n" ); document.write( "length of fencing=x+x+2x=4x \n" ); document.write( "5*4x+50*2x=13200 \n" ); document.write( "20x+100x=13200 \n" ); document.write( "120x=13200 \n" ); document.write( "x=110 \n" ); document.write( "2x=220 \n" ); document.write( "dimensions of area:110 by 220 meters \n" ); document.write( " |