document.write( "Question 948319: The side of a square is 3 cm smaller than one of the sides of a rectangle and 2 cm greater than its other side. Find the side of the square, if it’s known that the area of the square is 30 cm2 less than the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #578859 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The side of a square is 3 cm smaller than one of the sides of a rectangle and 2 cm greater than its other side.
\n" ); document.write( " Find the side of the square, if it’s known that the area of the square is 30 cm2 less than the area of the rectangle.
\n" ); document.write( ":
\n" ); document.write( "let x = the side of the square
\n" ); document.write( "then
\n" ); document.write( "(x+3) = the side of the rectangle
\n" ); document.write( "and
\n" ); document.write( "(x-2) = the other side of the rectangle
\n" ); document.write( ":
\n" ); document.write( "Rect area - square area = 30 sq/cm
\n" ); document.write( "(x+3)(x-2) - x^2 = 30
\n" ); document.write( "FOIL
\n" ); document.write( "x^2 + 3x - 2x - 6 - x^2 = 30
\n" ); document.write( " combine like terms
\n" ); document.write( "x - 6 = 30
\n" ); document.write( "x = 36 cm is the side of the square
\n" ); document.write( ":
\n" ); document.write( "see if that checks out
\n" ); document.write( "(39 * 34) - 36^2 =
\n" ); document.write( "1326 - 1296 = 30
\n" ); document.write( "
\n" );