Function with calculates the profit in terms of qty sold

  • Thread starter Thread starter CanaBra
  • Start date Start date
  • Tags Tags
    Function Terms
CanaBra
Messages
13
Reaction score
0

Homework Statement


A speciality coffee shop sells Cuban coffee beans for $5.50 each bag and Colombian coffee beans for $3.80 a package.
1.If the cost of sales is $1450 plus $0.95 per bag, write down the function which calculates the profit in terms of the number of bags of coffee beans sold.
2. If they sell 225 bags of Cuban , how much Colombian coffee must be sold in order to break even?
3. If they require a profit of $1200, and they sell 500 bags of Cuban, how much Colombian must be sold?
4. Suppose the demand for Colombian is six times the demand for Cuban. How much Cuban coffee must be sold to make a profit of $2300?



The Attempt at a Solution


Here is what I've attempted, how ever I am really confused...
P(x1,x2) = -1450 + 0.95x1+0.95x2
P(225,x2) = -1450 + 0.95(225) +0.95x2
-1450 +213.75+0.95x2
=-1236.75+0.95x2
0.95x2=1236.75
x2=1236.75/.95
x2 = 1301

Is this correct, or what is missing?
Please help!
 
Physics news on Phys.org
CanaBra said:

Homework Statement


A speciality coffee shop sells Cuban coffee beans for $5.50 each bag and Colombian coffee beans for $3.80 a package.
1.If the cost of sales is $1450 plus $0.95 per bag, write down the function which calculates the profit in terms of the number of bags of coffee beans sold.
2. If they sell 225 bags of Cuban , how much Colombian coffee must be sold in order to break even?
3. If they require a profit of $1200, and they sell 500 bags of Cuban, how much Colombian must be sold?
4. Suppose the demand for Colombian is six times the demand for Cuban. How much Cuban coffee must be sold to make a profit of $2300?



The Attempt at a Solution


Here is what I've attempted, how ever I am really confused...
P(x1,x2) = -1450 + 0.95x1+0.95x2
What do x1 and x2 represent? That should be the first thing you say.

What your formula says is that they make $.95 for each bag that goes out the store, and that they have to pay out $1450. That's wrong. It costs them $.95 for each bag they use.

You would think that the $5.50 per bag of Cuban coffee and $3.50 per bag of Colombian coffee would enter into their profit function somehow.

Do you understand the concept of profit? profit = revenue - costs.
CanaBra said:
P(225,x2) = -1450 + 0.95(225) +0.95x2
-1450 +213.75+0.95x2
=-1236.75+0.95x2
0.95x2=1236.75
x2=1236.75/.95
x2 = 1301

Is this correct, or what is missing?
Please help!
 
Mark44 said:
What do x1 and x2 represent? That should be the first thing you say.

What your formula says is that they make $.95 for each bag that goes out the store, and that they have to pay out $1450. That's wrong. It costs them $.95 for each bag they use.

You would think that the $5.50 per bag of Cuban coffee and $3.50 per bag of Colombian coffee would enter into their profit function somehow.

Do you understand the concept of profit? profit = revenue - costs.

Hello Mark,

Thank's for replying.

Here is my new attempt:
LET x1 =represent the number of Cuban coffee sold
LET x2 =represent the number of Colombian coffee sold

R(X) = $5.50x1 + $3.80x2
C(x) = $1450 + 0.95x1 + 0.95x2
P(x) = R(X) - C(X)
P(X) = 5.50x1 + 3.80x2 -1450 - 0.95x1 -0.95x2
P(X) = 4.55x1 +2.85x2-1450

Is this correct now?
Please let me know

Thank you
 
Yes, that's right. For the sake of clarity, x1 and x2 represent the number of bags of each kind of coffee.

Now that you have the first part, can you do the next three parts? It will be easier now that you know what your variable represent.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top