Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Mathematics / Algebra Help / September 2008



Tip: Looking for answers? Try searching our database.

Optimal Function Analysis

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ljames - 11 Sep 2008 13:05 GMT
Here is my problem and I can't seem to figure it out.  I'll show you what
I've gotten so far and see if you can help me with the rest.

I need the MAX and the Subject to categories for the following problem.

Mountain Mist soda needs to decide how many TV spots and mag ads to run.
Each TV spot costs $5000.00 and is expected to increase sales by 300,000 cans.
Each mag ad costs $2000.00 and is expected to increase sales by 500,000 cans.
A total of $100,000.00 can be spent on TV ads and mag ads; however, Mountain
Mist wants to spend no more than $70,000.00 on TV spots and no more than $50,
000.00 on mag ads.  Mountain Mist earns a profit of $0.05 on each can it
sells.

This is what we have:
(x1) TV spots, (x2) mag ads
x1, x2 >/= 0
5000(x1) + 2000(x2) </= 100000.00
300000.00(x1) + 500000.00(x2)
We can't get along any more and are not sure how the $0.05 factors in for
profit.
Help!!!
Paul Sperry - 12 Sep 2008 03:12 GMT
> Here is my problem and I can't seem to figure it out.  I'll show you what
> I've gotten so far and see if you can help me with the rest.
[quoted text clipped - 8 lines]
> 000.00 on mag ads.  Mountain Mist earns a profit of $0.05 on each can it
> sells.

[...]

This looks like a linear programming problem to me.

All numbers are in thousands.

Let t be the number of TV spots. So the total cost ( in thousands ) for
TV is 5t and the number of cans sold due to TV is 300t.

Let m be the number of mag ads. So the total mag ad cost is 2m and the
sales due to mag ads is 500m.

The profit is P(t, m) = 15t + 25m.
(That is, 0.05*300,000*t + 0.05*500,000*m.)

We have five constraints:

t >= 0;
t <= 70;
m >= 0;
m <= 50;
5t + 2m <= 100.

If you graph the points that satisfy all of these constraints ("t"
being the "x - axis"), you'll get a triangle with vertices (0, 0),
(20, 0) and (0, 50).

P is maximized at one of these vertices so just see which one gives the
largest value for P - I got (0, 50).

To see that this is correct, consider the general line c = 15t + 25m
and convince yourself that c is biggest at the highest point in the
triangle touched by the line - i.e. (0, 50).

Signature

Paul Sperry
Columbia, SC (USA)

Barry Schwarz - 12 Sep 2008 04:59 GMT
>Here is my problem and I can't seem to figure it out.  I'll show you what
>I've gotten so far and see if you can help me with the rest.
[quoted text clipped - 12 lines]
>(x1) TV spots, (x2) mag ads
>x1, x2 >/= 0

This defines two relationships.

>5000(x1) + 2000(x2) </= 100000.00

This defines a third.

>300000.00(x1) + 500000.00(x2)

This is the expression you want to maximize.  But you need the
following constraints also.

    5000(x1) <= 70,000
    2000(x2) <= 50,000

>We can't get along any more and are not sure how the $0.05 factors in for
>profit.

The .05 profit tells you that for every 5,000 spent on TV ads the
profit increases 15,000 for a net of 10,000.  For every 2,000 spent on
magazines ads the profit increases 25,000 for a net of 23,000.
However, you don't really need this.

Are you sure you copied the problem correctly?  Magazine ads are
cheaper and have greater impact so obviously you spend the max on them
(50,000) and the remaining 50,000 on TV ads.  So x1 is 14 and x2 is
25.

Signature

Remove del for email

Frederick Williams - 12 Sep 2008 10:07 GMT
> ...  Magazine ads are
> cheaper and have greater impact

Is this a fact or is it the sort of thing that marketing droids tell
naive managers with more money than sense?

Signature

He is not here; but far away
 The noise of life begins again
 And ghastly thro' the drizzling rain
On the bald street breaks the blank day.

Barry Schwarz - 13 Sep 2008 06:13 GMT
>> ...  Magazine ads are
>> cheaper and have greater impact
>
>Is this a fact or is it the sort of thing that marketing droids tell
>naive managers with more money than sense?

It was a conclusion drawn from the statement of the problem.  It is
unlikely that any "fact" stated in the problem related to the real
world.  

If the problem statement was posted correctly, I think the intent was
to see if the student could recognize that there was no need for a
"mathematical analysis", that common sense was sufficient.

Signature

Remove del for email

Quitta123 - 25 Sep 2008 05:08 GMT
>>Here is my problem and I can't seem to figure it out.  I'll show you what
>>I've gotten so far and see if you can help me with the rest.
[quoted text clipped - 28 lines]
>(50,000) and the remaining 50,000 on TV ads.  So x1 is 14 and x2 is
>25.

This is correct about the 5000x1 + 2000x2=100000   x1 is 20, x2 is 50
5000x1 + 0x2=70000    x1 is 14
0x1 + 2000x=5000  x2 is 25

objective function:
profit of this problem is 15000x1 +25000x2=pie
                                  25000x2=pie-15000x1

                                          x2=pie/25000-15000/25000x1
x2=pie/25000- 3/5x1
3 is the rise
5 is the run
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.