document.write( "Question 776678: a small square is constructed. Then increasing each side by 2 meters makes a new square. The perimeter of the new square is 3 meters shorter than five times the length of one side of the original square. Fine the dimensions of the original square.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #473669 by mananth(16946)![]() ![]() You can put this solution on YOUR website! a small square is constructed. Then increasing each side by 2 meters makes a new square. The perimeter of the new square is 3 meters shorter than five times the length of one side of the original square. Fine the dimensions of the original square.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let side length =x\r \n" ); document.write( "\n" ); document.write( "then perimeter = 4x\r \n" ); document.write( "\n" ); document.write( "side increased by 2\r \n" ); document.write( "\n" ); document.write( "side = (x+2)\r \n" ); document.write( "\n" ); document.write( "New perimeter = 4(x+2)\r \n" ); document.write( "\n" ); document.write( "4(x+2)=5x-3\r \n" ); document.write( "\n" ); document.write( "4x+8=5x-3\r \n" ); document.write( "\n" ); document.write( "5x-4x=11 \n" ); document.write( "x=11\r \n" ); document.write( "\n" ); document.write( "side = 11 m \n" ); document.write( " |