document.write( "Question 143843: A square vegetable garden is to be tilled and then enclosed with a fence. If the fence costs $1 per foot and the cost of preparing the soil is $0.50 per ft^2, determine the size of the garden that can be enclosed for $120.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #104710 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"length of a side\" __ (.5)x^2+(1)4x=120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting 120 and multiplying by 2 __ x^2+8x-240=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring __ (x+20)(x-12)=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+20=0 __ x=-20 __ negative value not realistic\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-12=0 __ x=12 \n" ); document.write( " |