document.write( "Question 322335: A rectangular corral has a perimeter of 64 yards. Its length is 8 yards more than its
\n" );
document.write( "width. What are the dimensions of the corral? \n" );
document.write( "
Algebra.Com's Answer #230777 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L=W+8 \n" ); document.write( "P=2L+2W \n" ); document.write( "64=2(W+8)+2W \n" ); document.write( "64=2W+16+2W \n" ); document.write( "4W=64-16 \n" ); document.write( "4W=48 \n" ); document.write( "W=48/4 \n" ); document.write( "W=12 ANS. FOR THE WIDTH. \n" ); document.write( "L=12+8=20 ANS. FOR THE LENGTH. \n" ); document.write( "PROOF: \n" ); document.write( "64=2*20+2*12 \n" ); document.write( "64=40+24 \n" ); document.write( "64=64 \n" ); document.write( " |