document.write( "Question 104723: A homeowner has 120 feet of fence to enclose a rectangular garden.\r
\n" );
document.write( "\n" );
document.write( "Come up with a function that gives the area of the garden as a function of the width (Area in terms of width).\r
\n" );
document.write( "\n" );
document.write( "What I know
\n" );
document.write( "length*2 + width*2=120 feet 2W=120-2L Divide everything by 2
\n" );
document.write( "W=60-L
\n" );
document.write( "Is this complete or do I need to do something else for the answer? Thank you. \n" );
document.write( "
Algebra.Com's Answer #76214 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Yes, you still need to come up with the area equation for the rectangular garden using width and length.\r \n" ); document.write( "\n" ); document.write( "Once you have the area equation, substitute for width, with (60-L), as you derived. \n" ); document.write( "You're almost there. \n" ); document.write( " |