document.write( "Question 16727: A house has two rooms of equal area. One room is square and the other room is a rectangle 4 feet narrower and 5 feet longer than the square one. Find the area of each room. \n" ); document.write( "
Algebra.Com's Answer #8182 by pwac(253)\"\" \"About 
You can put this solution on YOUR website!
let one side of square = x.
\n" ); document.write( "This gives the equation:
\n" ); document.write( "\"X%5E2=%28x-4%29%28x%2B5%29\" expand brackets
\n" ); document.write( "\"x%5E2=x%5E2%2Bx-20\" transfer x terms to same side to give
\n" ); document.write( "\"x%5E2-x%5E2-x=-20\"
\n" ); document.write( "-x=-20 multiply both sides by -1
\n" ); document.write( "x=20
\n" ); document.write( "Pete
\n" ); document.write( "
\n" );