document.write( "Question 985024: A fishpond is 12 meters long by 8 meters wide. The owner wants to double the are of the pond by increasing the length and width by the same amount. By how much should the length and width be increased? \n" ); document.write( "
Algebra.Com's Answer #605868 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
L=original length=12 meters; W=original width=8 meters; X=increase in size
\n" ); document.write( "Original Area=LW=(12m)(8m)=96m^2
\n" ); document.write( "New area =2(Original Area)=2(96m^2)=192m^2
\n" ); document.write( ".
\n" ); document.write( "(L+X)(W+X)=192m^2
\n" ); document.write( "(12m+X)(8m+X)=192M^2
\n" ); document.write( "X^2+20X+96=192
\n" ); document.write( "x^2+20X-96=0
\n" ); document.write( "(x+24)(x-4)=0
\n" ); document.write( "x+24=0 or x-4=0
\n" ); document.write( "x=-24m or x=4m
\n" ); document.write( "Since x=-24m doesn't make sense,
\n" ); document.write( "x=4 meters is the increase in lenght and width.
\n" ); document.write( ".
\n" ); document.write( "CHECK:
\n" ); document.write( "(L+X)(W+X)=2LW
\n" ); document.write( "(12m+4m)(8m+4m)=2(12m)(8m)
\n" ); document.write( "(16m)(12m)=2(96m^2)
\n" ); document.write( "192m^2=192m^2
\n" ); document.write( "
\n" );