document.write( "Question 812709: julia has a rectangular garden with a perimeter of 72m and an area of 308^2m. what is the length and width of the garden \n" ); document.write( "
Algebra.Com's Answer #489278 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 2L+2w=72, \n" ); document.write( "l+w=36 \n" ); document.write( "w=36-L \n" ); document.write( "L*w=308 \n" ); document.write( "L*(36-L)=308 \n" ); document.write( "36l-l^2-308=0 \n" ); document.write( "-(l-22) (l-14) = 0 \n" ); document.write( " l=22 w=14 \n" ); document.write( " \n" ); document.write( " |