document.write( "Question 239543: a house has 2 rooms of equal area. 1 room is square and the other is a rectangle 4 ft narrower and 5 ft longer than the square one. find the area of each room.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #175817 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x^2=(x+5)(x-4) \n" ); document.write( "x^2=x^2+x-20 \n" ); document.write( "x=20 ft. is the size of the square room. \n" ); document.write( "Proof: \n" ); document.write( "20^2=(20+5)(20-4) \n" ); document.write( "400=25*16 (25 by 16 is the size of the rectangle room). \n" ); document.write( "400=400 \n" ); document.write( " |