document.write( "Question 328674: If the side of a square is increased by 4 cm, the perimeter becomes 136 cm. Find the length of the side of the original square. \n" ); document.write( "
Algebra.Com's Answer #235448 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let side of square be x \n" ); document.write( "it is increased by 4 \n" ); document.write( "new length = (x+4) \n" ); document.write( "Perimeter of square = 4*L \n" ); document.write( "=4*(x+4) \n" ); document.write( "=4x+16 \n" ); document.write( ".. \n" ); document.write( "4x+16= 136 \n" ); document.write( "add -16 to both sides \n" ); document.write( "4x+16-16=136-16 \n" ); document.write( "4x=120 \n" ); document.write( "divide by 4 \n" ); document.write( "4x/4 = 120/4 \n" ); document.write( "x=30 cm the side of original square \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( " |