document.write( "Question 817212: If one side of a square is increased by 4 inches and an adjacent side is multiplied by 4,the perimeter of the resulting rectangle is 3 times the perimeter of the square. find the side of the original square. \n" ); document.write( "
Algebra.Com's Answer #491944 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! The original side of the square = x \n" ); document.write( "One side becomes x + 4 \n" ); document.write( "Adjacent side = 4x \n" ); document.write( "Perimeter of rectangle = 3* perimeter of square \n" ); document.write( "2(x + 4) +2(4x) = 3* 4x \n" ); document.write( "2x + 8 + 8x = 12x \n" ); document.write( "10x - 12x = -8 \n" ); document.write( "-2x = -8 \n" ); document.write( "Multiply both sides by -1 \n" ); document.write( "2x = 8 \n" ); document.write( "x = 4 inches \n" ); document.write( "Original side of square = 4 inches. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |