document.write( "Question 1166158: A livestock pen is built in the shape of a rectangle that is
\n" );
document.write( "2 times as long as it is wide. The perimeter is 54 feet. If the material used to build the pen is $1.25 per foot for the longer sides and
\n" );
document.write( "$2.25 per foot for the shorter sides (the shorter sides have gates, which increase the cost per foot), find the cost to build the pen. \n" );
document.write( "
Algebra.Com's Answer #790637 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! short side is x \n" ); document.write( "long side is 2x \n" ); document.write( "the perimeter is 2 of each or a total of 6x \n" ); document.write( "6x=54 and x=9 ft short side @$2.25 per foot is $20.25 \n" ); document.write( "18 ft longer side @$1.25=$22.50 \n" ); document.write( "Total is $42.75 \n" ); document.write( " |