document.write( "Question 492912: You have taken up gardening for relaxation and have decided to fence in your new rectangular shpaed masterpiece. The length of the garden is 4 meters and 32 meters of fencing is required to comepletely enclose it. what is the width of the garden?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #335226 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let w=width of garden \n" ); document.write( "We are told that the perimeter of the garden is 32 meters and we know that the perimeter equals 2l+2w, so: \n" ); document.write( "2*4+2w=32 \n" ); document.write( "2w=32-8 \n" ); document.write( "2w=24 \n" ); document.write( "w=12 meters\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |