document.write( "Question 321119: If one side of a square is increased by 8 cm and an adjacent side decreased by 2 cm a rectangle is formed whose permeter is 40 cm. Find the length of a side of the square. \n" ); document.write( "
Algebra.Com's Answer #229964 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let the length of the side of square be x \n" ); document.write( "x+8, x-2 are the sides of the rectangle. \n" ); document.write( "Perimeter = 2L+2W \n" ); document.write( "2(x-2)+2(x+8)=40 \n" ); document.write( "2x-4+2x+16=40 \n" ); document.write( "4x+12=404x=28 \n" ); document.write( "x=7 cm the length of side of square \n" ); document.write( " |