document.write( "Question 1200737: Five centimeters are cut off (along one side of) of a square sheet of paper and 8 cm are added to the adjacent side. The resulting rectangular sheet of paper has a perimeter of 98 cm.\r
\n" ); document.write( "\n" ); document.write( "a) What was the area of the original square piece of paper?
\n" ); document.write( "b) What is the length of the diagonal of the resulting rectangular piece of paper? \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #834939 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let the sides of the squar be equal to x.
\n" ); document.write( "if you take 5 cm off one side, then that side is equal to x - 5.
\n" ); document.write( "if you add 8 cm to the other side, then that side is equal to x + 8.
\n" ); document.write( "the resulting rectangle has two sides that are x - 5 and two sides that are x + 8.
\n" ); document.write( "the resulting permieter is equal to 2 * (x - 5) + 2 * (x + 8).
\n" ); document.write( "simplify to get 2x - 10 + 2x + 16
\n" ); document.write( "combine like terms to get 4x + 6
\n" ); document.write( "that is the perimeter.
\n" ); document.write( "since the perimeter is equal to 98, you get 4x + 6 = 98
\n" ); document.write( "subtract 6 from voth sides of the equation to get 4x = 92
\n" ); document.write( "solve for x to get x = 92/4 = 23.
\n" ); document.write( "the area of the original square is x^2 = 23^2 = 529 square cm.
\n" ); document.write( "the resulting rectangle is 23 - 5 by 23 + 8 = 18 by 31.
\n" ); document.write( "the diagonals form a right triangle with a height of 31 and a base of 18.
\n" ); document.write( "the diagonal is the hypotenuse of this right triangle.
\n" ); document.write( "the length of the diagonal is equal to sqrt(18^2 + 31^2) = sqrt(1285).
\n" ); document.write( "this is equal to 35.84689666
\n" ); document.write( "
\n" );