document.write( "Question 506647: A room has a floor area of 320 square feet. One dimension is 4 feet more than the other. Find the dimensions of the room. Set up a quadratic equation. \n" ); document.write( "
Algebra.Com's Answer #340201 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A room has a floor area of 320 square feet. One dimension is 4 feet more than the other. Find the dimensions of the room. Set up a quadratic equation. \n" ); document.write( "=================================== \n" ); document.write( "Let x = one of the dimensions \n" ); document.write( "Then x+4 = the other dimension \n" ); document.write( "Area = 320 = x(x+4) \n" ); document.write( "x^2 + 4x - 320 = 0 \n" ); document.write( "This can be factored as: \n" ); document.write( "(x+20)(x-16) = 0 \n" ); document.write( "Take the positive solution, x = 16 \n" ); document.write( "So the dimensions are 16 and 20 ft. \n" ); document.write( " |