document.write( "Question 298667: The area of a square can be quadrupled by increasing the length by 12cm and the width by 2cm.
\n" );
document.write( "What are the dimensions of the square?\r
\n" );
document.write( "\n" );
document.write( "( area of the square is )\r
\n" );
document.write( "\n" );
document.write( "I'm not sure if my start was correct but I started off with , and then
.. \n" );
document.write( "
Algebra.Com's Answer #214772 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Remember that l=x and w=x \n" ); document.write( "4x^2=x^2+2x+12x+24 \n" ); document.write( "3x^2=14x+24 \n" ); document.write( "(x-6)*(3x+4)=0 \n" ); document.write( " |