document.write( "Question 197251: How would you solve this word problem:
\n" );
document.write( "A flower garden has a length that is 4 feet shorter than twice its width. The area fo the garden is 48 feet^2. Find the dimensions of the garden. \n" );
document.write( "
Algebra.Com's Answer #147864 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! L=2W-4 \n" ); document.write( "AREA=LW \n" ); document.write( "48=(2W-4)W \n" ); document.write( "48=2W^2-4W \n" ); document.write( "2W^2-4W-48=0 \n" ); document.write( "2(W^2-2W-24)=0 \n" ); document.write( "2(W-6)(W+4)=0 \n" ); document.write( "W-6=0 \n" ); document.write( "W=6 ANS. FOR THE WIDTH. \n" ); document.write( "L=2*6-4 \n" ); document.write( "L=12-4 \n" ); document.write( "L=8 ANS. \n" ); document.write( "PROOF: \n" ); document.write( "48=8*6 \n" ); document.write( "48=48 \n" ); document.write( " |