document.write( "Question 129060: The manager of an 80 unit apartment complex is trying to deceide what rent to charge. Experience has shown that at a rent of $200.00 all the units will be full but with one additional unit will remain vacant f0r each $20.00increase. Find the # of occupied unit if the total revenue is $20,020.\r
\n" ); document.write( "\n" ); document.write( "This is the problem I am trying to solve, however I am not clear on how or where to start it. If you could possibly show me the steps I would greatly appericate it. Thank you
\n" ); document.write( "

Algebra.Com's Answer #94355 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
Let x be the number of occupied units. Then 80 - x is the number of unoccupied units.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The rental fee is 200 plus 20 times the number of unoccupied units, so:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"200%2B20%2880-x%29\", which simplifies to:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"200%2B1600-20x\"
\n" ); document.write( "\"1800-20x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This is the amount charged per apartment, and there are x occupied apartments, so the total revenue is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%281800-20x%29\" and that is equal to $20,020.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%281800-20x%29=20020\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"1800x-20x%5E2-20020=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide by -20:
\n" ); document.write( "\"-90x%2Bx%5E2%2B1001=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2-90x%2B1001=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can factor this (the prime factors of 1001 are 7, 11, and 13), or use the quadratic formula, whichever you prefer, but the roots come out to be \"x=77\" and \"x=13\",\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, if the rental fee is 200 + 20(3) = 260 (3 unoccupied units), then the total revenue is 77 * 260 = 20020.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But if the rental fee is 200 + 20(67) = 1540, then the total revenue is 13 * 1540, also = 20020.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The second root presumes that the relationship of rent to unoccupied units is linear across the entire range of possibilities, which I suspect is not the case in real life.
\n" ); document.write( "
\n" );