document.write( "Question 437206: A aircraft hanger is on a airport and the hanger needs to have a fence completely around the hanger. The hanger is two times longer then it is width. There is 1000 feet of fencing material is available. What is the dimensions of the hanger and what is the dimensions will maximize the area around the hanger that will be fenced in. \n" ); document.write( "
Algebra.Com's Answer #302389 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Perimeter=2L+2W
\n" ); document.write( "If the length is twice the width, then;
\n" ); document.write( "2(2W)+2W=1000
\n" ); document.write( "4W+2W=1000
\n" ); document.write( "6W=1000
\n" ); document.write( "W=166 2/3
\n" ); document.write( "L=333 1/3
\n" ); document.write( "is the maximum dimensions of the fence. The area is
\n" ); document.write( "166 2/3 X 333 1/3=55555.556 sq. ft..
\n" ); document.write( "
\n" );