Answer:
105 pounds of breakfast and 90 pounds of afternoon packages
profit = $337.5
Explanation:
Defining:
Xb: number of 1 pound breakfast packages produced
Xa: number of 1 pound afternoon packages produced
The optimization problem is the following:
Maximize profit = Xb * $1.5 + Xa * $2
Subject to
Xb*1/3 <= 45
Xb*2/3 <= 70
Xa*1/2 <= 45
Xa*1/2 <= 70
45 is the total amount of A grade tea; 70 is the total amount of B grade tea;
In the figure we can see feasible region (every point in this zone fulfill restrictions). We know that optimal point will be in the corner of the feasible region, in our case points are (0,0) (0,90) (105, 90) (105, 0). Given that we want to maximize, it is obvious that the answer is Xb = 105 and Xa = 90. Replacing in profit's equation: 105 * $1.5 + 90 * $2 = $337.5