document.write( "Question 7063: Half the perimeter of a garden is 18 feet. The garden is 8 feet longer than it is wide. If W= the width in feet and I= the length in feet, which system must be true?
\n" );
document.write( "a.) 1/2(l+w)=18
\n" );
document.write( " l=w+8
\n" );
document.write( "b.) 1/2(l+w)=18
\n" );
document.write( " w=l+8
\n" );
document.write( "c.) l+w=8
\n" );
document.write( " l-w=18
\n" );
document.write( "d.) l-w=8
\n" );
document.write( " l+w=18\r
\n" );
document.write( "\n" );
document.write( "This question is extremely confusing, so would you mind helping me with it? Thanks! \n" );
document.write( "
Algebra.Com's Answer #3877 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Recall that the perimeter of a rectangle (we are assuming a rectangular-shaped garden) is 2(l + w), so half the perimeter would be just (l + w). You are told that half the perimeter is 18 feet, so (l + w) = 18. \n" ); document.write( "Well, this eliminates all the choices except d.) \n" ); document.write( "But to show the rest of it, you are also told that the garden is 8 feet longer than the width, or l = w + 8. Rewriting this, you get: l - w = 8.\r \n" ); document.write( "\n" ); document.write( "So answer d) l-w=8 and l+w=18 would be your choice. \n" ); document.write( " |