
John G. answered 09/01/14
Tutor
5
(1)
High School to Collegiate Level Mathematics Tutor
Alright. First, let us set up all information we have. (let us set the number of promotions sent to current customers as X and new customers as Y)
- response rate for customers: current = 25%, new = 20%
- sales rate for customers: current = 12%, new = 20%
- cost per promotion: current = $4.00, new = $6.00
- minimum number is tests: current >= 30,000, new >= 10,000
- ratio of tests from customers: current > 2*new
- budget constraint: $1,200,000
All of this information is given to us. Now given this information, we can set up these equations.
- cost constraints per customer: $4X + $6Y <= $1,200,000
- required number of response: .25X >= 30,000, .20Y >=10,000 (X >= 120,000; Y >= 50,000)
- chance of sale: .25*.12*X = .03X, .20*.20*Y = .04Y
What we want to maximize is: max = .03X + .04Y
First, let us set X in terms of Y: 4X + 6Y = 1,200,000 -> X = 300,000 - 1.5Y
max = .03(300,000 - 1.5Y) + .04Y -> max = 9,000 - .045Y + .04Y -> max = 9,000 - .005Y
Our constraint is: X >= 120,000 and Y >= 50,000
If you wish to graph the max equation, you get that it is at its maximum, given the constraints, when Y is 50,000.
When we set Y = 50,000, we get X = 225,000. The expected number of responses for current customers is 56,250 and for new customers, it is 10,000. The expected number of sales for current customers is 6,750 and for new customers, it is 2,000, giving us a total of 8,750 sales.