• Caught warning in the question code: Use of undefined constant error - assumed 'error' (this will throw an Error in a future version of PHP) on line 1 in Common Control
  • Error loading library billsmacro Eeek.. unallowed macro smallfb
Cost, Revenue, Profit and Taxes
Identify the relevant information given to you in the application problem below. Use that information to answer the questions that follow on cost, revenue and profit.

Round your answers to two decimal places as needed.
You decide to begin selling at the local . Your cost for each is $ plus you have to pay a fixed weekly fee of $ for the booth. Your plan is to sell each for $.

To help with planning, you come up with the following functions.
  1. The total costs for the week is $ per item plus the weekly rent of $.
    C(n)=n+\displaystyle {C}{\left({n}\right)}={n}+
  2. The amount of revenue for the week is $ times the number of items sold.
    R(n)=n\displaystyle {R}{\left({n}\right)}={n}
  3. Your profit for the week is the amount of revenue minus the cost of business.
    P(n)=R(n)C(n)=n\displaystyle {P}{\left({n}\right)}={R}{\left({n}\right)}-{C}{\left({n}\right)}={n}-
Use the function for profit P(n)\displaystyle {P}{\left({n}\right)} to complete the table below. This will give you an idea of how much you can earn selling n\displaystyle {n} .

n5001000150020002500
P(n)
This should be looking pretty good. But the owners of the inform you that you will have to pay a "self employed income tax" on your earnings of 12%. When you take this into account, you determine your Income is actually your Profit - 12% of your Profit or a better way to state it is that your Income is 88% of your profit. This can be written as the function

I(p)=0.88p\displaystyle {I}{\left({p}\right)}={0.88}{p}
Use the function for Income I(p)\displaystyle {I}{\left({p}\right)} to complete the table below. This will give you an idea of how much your income is if your profit is p\displaystyle {p}

p
I(p)
After taking everything into consideration, you decide you need to have a function that tells you your Income if you sell n\displaystyle {n} . Your Profit you make is $ per sold minus $. Your Income is 88% of your Profit. So your function is:

I(P(n))=0.88P(n)=0.88(n)\displaystyle {I}{\left({P}{\left({n}\right)}\right)}={0.88}\cdot{P}{\left({n}\right)}={0.88}{\left({n}-\right)}
Use your function for Income I(P(n))\displaystyle {I}{\left({P}{\left({n}\right)}\right)} to complete the table below. This will give you an idea of how much your income is if you sell n\displaystyle {n} .

n5001000150020002500
I(P(n))