document.write( "Question 998125: The length of a rectangular-shaped garden is 4times the width. The perimeter is 100 feet. Find both dimensions
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #616001 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter P = 2L + 2W = 100 feet \n" ); document.write( "but here L = 4W \n" ); document.write( "so we substitute and get \n" ); document.write( "2(4W) + 2W = 100 \n" ); document.write( "10W = 100 \n" ); document.write( "W = 10 feet \n" ); document.write( "L = 40 feet \n" ); document.write( " |