Question 1099483
you can solve this graphically.


let x = number of birthday cards sold.
let y = number of holiday cards sold.


the selling price is 2 dollars for a birthday card and 2.50 for a holiday card.


your objective function is 2x + 2.5y.


this is what you want to maximize.


it takes her 15 minutes to sell a birthday card and 20 minutes to sell a holiday card and the total minutes she has available is 600.


15x + 20y <= 600 is one of her constraints.


she can sell no more than 35 cards.


x + y <= 35 is another of her constraints.


the number cards sold can't be less than 0.


x >= 0 and y >= 0 are another of her constraints.


her objective function is revenue = 2x + 2.5y


her constraints are:


15x + 20y <= 600
x + y <= 35
x >= 0
y >= 0


using the desmos.com calculator, you graph the opposite of these constraints.


this means you will graph:


15x + 20y >= 600
x + y >= 35
x <= 0
y <= 0


the area of the graph that is NOT shaded is your region of feasibility.


the corner points of this region will be where your maximum revenue will be located.


your graph will look something like this:


<img src = "http://theo.x10hosting.com/2017/103001.jpg" alt="$$$" >


the revenue at each corner point is calculated as shown below:


at (0,30), 2x + 2.5y becomes 2*0 + 30*2.5 = 75
at (20,15), 2x + 2.5y becomes 2*20 + 2.5*15 = 77.5
at (35,0), 2x + 2y becomes 2*35 + 0*2.5 = 70
at (0,0), 2x + 2y equals 0


she makes her most revenue when she sells 20 birthday cards and 15 holiday cards for revenue of 77.5 dollars.


her constraints at this corner point have to be satisfied as well.


15x + 20y <= 600 becomes 15*20 + 20*15 <= 600 which becomes 600 <= 600 which is true.


x + y <= 35 becomes 20 + 15 <= 35 which becomes 35 <= 35 which is true.


both x and y are greater than or equal to 0.


all the constraints are satisfied, so the answer is confirmed to provide the maximum revenue and satisfy all constraints at the corner point of (20,15).


she gets maximum revenue when she sells 20 birthday cards and 15 holiday cards.


the desmos.com calculator can be found at <a href = "https://www.desmos.com/calculator" target = "_blank">https://www.desmos.com/calculator</a>