document.write( "Question 1070980: A room is in the shape of a rectangle. The width of the room is 2 feet longer than two thirds the length. If the room is 33 feet long, what is the area? \n" ); document.write( "
Algebra.Com's Answer #803844 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
width = 2/3 * (33) + 2 = 24 ft\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "area = (24)(33) = 792 ft^2
\n" ); document.write( "
\n" );