In: Math
Complete each problem on a separate worksheet in a single Excel file. Rename the separate worksheets with the respective problem number. You may have to copy and paste the datasets into your homework file first. Name the file with your last name, first initial, and HW #2. Label each part of the question. When calculating statistics, label your outputs. Use the Solver add-in for these problems.
Person responding | % of daytime calls | % of evening calls |
Wife | 30 | 30 |
Husband | 10 | 30 |
Single male | 10 | 15 |
Single female | 10 | 20 |
None | 40 | 5 |
a). Determine how to minimize the cost of completing the survey.
Managerial Problem Definition
We want to minimize the total cost of completing the survey, subject to the various probabilities of reaching certain types of people at certain times of the day, costs of making calls, and minimum requirements for numbers of calls to certain demographic groups.
Decision Variables
We need to decide how many evening calls and how many daytime calls to make.
Objective
Minimize the total cost.
Constraints
We need to contact 150 wives, 120 husbands, 100 single adult males, and 110 single adult females. At most half of all phone calls can be evening calls.
Mathematical Formulation:
Decision Variables
X1 = Daytime Calls, X2 = Evening Calls
Objective
Minimize Z = 2X1 + 5X2
Constraints
0.30X1 + 0.30X2 ≥ 150
0.10X1 + 0.30X2 ≥ 120
0.10X1 + 0.15X2 ≥ 100
0.10X1 + 0.20X2 ≥ 110
1X1 ≥ 1X2
1X1, 1X2 ≥ 0
Here is a spreadsheet model for the problem:
The optimal solution is to make 900 Daytime calls and 100 Evening calls, for a total cost of $2,300.
Select Data — SolverTable, pick Oneway Table, and click OK.
The input cell is the value that we want to vary (in this case B9, the cost of a daytime call). We specify a range of values for this cell (here, $0.00 to $20.00 in increments of $1.00).
We also specify Output Cells (here, the numbers of each type of call — cells B12:C12, and the total cost — cell B22).
Finally, we tell SolverTable to write its output starting in cell F1.
SolverTable does the rest, creating the following output:
The SolverTable output can be used to create a chart:
Conclusion: If daytime calls are very inexpensive, we can dispense with evening calls altogether. However, we will always have to make at least 400 daytime calls, no matter how expensive they are.