document.write( "Question 1172956: Teo has 260 feet of anchor fencing and he wants to build a new rectangular playground for the kindergarten. He wants the length of the playground to be at least 40 feet longer than the twice the width. Find the dimensions of the playground. \n" ); document.write( "
Algebra.Com's Answer #798096 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width=w \n" ); document.write( "length = 2w+40 \n" ); document.write( "that sum is 3w+40 \n" ); document.write( "and the perimeter is twice that or 6w+80 \n" ); document.write( "so 6w+80=260 \n" ); document.write( "6w=180 \n" ); document.write( "w=30 feet width \n" ); document.write( "length=100 feet \n" ); document.write( " |