document.write( "Question 1039154: A farmer has 108 feet of fence with which to make a corral. If he arranges it into a rectangle that is twice as long as it is wide, what are the dimensions?
\n" );
document.write( "The shorter side is ___ feet while the longer side is ____ feet.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #653894 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! P=2W+2L \n" ); document.write( "L=2W \n" ); document.write( "108=2W+2(2W) \n" ); document.write( "6W=108 \n" ); document.write( "W=18 \n" ); document.write( "L=36 \n" ); document.write( "The shorter side is 18 feet while the longer side is 36 feet!!!!!!!! \n" ); document.write( " |