document.write( "Question 332039: If one side of a square is increased by 8 cm and an adjacent side is decreased by 2 cm, a rectangle is formed whose perimeter is 40 cm. Find the length of a side of the original square. \n" ); document.write( "
Algebra.Com's Answer #237992 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! x= side of original square\r \n" ); document.write( "\n" ); document.write( "rectangle formed Length=x+8, Width=x-2 \n" ); document.write( "Perimeter = 2*Length + 2Width or \n" ); document.write( "Perimeter/2=Length + Width\r \n" ); document.write( "\n" ); document.write( "so... \n" ); document.write( "--- \n" ); document.write( "Perimeter/2=Length + Width \n" ); document.write( "40/2= (x+8)+(x-2) = 2*x+6\r \n" ); document.write( "\n" ); document.write( "20-6 = 2x \n" ); document.write( "7=x \n" ); document.write( " |