A Commonwealth condominium complex has \(k\) apartments, \(n\) of which are rented at \(s\) dollars a month, providing a total monthly revenue of \(p\) dollars. If the management is planning to decrease the rent by \(m\)%, to increase the occupancy to 100%, how much total revenue will it collect?
A. \((k-n)\frac{p}{m}\)
B. \(k*\frac{s}{p}*\frac{m}{100}\)
C. \(k+\frac{s}{p} + km\)
D. \(\frac{sp}{100m}\)
E. \(ks(1 - \frac{m}{100})\) -->
correct
Solution:
`-----------------------------------------------------------| before| after |
rent=>|decrease the rent per apartment by m % | s------| s*(1-m/100)|
number of apartments rented =>--------------------|n------|k = 100% |
Total revenue =>---------------------------------------|p=ns--|=ks(1-m/100)|