document.write( "Question 112130This question is from textbook
\n" );
document.write( ": A real estate office handles 50 apartment units. When the rent is $540 per month, all units are occupied. However, for each $30 increase in rent, one unit becomes vacant. Each occupied unit requires an average of $18 per month for service and repairs. What rent should be charged to obtain the maximum profit? \n" );
document.write( "
Algebra.Com's Answer #82102 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A real estate office handles 50 apartment units. When the rent is $540 per month, all units are occupied. However, for each $30 increase in rent, one unit becomes vacant. Each occupied unit requires an average of $18 per month for service and repairs. What rent should be charged to obtain the maximum profit? \n" ); document.write( ": \n" ); document.write( "Let x = no. of $30 increases \n" ); document.write( "and \n" ); document.write( "Also x = no. of vacant apartments \n" ); document.write( ": \n" ); document.write( "Y = Revenue \r \n" ); document.write( "\n" ); document.write( "y = price per apt * no. of apts \n" ); document.write( ": \n" ); document.write( "y = (540+30x) * (50-x); FOIL this \n" ); document.write( ": \n" ); document.write( "y = 27000 - 540x + 1500x - 30x^2 \n" ); document.write( ": \n" ); document.write( "y = -30x^2 + 960x + 27000; arranged as a quadratic equation (a parabola) \n" ); document.write( ": \n" ); document.write( "The axis of symmetry will be the value of x for max profit \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = 16; no. of increases of $30 and 16 apts vacant \n" ); document.write( ": \n" ); document.write( "Use x = 16 to find the rent for max profit: \n" ); document.write( "540 + (30*16) = $1020 per month \n" ); document.write( ": \n" ); document.write( "Find the actual profit by subtracting the service fee from the rental of 34 apts: \n" ); document.write( "(50-16)*(1020 - 18) = \n" ); document.write( " 34 * 1002 = $34,068 \n" ); document.write( ": \n" ); document.write( "Did this help? \n" ); document.write( " \n" ); document.write( " |