document.write( "Question 1145450: The perimeter of a rectangular dining room is 18 meters. The area is 18 square meters. What are the dimensions of the dining room? \n" ); document.write( "
Algebra.Com's Answer #766678 by Theo(13342)![]() ![]() You can put this solution on YOUR website! area = 18 = l * w \n" ); document.write( "perimeter = 18 = 2l + 2w \n" ); document.write( "l = length \n" ); document.write( "w = width\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since both equal 18, then l * w = 2l + 2w \n" ); document.write( "in l * w = 18, solve for l to get l = 18/w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 2l +2w = 18, replace l with 18/w to get: \n" ); document.write( "2 * (18/w) + 2w = 18 \n" ); document.write( "simplify to get: \n" ); document.write( "36/w + 2w = 18 \n" ); document.write( "multiply both sides by w to get: \n" ); document.write( "36 + + 2w^2 = 18w \n" ); document.write( "subtract 18w from both sides to and order by descending order of degree to get: \n" ); document.write( "2w^2 - 18w + 36 = 0 \n" ); document.write( "divide both sides by 2 to get: \n" ); document.write( "w^2 - 9w + 18 = 0 \n" ); document.write( "factor to get: \n" ); document.write( "(w-3) * (w-6) = 0 \n" ); document.write( "solve for w to get: \n" ); document.write( "w = 3 or w = 6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if w = 3, then l = 6 and you get: \n" ); document.write( "l * w = 6 * 3 = 18 \n" ); document.write( "2l + 2w = 2*6 + 2*3 = 12 + 6 = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if w = 6, then l = 3 and you get: \n" ); document.write( "l * w = 3 * 6 = 18 \n" ); document.write( "2l + 2w = 2*3 + 2*6 = 6 + 12 = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the dimensions of the dining room are 3 by 6 or 6 by 3, however you want to show it. \n" ); document.write( "usually the length is the longer side, so length = 6 and width = 3 sounds like a good way to present it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |