document.write( "Question 1187110: Brett is buying a rug for his living room. His living room is a rectangle with a length that is twice as long as its width. Brett decides that the rug will also be a rectangle, but it will be only one half the length of the room and one half as wide. What will be the ratio of the rug’s area to the living room’s area? \n" ); document.write( "
Algebra.Com's Answer #819230 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Because each of the dimensions is 1/2, I would expect the ratio to be 1:4.\r \n" ); document.write( "\n" ); document.write( "The room is x wide and 2x long, so the area is 2x^2 units \n" ); document.write( "The rug is (0.5x) wide and x long so its area is 0.5x^2 units \n" ); document.write( "The ratio indeed is 1:4. \n" ); document.write( " \n" ); document.write( " |