I'll start you off ....
let the number of $7 increases be n
then number rented = 100 - n
rent charged = 350 + 7n
Revenue = (100-n)(350+7n)
expand, take the derivative, set that equal to zero and solve for n.
let the number of $7 increases be n
then number rented = 100 - n
rent charged = 350 + 7n
Revenue = (100-n)(350+7n)
expand, take the derivative, set that equal to zero and solve for n.
Let's assume x represents the number of 7-dollar increments added or subtracted from the initial rent of $350. If x is positive, it means the rent is increased, and if x is negative, it means the rent is decreased.
Based on the information given, we know that for each 7-dollar increase in rent, one additional unit will remain vacant. Therefore, the equation representing the number of occupied units as a result of an increase in rent would be:
Occupied units = 100 - (x/7)
Similarly, for each 7-dollar decrease in rent, one additional unit will be occupied. So, the equation representing the number of occupied units as a result of a decrease in rent would be:
Occupied units = 100 + (x/7)
To maximize revenue, the manager needs to find the rent level where the number of occupied units (and thus the revenue) is the highest.
Revenue can be calculated by multiplying the number of occupied units by the rent:
Revenue = Rent * Occupied units
Substituting the equations for occupied units, we get:
Revenue = Rent * (100 - x/7) for an increase in rent
Revenue = Rent * (100 + x/7) for a decrease in rent
The goal is to find the value of x that maximizes revenue. We will analyze both cases separately to find the optimal rent:
1. For an increase in rent:
Revenue = Rent * (100 - x/7)
To find the value of x that maximizes revenue, we can take the derivative of the revenue equation with respect to x and set it equal to zero:
d(Revenue)/dx = 0
d(Rent * (100 - x/7))/dx = 0
100 - x/7 = 0
x = 700
So, when the rent increases by 700 dollars, the number of occupied units will be 0, resulting in the maximum revenue.
2. For a decrease in rent:
Revenue = Rent * (100 + x/7)
Similarly, we differentiate the revenue equation with respect to x and set it equal to zero:
d(Revenue)/dx = 0
d(Rent * (100 + x/7))/dx = 0
100 + x/7 = 0
x = -700
Therefore, when the rent decreases by 700 dollars, the number of occupied units will be 200, resulting in the maximum revenue.
To calculate the corresponding rents, we add or subtract the value of x from the initial rent:
For an increase in rent: $350 + (700/7) = $450
For a decrease in rent: $350 - (700/7) = $250
Hence, to maximize revenue, the manager should charge a rent of $450 per month.