1010 Final Project Seng
1010 Final Project Seng
Write down a linear inequality for the total number of desired ads.
X+Y >=60
3. Recall that the business wants at least twice as many TV ads as radio ads. Write
down a linear inequality that expresses this fact.
2X<=Y
4. There are two more constraints that must be met. These relate to the fact that
there cannot be a negative number of advertisements. Write the two inequalities
that model these constraints:
X>=0
Y>=0
5. Next, write down the function for the number of people that will be exposed to the
advertisements. This is the Objective Function for the problem.
X(2000)+ Y(1500)
You now have five linear inequalities and an objective function. These together describe
the situation. This combined set of inequalities and objective function make up what is
known mathematically as a linear programming problem. Write all of the inequalities and
the objective function together below. This is typically written as a list of constraints, with
the objective function last.
X+Y >=60
20X+80Y<=$4320
2X<=Y
X>=0
Y>=0
X(2000)+ Y(1500)
6. To solve this problem, you will need to graph the intersection of all five
inequalities on one common XY plane. Do this using the graphing technology that
you used in the mini-project. Use the appropriate scaling of the axes and use a
shading scheme to see where the regions overlap. Label the axes with what they
represent and label your lines as you graph them.
7. The shaded region in the above graph is called the feasible region. Any (x, y) point in the
region corresponds to a possible number of radio and TV ads that will meet all the
requirements of the problem. However, the values that will maximize the number of
people exposed to the ads will occur at one of the vertices or corners of the region. Your
region should have three corners. Find the coordinates of these corners by solving the
appropriate system of linear equations. Be sure to show your work and label the (x, y)
coordinates of the corners in your graph.
A)
X+Y=60
(20,40)
2X=Y
B) 20X+80Y=4320
(24,48)
2X=Y
C)
20X+80Y=4320
(8,52)
X+Y=60
8+52=60
True
20+40=60
True
60=60
True
2(20) =40
True
40=40
True
20(24)+80(48)=4320
True
480+3840=4320
True
4320=4320
True
2(24) =48
True
48=48
True
20(8)+80(52)=4320
True
160+4160=4320
True
4320=4320
True
8. To find which number of radio and TV ads will maximize the number of people who are
exposed to the business advertisements, evaluate the objective function P for each of the
vertices you found. Show your work.
A)
P= X(2000)+Y(1500)
P=20(2000)+40(1500)
P=100,000
P=40000+60000
B)
P=24(2000)+48(1500)
P=48000+72000
P=120,000 Maximizes number of people exposed to Radio and Television Ads.
C)
P=8(2000)+52(1500)
P=1600+78000
P=94,000
9. Write a sentence describing how many of each type of advertisement should be purchased
and what is the maximum number of people who will be exposed to the ad.
To maximize the number of people you must purchase 24 Radio advertisements, and 48
Television ads. By doing this you would reach 120,000 possible clients for your product.