document.write( "Question 1044743: The width of a swimming pool is 12 feet less than the pool's length. The area of the pool is 540 square feet. What are the dimensions of the pool?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #660111 by MaxWong(38)![]() ![]() ![]() You can put this solution on YOUR website! x(x-12)=540 \n" ); document.write( "x^2 - 12x - 540 = 0 \n" ); document.write( "(x-30)(x+18)=0 \n" ); document.write( "x = 30 or x = -18(rejected) \n" ); document.write( "Length = 30 and Width = 30 - 12 = 18 \n" ); document.write( " |