Q1
Membership Drive A small health club is trying to stimulate new memberships. For a limited time, the normal annual fee of $300 per year will be reduced to $200. As an additional incentive, for each new member in excess of 60, the annual charge for each new member will be further reduced by $2. Determine the function p = f(n), where p equals the memberships fee for new members and n equals the number of new members.
n = number of new members
Normal annual fee = 200
Now for each increment above 60 members the annual charge will be reduced by 2
So the expression will be
p = f(n) = 200 - 2 "*" ( n - 60)
Comments
Leave a comment