document.write( "Question 267551: A square has all its edge lenghts increased by 3cm.
\n" );
document.write( "This makes a new square with twice the area of the old one.
\n" );
document.write( "What was the area of the old square. \r
\n" );
document.write( "\n" );
document.write( "i was wondering if you could show me how this is worked out
\n" );
document.write( "it is to help my daughter for school thanks Valerie \n" );
document.write( "
Algebra.Com's Answer #196317 by Alan3354(69443) You can put this solution on YOUR website! A square has all its edge lenghts increased by 3cm. \n" ); document.write( "This makes a new square with twice the area of the old one. \n" ); document.write( "------------------ \n" ); document.write( "Call the original side length s \n" ); document.write( "The original area is s^2. \n" ); document.write( "(s+3)*(s+3) = 2s^2 \n" ); document.write( "s^2 + 6s + 9 = 2s^2 \n" ); document.write( "s^2 - 6s - 9 = 0 \n" ); document.write( "----------------- \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------ \n" ); document.write( "Ignore the negative answer \n" ); document.write( " \n" ); document.write( "------------------------- \n" ); document.write( "It's probably messier than you expected.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |