document.write( "Question 59607: The floor of the recreation room in a house is a rectangle. The sum of its length, width, and height is 42 feet. The sum of its length and height is double its width. The area of its floor is 280 square feet. What are the dimensions of the recreation room? \n" ); document.write( "
Algebra.Com's Answer #40877 by uma(370)\"\" \"About 
You can put this solution on YOUR website!
Let l be the length , w be the width and h be the height of the room.
\n" ); document.write( "Then l + w + h = 42--------------(1)
\n" ); document.write( "Also given l + h = 2w
\n" ); document.write( "Plugging in this value in (1) ,
\n" ); document.write( "w + 2w = 42
\n" ); document.write( "==> 3w = 42
\n" ); document.write( "==> 3w/3 = 42/3
\n" ); document.write( "==> w = 14
\n" ); document.write( "So width = 14 ft\r
\n" ); document.write( "\n" ); document.write( "Area of the floor = 280 sq ft
\n" ); document.write( "==> l*w = 280
\n" ); document.write( "==> l*14 = 280
\n" ); document.write( "==> 14 l = 280
\n" ); document.write( "==> 14 l/14 = 280/14
\n" ); document.write( "==> l = 20
\n" ); document.write( "So length = 20 ft\r
\n" ); document.write( "\n" ); document.write( "Plugging in the values of l and w in (1) we get
\n" ); document.write( "20 + 14 + h = 42
\n" ); document.write( "==> 34 + h = 42
\n" ); document.write( "==> h = 42 - 34
\n" ); document.write( "==> h = 8
\n" ); document.write( "So height = 8 ft\r
\n" ); document.write( "\n" ); document.write( "The dimensions are 20 ft, 14ft and 8ft.\r
\n" ); document.write( "\n" ); document.write( "Good Luck!!!\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );