document.write( "Question 655241: Please help me with this!\r
\n" );
document.write( "\n" );
document.write( "A rectangle is 2 feet wide and 3 feet long. Each side is increased by the same amount to give a rectangle with twice the area of the original one. Find the dimensions of the new rectangle. (Hint: Let x feet be the amount by which side is increased.)\r
\n" );
document.write( "\n" );
document.write( "Thank You! \n" );
document.write( "
Algebra.Com's Answer #409006 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A rectangle is 2 feet wide and 3 feet long. Each side is increased by the same amount to give a rectangle with twice the area of the original one. Find the dimensions of the new rectangle. \n" ); document.write( "** \n" ); document.write( "let x=amt each side increased \n" ); document.write( "area of original rectangle=2*3=6 sq ft \n" ); document.write( "(2+x)(3+x)=2*6=12 \n" ); document.write( "6+5x+x^2=12 \n" ); document.write( "x^2+5x-6=0 \n" ); document.write( "(x+6)(x-1)=0 \n" ); document.write( "x=-6 (reject) \n" ); document.write( "or \n" ); document.write( "x=1 \n" ); document.write( "amt each side increased=1 ft \n" ); document.write( " |