Question

Difficulty: MediumSystems of Linear Inequalities in Two Variables

A nutritionist is designing a meal plan containing xx grams of protein and yy grams of carbohydrates. The meal plan must satisfy the following system of inequalities:

y1.5x+153x+2y120\begin{aligned} y &\ge 1.5x + 15 \\ 3x + 2y &\le 120 \end{aligned}

What is the maximum possible number of grams of protein, xx, that can be included in the meal plan?

Answer: 15 grams

Answer

The maximum possible number of grams of protein that can be included is 15.
To find the maximum possible value of xx, we determine the region defined by the system of inequalities. The system restricts the values to the region above the line y=1.5x+15y = 1.5x + 15 and below the line 3x+2y=1203x + 2y = 120. Since the first inequality limits yy from below and the second limits yy from above, the feasible region narrows as xx increases, terminating at the intersection of the two boundary lines. Substituting y=1.5x+15y = 1.5x + 15 into 3x+2y=1203x + 2y = 120 gives 3x+2(1.5x+15)=1203x + 2(1.5x + 15) = 120. Simplifying this yields 3x+3x+30=1203x + 3x + 30 = 120, which simplifies further to 6x=906x = 90, giving x=15x = 15. Thus, the maximum value of xx is 15.

Step-by-Step Solution

1
Identify the boundary lines of the system of inequalities.
The boundary lines are y=1.5x+15y = 1.5x + 15 and 3x+2y=1203x + 2y = 120.
The maximum value of xx under these linear constraints occurs at the intersection of the boundary lines of the feasible region.
2
Substitute the expression for yy from the first boundary equation into the second equation.
3x+2(1.5x+15)=1203x + 2(1.5x + 15) = 120
This allows us to solve for xx by eliminating yy.
3
Simplify the equation and solve for xx.
3x+3x+30=120    6x+30=120    6x=90    x=153x + 3x + 30 = 120 \implies 6x + 30 = 120 \implies 6x = 90 \implies x = 15.
Solving the linear equation gives the xx-coordinate of the intersection point.
4
Verify that this point lies in the feasible region and represents the maximum possible value of xx.
At x=15x=15, y=37.5y=37.5. Since y1.5x+15y \ge 1.5x + 15 restricts the region above the line and 3x+2y1203x + 2y \le 120 restricts it below the line, the region lies to the left of the intersection point (15,37.5)(15, 37.5). Thus, the maximum value of xx is 15.
Confirming the geometry of the feasible region ensures the intersection point is indeed the maximum value.

Key Concept

Solving systems of linear inequalities to find the boundaries and extreme values of a feasible region.
Rate this question