document.write( "Question 837469: The perimeter of a rectangluar garden is 4.8 meters .Its length is twice its width How wide is the garden
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #504597 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a rectangluar garden is 4.8 meters .Its length is twice its width How wide is the garden \n" ); document.write( "*** \n" ); document.write( "let w=width \n" ); document.write( "length=2w \n" ); document.write( "perimeter=2(length+width) \n" ); document.write( "4.8=2(2w+w) \n" ); document.write( "4.8=6w \n" ); document.write( "w=0.8 \n" ); document.write( "2w=1.6 \n" ); document.write( "How wide is the garden? 0.8 meters \n" ); document.write( " |