Respuesta :
Let x = # of rent bumps
revenue = # occupants * rent per unit occupied
revenue = (170 - x) * ( 510 + 1.5*x)
in our problem, revenue (the money streaming in)
is the same as the profit, since no cost is given in the problem.
profit = (170 - x) * ( 510 + 1.5*x)
to maximize this we use the derivative
revenue = # occupants * rent per unit occupied
revenue = (170 - x) * ( 510 + 1.5*x)
in our problem, revenue (the money streaming in)
is the same as the profit, since no cost is given in the problem.
profit = (170 - x) * ( 510 + 1.5*x)
to maximize this we use the derivative
Answer:
Let x = # of rent bumps
revenue = # occupants * rent per unit occupied
revenue = (170 - x) * ( 510 + 1.5*x)
in our problem, revenue (the money streaming in)
is the same as the profit, since no cost is given in the problem.
profit = (170 - x) * ( 510 + 1.5*x)
to maximize this we use the derivative
To solve for x
we have to take the derivative
first expand it
p = (170 - x) * ( 510 + 1.5*x)
p(x) = (170 - x) * ( 510 + 1.5*x)
p(x) = -1.5*x^2 - 255*x + 86700
If you plot a gragh for the above equation you would have:
From the graph x = -80
So to calculate the max profit;
our recommendation is to lower rent price (by 1.5 latinums) 80 times, or
510 + 1.5 (-80) = 390.0
the maximum profit occurs when rent price is 390 dollars
Hope this helps. Thanks