Question 1089726: The budget of a university organization is split evenly among it various committees if they have a budget of P60,000
a) construct a function M(n) which would give the amount of money each of the n number of committees would receive.
b) if the organization has eight committees how much would each committee have?
Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! if the budget is split evenly, then everybody gets the same amount, which would be 60,000 / 8 = 7,500.
the function would be m(n) = 60000 / n
when n = 8, t he function becomes m(8) = 60000 / 8 = 7500
|
|
|