document.write( "Question 313097: A rectangular room has an area of 84 square feet. Its width is 9 more than 3 times the length. What are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #223980 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! W=3L+9 \n" ); document.write( "AREA=LW \n" ); document.write( "84=L(3L+9) \n" ); document.write( "84=3L^9L \n" ); document.write( "3L^2+9L-84=0 \n" ); document.write( "3(L^2+3L-28)=0 \n" ); document.write( "3(L+7)(L-4)=0 \n" ); document.write( "L-4=0 \n" ); document.write( "L=4 ANS. \n" ); document.write( "W=3*4+9=12+9=21 ANS. \n" ); document.write( "PROOF: \n" ); document.write( "84=4*21 \n" ); document.write( "84=84 \n" ); document.write( " \n" ); document.write( " |