document.write( "Question 971060: 2. The perimeter of a rectangular flower garden is 60 m and its area is 225 m2. Find the length of the garden. \n" ); document.write( "
Algebra.Com's Answer #593711 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the length of the garden be x. \n" ); document.write( "Perimeter=2(length+width) \n" ); document.write( "2(x+width)=60 \n" ); document.write( "x+width=30 \n" ); document.write( "width=30-x \n" ); document.write( "Area of the garden=225 \n" ); document.write( "Area=length*width \n" ); document.write( "x(30-x)=225 \n" ); document.write( "30x-x^2=225 \n" ); document.write( "x^2-30x+225=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x=15 \n" ); document.write( "The length of the garden is 15 m. \n" ); document.write( " |