document.write( "Question 258932: Eddie has 12 feet of fencing to enclose a rectangular garden. If the garden’s length is 10 feet less than 3 times its width, then the area of the garden is:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190637 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Eddie has 12 feet of fencing to enclose a rectangular garden. If the garden’s length is 10 feet less than 3 times its width, then the area of the garden is: \n" ); document.write( "-------------- \n" ); document.write( "L = 3W-10 \n" ); document.write( "2L + 2W = 12 \n" ); document.write( "L + W = 6 \n" ); document.write( "(3W-10) + W = 6 \n" ); document.write( "4W = 16 \n" ); document.write( "W = 4 \n" ); document.write( "L = 2 \n" ); document.write( "Area = 8 sq feet \n" ); document.write( " \n" ); document.write( " |