CUET UG Applied Mathematics Booster Test 2 - Feasible Regions, Optimal Solutions, and Graphical Methods
π Answers are locked once submitted β results and explanations appear at the end.
QUESTION 1 OF 20
A society has 50 hectares available for crops, leading to the constraint:
x + y β€ 50
Herbicide usage imposes the constraint:
20x + 10y β€ 800 β 2x + y β€ 80
The point of intersection of:
x + y = 50 and 2x + y = 80
is:
QUESTION 2 OF 20
At the optimal point (30, 20), evaluate:
Z = 10500x + 9000y
QUESTION 3 OF 20
Assertion (A): The non-negativity constraints x β₯ 0, y β₯ 0 can be ignored without affecting the feasible region.
Reason (R): Linear variables always take negative values in applied mathematics.
QUESTION 4 OF 20
The position vector of the point C(2, 0) from the origin is:
QUESTION 5 OF 20
Match the linear constraints with their x-intercepts:
| List I | List II |
|---|---|
| 1. 2x + y = 4 β (2, 0) | a. (4, 0) |
| 2. 3x + y = 9 β (3, 0) | b. (3, 0) |
| 3. 5x + 5y = 20 β (4, 0) | c. (2, 0) |
| 4. 4x + 2y = 6 β (1.5, 0) | d. (1.5, 0) |
QUESTION 6 OF 20
Find the area of the triangular region bounded by:
x + y β€ 8,
x β₯ 4,
y β₯ 0
QUESTION 7 OF 20
Depot A holds 30,000 bricks and Depot B holds 20,000 bricks. The total available stock is:
QUESTION 8 OF 20
Minimize:
Z = βx + 2y
subject to:
βx + 3y β€ 10
x + y β€ 6
x β y β€ 2
At the point (2, 0), the value of Z is:
QUESTION 9 OF 20
If 100 points are randomly selected from an infeasible region, the probability that any point satisfies all constraints is:
QUESTION 10 OF 20
The area bounded by:
y = 3,
x = 0,
x = 2
is given by:
\(\int_{0}^{2}\,3βdx\)
The value is:
QUESTION 11 OF 20
The intersection point of:
3x + 5y = 15
5x + 2y = 10
is:
QUESTION 12 OF 20
For the system:
4x + 6y = 360
3x = 180
the corresponding value of y is:
QUESTION 13 OF 20
QUESTION 14 OF 20
QUESTION 15 OF 20
Maximize:
Z = 3x + 2y
subject to:
β2x + y β€ 1
x β€ 2
x + y β€ 3
x β₯ 0
y β₯ 0
Identify the correct optimal value and corresponding point:
QUESTION 16 OF 20
Arrange the steps of the Iso-cost method:
1. Assign a convenient value to Z
2. Formulate the LPP
3. Draw lines parallel to the objective function
4. Identify the nearest point to the origin
QUESTION 17 OF 20
If evaluating:
ax + by > M
for maximizing Z shows that this inequality shares points with an unbounded feasible region, then:
QUESTION 18 OF 20
Minimize:
Z = 20x + 40y
At the point (2, 6), the value of Z is:
QUESTION 19 OF 20
Identify the incorrect statement regarding alternate optimal solutions:
QUESTION 20 OF 20
For:
Z = x + 2y
if both (6, 0) and (0, 3) give Z = 6, then at the point (3, 1.5), the value of Z is:
Test Complete!
Answer Review
1 A society has 50 hectares available for crops, leading to the constraint:
x + y β€ 50
Herbicide usage imposes the constraint:
20x + 10y β€ 800 β 2x + y β€ 80
The point of intersection of:
x + y = 50 and 2x + y = 80
is:
Solve the two equations simultaneously. Eliminate one variable to obtain the other. The intersection point is (30, 20).
The boundary equations are: x + y = 50 2x + y = 80 Subtract the first equation from the second: (2x + y) β (x + y) = 80 β 50 x = 30 Substitute x = 30 into the first equation: 30 + y = 50 y = 20 Therefore, the intersection point is: (30, 20) This point satisfies both equations and represents the common point where the two boundary lines intersect. Hence, Option C is the correct answer.
- Option A) (20, 20)
- Incorrect because 20 + 20 = 40, which does not satisfy x + y = 50.
- Option B) (10, 40)
- Incorrect because 2(10) + 40 = 60, not 80.
- Option D) (40, 10)
- Incorrect because 2(40) + 10 = 90, not 80.
used
- Substitution
Application:
- Solve the simultaneous equations by eliminating one variable and then substitute the obtained value into the other equation.
Final Logic:
- The simultaneous solution gives x = 30 and y = 20; therefore, Option C is correct.
"Two equations β One common point."
2 At the optimal point (30, 20), evaluate:
Z = 10500x + 9000y
Substitute x = 30 and y = 20 into the objective function. Compute the total value. The result is 495000.
The objective function is: Z = 10500x + 9000y Substitute x = 30 and y = 20. Z = 10500(30) + 9000(20) = 315000 + 180000 = 495000 Therefore, the value of the objective function at the optimal point is 495000. Hence, Option D is the correct answer.
- Option A) 400000
- Incorrect because it is less than the calculated value.
- Option B) 500000
- Incorrect because it does not match the result obtained after substitution.
- Option C) 450000
- Incorrect because of incorrect multiplication or addition.
used
- Substitution
Application:
- Insert the coordinates of the optimal point directly into the objective function and simplify.
Final Logic:
- Substituting (30, 20) gives Z = 495000; therefore, Option D is correct.
"Optimal point β Substitute into Z."
3 Assertion (A): The non-negativity constraints x β₯ 0, y β₯ 0 can be ignored without affecting the feasible region.
Reason (R): Linear variables always take negative values in applied mathematics.
Non-negativity constraints define the feasible region. Decision variables usually represent physical quantities and cannot be negative. Therefore, both statements are false.
Assertion (A): The non-negativity constraints x β₯ 0 and y β₯ 0 can be ignored without affecting the feasible region. This statement is false. In linear programming, non-negativity constraints ensure that decision variables represent meaningful quantities such as production, labour, land, or transportation. Removing these constraints changes the feasible region and may introduce unrealistic solutions. Reason (R): Linear variables always take negative values in applied mathematics. This statement is also false. In most real-life applications of linear programming, variables represent physical quantities that cannot be negative. Therefore, both the Assertion and the Reason are false. Hence, Option A is the correct answer.
- Option B) A is true, R is false
- Incorrect because the Assertion is false.
- Option C) Both A and R are true, and R is the correct explanation of A
- Incorrect because neither statement is true.
- Option D) A is false, R is true
- Incorrect because the Reason is also false.
used
- Elimination
Application:
- Evaluate the truth of the Assertion and the Reason independently before selecting the appropriate option.
Final Logic:
- Since both statements are false, Option A is correct.
"LPP variables cannot be negative."
4 The position vector of the point C(2, 0) from the origin is:
The x-coordinate gives the coefficient of iΜ. The y-coordinate gives the coefficient of jΜ. The position vector is 2iΜ.
The position vector of a point (x, y) from the origin is written as: xiΜ + yjΜ For the point C(2, 0), x = 2 y = 0 Therefore, Position vector = 2iΜ + 0jΜ = 2iΜ Hence, Option B is the correct answer.
- Option A) 2jΜ
- Incorrect because the y-coordinate is zero.
- Option C) iΜ + 2jΜ
- Incorrect because the coordinates are not (1, 2).
- Option D) 2iΜ + 2jΜ
- Incorrect because the y-coordinate is not 2.
used
- Substitution
Application:
- Replace the coordinates directly into the position vector formula xiΜ + yjΜ.
Final Logic:
- The point (2, 0) corresponds to the vector 2iΜ; therefore, Option B is correct.
"(x, y) β xiΜ + yjΜ."
5 Match the linear constraints with their x-intercepts:
| List I | List II |
|---|---|
| 1. 2x + y = 4 β (2, 0) | a. (4, 0) |
| 2. 3x + y = 9 β (3, 0) | b. (3, 0) |
| 3. 5x + 5y = 20 β (4, 0) | c. (2, 0) |
| 4. 4x + 2y = 6 β (1.5, 0) | d. (1.5, 0) |
Put y = 0 in each equation. Calculate the x-intercept. Match each intercept with List II.
To find the x-intercept, substitute y = 0 into each equation. 1. 2x + y = 4 2x = 4 x = 2 β (2, 0) = c 1. 3x + y = 9 3x = 9 x = 3 β (3, 0) = b 1. 5x + 5y = 20 5x = 20 x = 4 β (4, 0) = a 1. 4x + 2y = 6 4x = 6 x = 1.5 β (1.5, 0) = d Thus, the correct matching is: 1βc, 2βb, 3βa, 4βd Hence, Option A is the correct answer.
- Option B) Incorrect because the first and second equations are mismatched.
- Option C) Incorrect because the second and third equations are incorrectly paired.
- Option D) Incorrect because the first and fourth equations are incorrectly matched.
used
- Substitution
Application:
- Set y = 0 for every equation, determine the x-intercept, and compare it with the given matches.
Final Logic:
- The calculated x-intercepts exactly match Option A.
"x-axis β y = 0."
6 Find the area of the triangular region bounded by:
x + y β€ 8,
x β₯ 4,
y β₯ 0
Identify the vertices of the triangular region. Use the formula for the area of a triangle. The area obtained is 8 square units.
The given constraints are: x + y β€ 8 x β₯ 4 y β₯ 0 The boundary lines are: x + y = 8 x = 4 y = 0 The vertices of the triangular region are: (4, 0) (8, 0) (4, 4) The base of the triangle is: 8 β 4 = 4 units The height is: 4 units Area of triangle = (1/2) Γ Base Γ Height = (1/2) Γ 4 Γ 4 = 8 square units Hence, Option C is the correct answer.
- Option A) 16
- Incorrect because it represents the area of the enclosing rectangle, not the triangle.
- Option B) 4
- Incorrect because the triangle's area is twice this value.
- Option D) 12
- Incorrect because it is not obtained from the correct base and height.
used
- Substitution
Application:
- Find the corner points by intersecting the boundary lines and then apply the area formula for a triangle.
Final Logic:
- The triangle has base 4 units and height 4 units, giving an area of 8 square units; therefore, Option C is correct.
"Triangle Area = Β½ Γ Base Γ Height."
7 Depot A holds 30,000 bricks and Depot B holds 20,000 bricks. The total available stock is:
Add the stock available at both depots. Total stock equals the sum of individual stocks. The total available stock is 50,000 bricks.
Depot A contains: 30,000 bricks Depot B contains: 20,000 bricks Therefore, Total stock = 30,000 + 20,000 = 50,000 bricks This follows the principle of additivity, where the total quantity is obtained by adding the contributions from each source. Hence, Option A is the correct answer.
- Option B) 40,000
- Incorrect because it underestimates the total stock.
- Option C) 30,000
- Incorrect because it considers only Depot A.
- Option D) 60,000
- Incorrect because it exceeds the total available stock.
used
- Substitution
Application:
- Add the quantities given for both depots to obtain the total stock.
Final Logic:
- 30,000 + 20,000 = 50,000; therefore, Option A is correct.
"Total = Sum of all stocks."
8 Minimize:
Z = βx + 2y
subject to:
βx + 3y β€ 10
x + y β€ 6
x β y β€ 2
At the point (2, 0), the value of Z is:
Substitute the given coordinates into the objective function. Simplify the expression carefully. The value of Z is β2.
The objective function is: Z = βx + 2y Substitute the point (2, 0). Z = β2 + 2(0) = β2 + 0 = β2 The given point satisfies all the constraints: For βx + 3y β€ 10: β2 + 0 = β2 β€ 10 β For x + y β€ 6: 2 + 0 = 2 β€ 6 β For x β y β€ 2: 2 β 0 = 2 β€ 2 β Thus, the point is feasible and the corresponding value of the objective function is β2. Hence, Option B is the correct answer.
- Option A) 0
- Incorrect because direct substitution gives β2.
- Option C) 2
- Incorrect because the negative sign before x has been ignored.
- Option D) 4
- Incorrect because it is not obtained from the objective function.
used
- Substitution
Application:
- Replace x and y with the given coordinates and evaluate the objective function directly.
Final Logic:
- Substituting (2, 0) gives Z = β2; therefore, Option B is correct.
"Given point β Substitute into Z."
9 If 100 points are randomly selected from an infeasible region, the probability that any point satisfies all constraints is:
An infeasible region contains no feasible points. Therefore, no selected point can satisfy all constraints. The probability is zero.
An infeasible region is one in which no point satisfies all the given constraints simultaneously. Since there are no feasible points in the region, selecting any point from it will never satisfy all the constraints. Therefore, Probability = Number of favourable points / Total number of selected points = 0 / 100 = 0 Hence, Option A is the correct answer.
- Option B) 0.5
- Incorrect because no feasible point exists.
- Option C) 1
- Incorrect because every selected point is infeasible.
- Option D) 0.1
- Incorrect because the probability is not positive.
used
- Contextual/Tonal Matching
Application:
- Recognize that an infeasible region has no valid solutions, making the probability of selecting a feasible point equal to zero.
Final Logic:
- No feasible point exists in an infeasible region; therefore, Option A is correct.
"Infeasible β Zero valid points."
10 The area bounded by:
y = 3,
x = 0,
x = 2
is given by:
\(\int_{0}^{2}\,3βdx\)
The value is:
The function is constant. Multiply the constant height by the width of the interval. The area obtained is 6 square units.
The definite integral is: β«βΒ² 3 dx Since the function is constant, Area = 3 Γ (2 β 0) = 3 Γ 2 = 6 Graphically, this represents a rectangle with: Height = 3 units Width = 2 units Area = Height Γ Width = 3 Γ 2 = 6 square units Hence, Option D is the correct answer.
- Option A) 3
- Incorrect because it represents only the height.
- Option B) 2
- Incorrect because it represents only the width.
- Option C) 5
- Incorrect because it is not obtained from the definite integral.
used
- Substitution
Application:
- Evaluate the definite integral by multiplying the constant integrand by the length of the interval.
Final Logic:
- The integral β«βΒ² 3 dx equals 6; therefore, Option D is correct.
"Constant Γ Interval = Area."
11 The intersection point of:
3x + 5y = 15
5x + 2y = 10
is:
Solve the two equations simultaneously. Find the common values of x and y. The intersection point is (20/19, 45/19).
The given equations are: 3x + 5y = 15 5x + 2y = 10 Using the elimination method: Multiply the first equation by 2: 6x + 10y = 30 Multiply the second equation by 5: 25x + 10y = 50 Subtract the first equation from the second: 19x = 20 x = 20/19 Substitute x = 20/19 into the second equation: 5(20/19) + 2y = 10 100/19 + 2y = 190/19 2y = 90/19 y = 45/19 Therefore, the point of intersection is: (20/19, 45/19) Hence, Option B is the correct answer.
- Option A) (1, 2)
- Incorrect because it does not satisfy both equations simultaneously.
- Option C) (19/20, 19/45)
- Incorrect because these values are not obtained by solving the given equations.
- Option D) (2, 3)
- Incorrect because substituting this point into the equations does not satisfy them.
used
- Substitution
Application:
- Solve the simultaneous linear equations using the elimination method and substitute the obtained value into one equation.
Final Logic:
- The simultaneous solution gives (20/19, 45/19); therefore, Option B is correct.
"Intersection = Common solution of both equations."
12 For the system:
4x + 6y = 360
3x = 180
the corresponding value of y is:
Find x from the second equation. Substitute x into the first equation. The corresponding value of y is 20.
The given equations are: 4x + 6y = 360 3x = 180 From the second equation: x = 180/3 x = 60 Substitute x = 60 into the first equation: 4(60) + 6y = 360 240 + 6y = 360 6y = 120 y = 20 Therefore, the corresponding value of y is 20. Hence, Option C is the correct answer.
- Option A) 10
- Incorrect because substituting x = 60 gives y = 20.
- Option B) 30
- Incorrect because it does not satisfy the first equation.
- Option D) 40
- Incorrect because it gives 4(60) + 6(40) = 480, not 360.
used
- Substitution
Application:
- Determine x from the simpler equation and substitute it into the remaining equation to calculate y.
Final Logic:
- Substituting x = 60 gives y = 20; therefore, Option C is correct.
"Find x first, then find y."
13
Identify the nutrient Y constraint. Divide all terms by the common factor. Obtain the simplified inequality.
The nutrient Y constraint is: 3x + 12y β₯ 36 Divide every term by 3. 3x/3 + 12y/3 β₯ 36/3 x + 4y β₯ 12 Thus, the simplified inequality is: x + 4y β₯ 12 This simplified form represents the same feasible region because every term is divided by the same positive constant. Hence, Option C is the correct answer.
- Option A) x + 2y β₯ 12
- Incorrect because only the coefficient of x is simplified correctly.
- Option B) 3x + y β₯ 36
- Incorrect because the coefficients are not simplified.
- Option D) 4x + y β₯ 12
- Incorrect because the variables have been simplified incorrectly.
used
- Substitution
Application:
- Divide each term of the inequality by the greatest common factor while keeping the inequality sign unchanged.
Final Logic:
- Dividing 3x + 12y β₯ 36 by 3 gives x + 4y β₯ 12; therefore, Option C is correct.
"Divide every term by the same number."
14
Identify the nutrient Z constraint. Divide all terms by the common factor. The simplified inequality is 2x + y β₯ 10.
The nutrient Z constraint is: 20x + 10y β₯ 100 Divide every term by 10. 20x/10 + 10y/10 β₯ 100/10 2x + y β₯ 10 Since all terms are divided by the same positive number, the inequality remains unchanged. Therefore, the simplified inequality is: 2x + y β₯ 10 Hence, Option A is the correct answer.
- Option B) x + 2y β₯ 10
- Incorrect because the coefficients are interchanged.
- Option C) 2x + y β₯ 20
- Incorrect because the constant term is incorrectly simplified.
- Option D) x + y β₯ 100
- Incorrect because the entire inequality has not been simplified correctly.
used
- Substitution
Application:
- Simplify the inequality by dividing every term by the greatest common factor.
Final Logic:
- Dividing 20x + 10y β₯ 100 by 10 gives 2x + y β₯ 10; therefore, Option A is correct.
"Simplify all terms together."
15 Maximize:
Z = 3x + 2y
subject to:
β2x + y β€ 1
x β€ 2
x + y β€ 3
x β₯ 0
y β₯ 0
Identify the correct optimal value and corresponding point:
Determine the feasible corner points. Evaluate the objective function at each corner point. The maximum value obtained is 8 at (2, 1).
The objective function is: Z = 3x + 2y The constraints are: β2x + y β€ 1 x β€ 2 x + y β€ 3 x β₯ 0 y β₯ 0 The feasible corner points are: (0, 0) (0, 1) (1, 2) (2, 1) (2, 0) Evaluate the objective function at each point: At (0, 0): Z = 3(0) + 2(0) = 0 At (0, 1): Z = 2 At (1, 2): Z = 3 + 4 = 7 At (2, 1): Z = 6 + 2 = 8 At (2, 0): Z = 6 The largest value is 8, obtained at the point (2, 1). Hence, Option D is the correct answer.
- Option A) Maximum Z = 5 at (1, 1)
- Incorrect because Z = 3(1) + 2(1) = 5, which is not the maximum.
- Option B) Maximum Z = 6 at (0, 3)
- Incorrect because (0, 3) does not satisfy the constraint x + y β€ 3 and β2x + y β€ 1 simultaneously.
- Option C) Maximum Z = 7 at (1.5, 1.5)
- Incorrect because although Z = 7.5, the point (1.5, 1.5) violates the constraint x + y β€ 3 since 1.5 + 1.5 = 3 (it satisfies equality), but it violates β2x + y β€ 1? Here, β3 + 1.5 = β1.5 β€ 1, so it is feasible. However, Z = 3(1.5) + 2(1.5) = 4.5 + 3 = 7.5, not 7, making the option incorrect as stated.
used
- Substitution
Application:
- Identify the feasible corner points and substitute each into the objective function to determine the maximum value.
Final Logic:
- The maximum value of Z is 8 at (2, 1); therefore, Option D is correct.
"Corner points decide the optimum."
16 Arrange the steps of the Iso-cost method:
1. Assign a convenient value to Z
2. Formulate the LPP
3. Draw lines parallel to the objective function
4. Identify the nearest point to the origin
Begin by formulating the LPP. Assign a convenient value to the objective function. Draw parallel iso-cost lines and identify the nearest feasible point.
The correct sequence for solving a minimization problem using the Iso-cost method is: Step 1: Formulate the Linear Programming Problem. Step 2: Assign a convenient value to the objective function Z and draw the corresponding iso-cost line. Step 3: Draw lines parallel to the objective function. Step 4: Move the iso-cost line towards the origin until it first touches the feasible region. This nearest point gives the minimum value. Thus, the correct order is: 2 β 1 β 3 β 4 Hence, Option B is the correct answer.
- Option A) 1, 2, 3, 4
- Incorrect because the LPP must be formulated before assigning a value to Z.
- Option C) 2, 3, 1, 4
- Incorrect because a value for Z must be assigned before drawing the iso-cost line.
- Option D) 4, 3, 2, 1
- Incorrect because it reverses the logical procedure.
used
- Contextual/Tonal Matching
Application:
- Recall the standard sequence of the graphical Iso-cost method used in linear programming.
Final Logic:
- The correct order is Formulate β Assign Z β Draw parallel lines β Identify optimum point; therefore, Option B is correct.
"Formulate β Draw β Slide β Select."
17 If evaluating:
ax + by > M
for maximizing Z shows that this inequality shares points with an unbounded feasible region, then:
The feasible region is unbounded. Objective values greater than M are still attainable. Therefore, no finite maximum value exists.
For a maximization problem, consider the inequality: ax + by > M This inequality represents objective function values greater than M. If this half-plane continues to intersect an unbounded feasible region, then larger and larger values of the objective function remain feasible. Since there is no upper limit to the objective function, a finite maximum value cannot be obtained. Therefore, the objective function has no maximum value. Hence, Option C is the correct answer.
- Option A) M is the minimum value
- Incorrect because the problem concerns maximization.
- Option B) M is the maximum value
- Incorrect because values greater than M are still feasible.
- Option D) The region becomes bounded
- Incorrect because evaluating the objective function does not change the nature of the feasible region.
used
- Contextual/Tonal Matching
Application:
- Interpret the graphical meaning of an unbounded feasible region together with the objective function.
Final Logic:
- Since objective values can increase indefinitely, Option C is correct.
"Unbounded + Maximization = No maximum."
18 Minimize:
Z = 20x + 40y
At the point (2, 6), the value of Z is:
Substitute the given coordinates into the objective function. Perform the multiplication and addition carefully. The value of Z is 280.
The objective function is: Z = 20x + 40y Substitute x = 2 and y = 6. Z = 20(2) + 40(6) = 40 + 240 = 280 Thus, the value of the objective function at the point (2, 6) is 280. Hence, Option A is the correct answer.
- Option B) 300
- Incorrect because it is not obtained by correctly substituting x = 2 and y = 6.
- Option C) 320
- Incorrect because it results from incorrect multiplication or addition.
- Option D) 260
- Incorrect because the correct value of the objective function is 280.
used
- Substitution
Application:
- Substitute the coordinates of the given point directly into the objective function and simplify.
Final Logic:
- Substituting (2, 6) gives Z = 280; therefore, Option A is correct.
"Given point β Substitute into Z."
19 Identify the incorrect statement regarding alternate optimal solutions:
Alternate optimal solutions mean more than one optimal solution exists. They occur when the objective function is parallel to a boundary of the feasible region. The LPP still has valid optimal solutions.
Alternate optimal solutions occur when the objective function is parallel to one of the constraint boundaries that forms an edge of the feasible region. In such situations: Every point on the relevant boundary segment gives the same optimal value of the objective function. The LPP has more than one optimal solution. The feasible region is not empty. Therefore, the statement "Implies that the LPP has no solution" is incorrect. Hence, Option D is the correct answer.
- Option A) Occurs when an iso-profit line is parallel to a constraint
- This is a correct statement because parallelism between the objective function and a constraint boundary leads to alternate optimal solutions.
- Option B) Gives the same optimal Z at multiple points
- This is correct because every point on the optimal boundary segment produces the same objective value.
- Option C) Exists along the line segment joining optimal corner points
- This is correct because alternate optimal solutions occur along the boundary segment connecting optimal corner points.
used
- Elimination
Application:
- Evaluate each statement using the properties of alternate optimal solutions and eliminate the correct statements.
Final Logic:
- Alternate optimal solutions mean multiple optimal solutions exist, not the absence of a solution; therefore, Option D is correct.
"Alternate optimum = Many solutions, not no solution."
20 For:
Z = x + 2y
if both (6, 0) and (0, 3) give Z = 6, then at the point (3, 1.5), the value of Z is:
Substitute the coordinates into the objective function. Compute the value of Z. The value obtained is 6.
The objective function is: Z = x + 2y Substitute x = 3 and y = 1.5. Z = 3 + 2(1.5) = 3 + 3 = 6 Since both endpoints (6, 0) and (0, 3) produce the same objective value, every point on the line segment joining them also gives the same value because the objective function is parallel to that boundary. Therefore, the point (3, 1.5) also gives: Z = 6 Hence, Option B is the correct answer.
- Option A) 3
- Incorrect because substituting the coordinates gives Z = 6.
- Option C) 9
- Incorrect because it is not obtained from the objective function.
- Option D) 12
- Incorrect because the correct value is 6.
used
- Substitution
Application:
- Substitute the coordinates directly into the objective function and verify the result.
Final Logic:
- Substituting (3, 1.5) gives Z = 6; therefore, Option B is correct.
"Same boundary β Same Z."
