The linear programming model aims to minimize the total advertising cost while satisfying constraints related to audience size, age distribution, gender balance, and advertising policy. Excel Solver facilitates optimal solutions.
Certainly, the problem you've presented involves linear programming, and the objective is to minimize the total cost subject to various constraints. Let's define the decision variables, objective function, and constraints.
Decision Variables:
Let \( x_1 \), \( x_2 \), and \( x_3 \) be the number of TV commercials, newspaper ads, and radio commercials, respectively.
Objective Function:
Minimize \( Z = 15000x_1 + 4000x_2 + 6000x_3 \) (Total cost)
Constraints:
1. Advertising policy: \( 2x_3 \geq x_2 \) (Use at least twice as many radio commercials as newspaper ads)
2. Audience: \( 25000x_1 + 10000x_2 + 15000x_3 \geq 100000 \) (Reach at least 100,000 customers)
3. Age distribution: \( 15000x_1 + 10000x_2 + 15000x_3 \geq 20000 \) (Reach at least twice as many young people as old people)
4. Female audience: \( 5000x_1 + 3000x_2 + 1500x_3 \geq 0.30(25000x_1 + 10000x_2 + 15000x_3) \) (At least 30% of the audience is women)
5. Newspaper ad limit: \( x_2 \leq 7 \)
Standardized Form:
Convert inequalities to equalities by adding slack and surplus variables.
Initial Simplex Table:
| Basic Variables | x_1 | x_2 | x_3 | RHS |
|---------------------------|-----|-----|-----|--------|
| z | ... | ... | ... | ... |
| Slack/Surplus | ... | ... | ... | ... |
| Policy | ... | ... | ... | ... |
| Audience | ... | ... | ... | ... |
| Age Distribution | ... | ... | ... | ... |
| Female Audience | ... | ... | ... | ... |
| Limit | ... | ... | ... | ... |
Excel Solver:Use Excel Solver to minimize the total cost subject to the defined constraints.
Summary Report: The Solver will provide the optimal values for \( x_1 \), \( x_2 \), and \( x_3 \) along with the minimum total cost.
Range of Feasibility: Analyze the sensitivity report from Solver to determine the range of feasibility for each constraint and optimality for decision variables.
Range of Insignificance: Check the reduced costs in the sensitivity report to identify any range of insignificance for the coefficients.
Dual Problem: Formulate the dual problem and solve it using Excel Solver. Compare the results with the primal problem for verification.
Note: For precise assistance, the actual numerical values need to be used in the Excel Solver. This outline provides a general structure for solving linear programming problems.