CUET UG Applied Mathematics Booster Test 1 - Mathematical Formulation, Types, and Applications
๐ Answers are locked once submitted โ results and explanations appear at the end.
QUESTION 1 OF 20
A firm defines its maximum variable limits for 4 consecutive production runs as:
12, 14, 16, 18
What is the 2-period moving average for the first available subset?
QUESTION 2 OF 20
Match List I with List II:
| List I | List II |
|---|---|
| 1. At least | a. โค |
| 2. At most | b. = |
| 3. Exactly | c. โฅ |
| 4. Not equal to | d. โ |
QUESTION 3 OF 20
A profit feasible area is defined under the constraint:
y = 10 โ 2x
Using the definite integral:
\(\int_{0}^{5}\,(10-2x)โdx\)
Find the area defining the profit region.
QUESTION 4 OF 20
A cost minimization problem has an enclosed rectangular feasible region bounded by:
x = 0, y = 0, x = 5, y = 4
The area of this region is:
QUESTION 5 OF 20
A firm's resource limits are given by:
x โค 4, y โค 3
The displacement vector from the origin (0,0) to the maximum capacity point (4,3) is:
QUESTION 6 OF 20
A factory requires 10 man-hours for each unit of x and 6 man-hours for each unit of y. The maximum weekly capacity is 1000 hours.
If 50 units of y are produced, the maximum possible production of x is:
QUESTION 7 OF 20
Assertion (A): Decision variables in linear programming problems can take negative values to represent debt.
Reason (R): The condition x โฅ 0, y โฅ 0 is called the non-negativity restriction.
QUESTION 8 OF 20
Which of the Cartesian quadrants satisfy the condition:
y โฅ 0
I. Quadrant I
II. Quadrant II
III. Quadrant III
QUESTION 9 OF 20
Identify the incorrect statement regarding mathematical modeling of investment problems:
QUESTION 10 OF 20
For a production LPP constrained by:
3x + 5y โค 15, x โฅ 0, y โฅ 0
The corner points of the feasible region are:
QUESTION 11 OF 20
Arrange the logical steps for solving a manufacturing problem using the graphical method:
1. Determine the coordinates of the corner points.
2. Formulate the LPP mathematically.
3. Plot the inequality constraints to identify the feasible region.
4. Evaluate the objective function Z at each corner point.
QUESTION 12 OF 20
The feasible region of a diet problem has exactly 4 distinct corner points. If a corner point is selected uniformly at random, what is the probability that it is the unique optimal minimum point?
QUESTION 13 OF 20
If a transportation firm has Factory P with a capacity of 8 units and Factory Q with a capacity of 6 units, the total supply capacity is:
QUESTION 14 OF 20
Match List I with List II for a transportation network:
| List I | List II |
|---|---|
| 1. Depot A must receive at least 40% of total available supply of 50 units | a. Total supply โฅ 24 |
| 2. Depot B cannot receive more than the surplus after satisfying a compulsory demand of 30 units elsewhere | b. Received units โค 20 |
| 3. Depot C must receive exactly the difference between total supply (50 units) and combined fixed allocations of 18 and 12 units | c. Received units = 20 |
| 4. Total shipment must satisfy a lower bound equal to sum of minimum demands: 6, 8, and 10 units | d. Received units โฅ 20 |
QUESTION 15 OF 20
Group A checks 25 pieces per hour with an accuracy rate of 98%. If an inspector from Group A is assigned a task for exactly 2 hours, how many accurate pieces are produced?
QUESTION 16 OF 20
A firm assigns workers where Group A has 8 workers and Group B has 10 workers. Let x and y represent the number of inspectors scheduled.
Which limits must inherently apply?
I. Group A inspectors โค 8
II. Group B inspectors โค 10
QUESTION 17 OF 20
Identify the incorrect statement related to industrial profit maximization graphs:
QUESTION 18 OF 20
The area bounded by the cost limit line:
x + 2y = 6
in the first quadrant can be evaluated using:
\(\int_{0}^{6}\,\left(3-\frac{x}{2}\right)โdx\)
Calculate this area.
QUESTION 19 OF 20
QUESTION 20 OF 20
Test Complete!
Answer Review
1 A firm defines its maximum variable limits for 4 consecutive production runs as:
12, 14, 16, 18
What is the 2-period moving average for the first available subset?
Take the first two observations. Compute their arithmetic mean. This gives the first 2-period moving average.
The first available subset consists of: 12 and 14 The 2-period moving average is: (12 + 14) / 2 = 26 / 2 = 13 Therefore, the first 2-period moving average is 13. Hence, Option B is the correct answer.
- Option A) 12 โ This is the first observation, not the average.
- Option C) 15 โ This is the average of the second and third observations.
- Option D) 17 โ This is the average of the third and fourth observations.
used
- Substitution
Application:
- Select the first two observations and calculate their average.
Final Logic:
- The average of 12 and 14 is 13.
"Moving Average = Sum รท Number of Terms."
2 Match List I with List II:
| List I | List II |
|---|---|
| 1. At least | a. โค |
| 2. At most | b. = |
| 3. Exactly | c. โฅ |
| 4. Not equal to | d. โ |
"At least" means greater than or equal to. "At most" means less than or equal to. "Exactly" means equality.
The correct mathematical meanings are: At least โ โฅ At most โ โค Exactly โ = Not equal to โ โ Thus, the correct matching is: 1 โ c 2 โ a 3 โ b 4 โ d Hence, Option A is the correct answer.
- Option B โ Incorrectly matches "At least" and "At most."
- Option C โ Incorrectly matches "Exactly."
- Option D โ Incorrectly matches "At most."
used
- Option Grouping
Application:
- Recall the standard meanings of common mathematical inequality terms.
Final Logic:
- Only Option A correctly matches every inequality.
"At Least โฅ, At Most โค."
3 A profit feasible area is defined under the constraint:
y = 10 โ 2x
Using the definite integral:
\(\int_{0}^{5}\,(10-2x)โdx\)
Find the area defining the profit region.
Integrate the given function. Apply the limits 0 and 5. The definite integral equals the required area.
Given: โซ from 0 to 5 of (10 โ 2x) dx Integrate: โซ (10 โ 2x) dx = 10x โ xยฒ Apply the limits: At x = 5: = 10(5) โ 5ยฒ = 50 โ 25 = 25 At x = 0: = 0 Therefore, Area = 25 โ 0 = 25 Hence, Option D is the correct answer.
- Option A) 15 โ Incorrect integration.
- Option B) 20 โ Arithmetic error.
- Option C) 30 โ Does not satisfy the definite integral.
used
- Substitution
Application:
- Integrate the function and substitute the limits.
Final Logic:
- The definite integral evaluates to 25.
"Integrate โ Apply Limits."
4 A cost minimization problem has an enclosed rectangular feasible region bounded by:
x = 0, y = 0, x = 5, y = 4
The area of this region is:
The region is a rectangle. Area equals length ร breadth. Multiply the side lengths.
The rectangle has: Length = 5 units Breadth = 4 units Area of the rectangle: Area = Length ร Breadth = 5 ร 4 = 20 square units Hence, Option A is the correct answer.
- Option B) 15 sq. units โ Incorrect multiplication.
- Option C) 9 sq. units โ Not the area of the rectangle.
- Option D) 25 sq. units โ Uses only one side length squared.
used
- Substitution
Application:
- Identify the side lengths from the boundary equations and apply the rectangle area formula.
Final Logic:
- Area = 5 ร 4 = 20 square units.
"Rectangle = Length ร Breadth."
5 A firm's resource limits are given by:
x โค 4, y โค 3
The displacement vector from the origin (0,0) to the maximum capacity point (4,3) is:
The displacement vector equals the terminal point minus the initial point. Initial point is the origin. Read the coordinates directly.
The displacement vector from: (0,0) to (4,3) is (4โ0)i + (3โ0)j = 4i + 3j Thus, the vector has an x-component of 4 and a y-component of 3. Hence, Option B is the correct answer.
- Option A) 3i + 4j โ The x and y components are interchanged.
- Option C) 7i + 7j โ Obtained by incorrectly adding the coordinates.
- Option D) i + j โ Does not represent the displacement from the origin to (4,3).
used
- Substitution
Application:
- Subtract the coordinates of the initial point from those of the terminal point.
Final Logic:
- Displacement vector = 4i + 3j.
"Vector = Destination โ Start."
6 A factory requires 10 man-hours for each unit of x and 6 man-hours for each unit of y. The maximum weekly capacity is 1000 hours.
If 50 units of y are produced, the maximum possible production of x is:
Form the capacity constraint. Substitute the value of y. Solve for the maximum value of x.
The capacity constraint is: 10x + 6y โค 1000 Given: y = 50 Substitute: 10x + 6(50) โค 1000 10x + 300 โค 1000 10x โค 700 x โค 70 Thus, the maximum possible production of x is 70 units. Hence, Option C is the correct answer.
- Option A) 50 โ Does not satisfy the maximum available capacity.
- Option B) 60 โ Underestimates the allowable production.
- Option D) 80 โ Requires more than the available 1000 man-hours.
used
- Substitution
Application:
- Substitute the given value of y into the capacity constraint and solve for x.
Final Logic:
- After producing 50 units of y, the maximum value of x is 70.
"Substitute First, Solve Later."
7 Assertion (A): Decision variables in linear programming problems can take negative values to represent debt.
Reason (R): The condition x โฅ 0, y โฅ 0 is called the non-negativity restriction.
Standard LPP does not allow negative decision variables. Non-negative restrictions require variables to be zero or positive. Thus, the assertion is false.
In a standard Linear Programming Problem, decision variables satisfy: x โฅ 0 y โฅ 0 These are called the non-negativity restrictions. Therefore: Assertion (A) is false because decision variables cannot take negative values in a standard LPP. Reason (R) is true because x โฅ 0, y โฅ 0 are indeed the non-negative restrictions. Hence, Option D is the correct answer.
- Option A) Both A and R are false โ The reason is true.
- Option B) A is true, R is false โ The assertion is false.
- Option C) Both A and R are true โ The assertion is incorrect.
used
- Elimination
Application:
- Evaluate the assertion and reason independently.
Final Logic:
- Decision variables are non-negative; therefore, only the reason is true.
"LPP Variables Never Negative."
8 Which of the Cartesian quadrants satisfy the condition:
y โฅ 0
I. Quadrant I
II. Quadrant II
III. Quadrant III
Positive y-values occur above the x-axis. Quadrants I and II satisfy y โฅ 0. Quadrant III has negative y-values.
The condition: y โฅ 0 means the point must lie on or above the x-axis. Quadrant I โ y is positive โ Quadrant II โ y is positive โ Quadrant III โ y is negative โ Hence, only Quadrants I and II satisfy the condition. Therefore, Option A is the correct answer.
- Option B) I and III only โ Quadrant III has negative y-values.
- Option C) II and III only โ Quadrant III does not satisfy y โฅ 0.
- Option D) I, II, and III โ Includes Quadrant III incorrectly.
used
- Elimination
Application:
- Recall the signs of coordinates in each Cartesian quadrant.
Final Logic:
- Only Quadrants I and II have non-negative y-values.
"Above x-axis โ y โฅ 0."
9 Identify the incorrect statement regarding mathematical modeling of investment problems:
Every LPP requires an objective function. Investment models aim to maximize returns or minimize risk. Therefore, the statement denying the objective function is incorrect.
An investment problem in Linear Programming consists of: Decision variables representing investment amounts. Objective function representing return, profit, or risk. Constraints representing available capital, risk limits, and other restrictions. Thus: Option A is correct because available capital acts as a resource constraint. Option B is incorrect because every LPP requires an objective function. Option C is correct because risk or policy limits can often be expressed using linear constraints. Option D is correct because investment models generally aim to maximize returns. Hence, Option B is the correct answer.
- Option A) The capital available acts as a capacity constraint. โ This is a standard resource constraint in investment models.
- Option C) Risk factors can be mapped into linear inequalities. โ Many investment constraints are expressed as linear inequalities.
- Option D) The goal is usually to maximize return on investment. โ This is the usual objective in investment planning.
used
- Extreme Word Filter
Application:
- Look for statements that contradict the essential components of an LPP.
Final Logic:
- Every Linear Programming model must contain an objective function.
"No Objective = No LPP."
10 For a production LPP constrained by:
3x + 5y โค 15, x โฅ 0, y โฅ 0
The corner points of the feasible region are:
Find the x-intercept. Find the y-intercept. Include the origin because of the non-negative restrictions.
The boundary line is: 3x + 5y = 15 For the x-intercept: Put y = 0 3x = 15 x = 5 So the point is (5,0). For the y-intercept: Put x = 0 5y = 15 y = 3 So the point is (0,3). Together with the origin, the corner points are: (0,0) (5,0) (0,3) However, none of the given options list these three points correctly. Option C incorrectly gives (0,5). Option D incorrectly gives (3,0). Therefore, the answer key is incorrect, and the correct corner points are (0,0), (5,0), (0,3).
- Option A) Incorrect y-intercept (0,5).
- Option B) Incorrect x-intercept (3,0) and y-intercept (0,5).
- Option C) Correct x-intercept but incorrect y-intercept.
- Option D) Correct y-intercept but incorrect x-intercept.
used
- Substitution
Application:
- Set one variable to zero at a time to determine the intercepts.
Final Logic:
- The intercepts are (5,0) and (0,3), so the provided options contain an error.
"Set y = 0 โ x-intercept; Set x = 0 โ y-intercept."
11 Arrange the logical steps for solving a manufacturing problem using the graphical method:
1. Determine the coordinates of the corner points.
2. Formulate the LPP mathematically.
3. Plot the inequality constraints to identify the feasible region.
4. Evaluate the objective function Z at each corner point.
Formulate the problem first. Plot the constraints. Identify the corner points. Evaluate the objective function.
The standard graphical method follows these steps: 1. Formulate the Linear Programming Problem. 2. Plot the constraints to obtain the feasible region. 3. Determine the corner points of the feasible region. 4. Evaluate the objective function at each corner point. Therefore, the correct sequence is: 2 โ 3 โ 1 โ 4 Hence, Option D is the correct answer.
- Option A) Corner points cannot be determined before plotting the constraints.
- Option B) The LPP must be formulated before graphing.
- Option C) The objective function is evaluated only after identifying the corner points.
used
- Option Grouping
Application:
- Recall the standard sequence of the graphical solution procedure.
Final Logic:
- Formulate โ Plot โ Corner Points โ Evaluate.
"Model โ Graph โ Corners โ Evaluate."
12 The feasible region of a diet problem has exactly 4 distinct corner points. If a corner point is selected uniformly at random, what is the probability that it is the unique optimal minimum point?
There are four equally likely corner points. Only one is the unique optimal point. Probability equals favourable outcomes divided by total outcomes.
The feasible region has 4 distinct corner points. If exactly one of these is the unique optimal minimum point, then: Probability = Number of favourable corner points / Total corner points = 1 / 4 Hence, Option A is the correct answer.
- Option B) 1/2 โ Assumes two optimal corner points.
- Option C) 3/4 โ Assumes three optimal corner points.
- Option D) 1 โ Assumes every corner point is optimal.
used
- Substitution
Application:
- Use the classical probability formula.
Final Logic:
- One favourable outcome among four equally likely corner points gives 1/4.
"Probability = Favourable รท Total."
13 If a transportation firm has Factory P with a capacity of 8 units and Factory Q with a capacity of 6 units, the total supply capacity is:
Total supply is the sum of capacities. Add the capacities of both factories. This gives the overall supply.
Factory capacities are: Factory P = 8 units Factory Q = 6 units Total supply capacity: 8 + 6 = 14 units Thus, the transportation network can supply 14 units in total. Hence, Option B is the correct answer.
- Option A) 2 units โ Obtained by subtracting the capacities.
- Option C) 48 units โ Obtained by multiplying the capacities.
- Option D) 10 units โ Incorrect addition.
used
- Substitution
Application:
- Add the capacities of all supply sources.
Final Logic:
- Total supply = 8 + 6 = 14 units.
"Total Supply = Sum of Sources."
14 Match List I with List II for a transportation network:
| List I | List II |
|---|---|
| 1. Depot A must receive at least 40% of total available supply of 50 units | a. Total supply โฅ 24 |
| 2. Depot B cannot receive more than the surplus after satisfying a compulsory demand of 30 units elsewhere | b. Received units โค 20 |
| 3. Depot C must receive exactly the difference between total supply (50 units) and combined fixed allocations of 18 and 12 units | c. Received units = 20 |
| 4. Total shipment must satisfy a lower bound equal to sum of minimum demands: 6, 8, and 10 units | d. Received units โฅ 20 |
"At least 40%" means โฅ 20. Surplus after 30 units from 50 is 20, giving โค 20. Remaining allocation is exactly 20.
Evaluate each statement: 1. 40% of 50 = 20, so Received units โฅ 20 โ d 2. Surplus after allocating 30 units is 20, so Received units โค 20 โ b 3. Remaining supply = 50 โ (18 + 12) = 20, so Received units = 20 โ c 4. Minimum demand = 6 + 8 + 10 = 24, so Total supply โฅ 24 โ a Thus, the correct matching is: 1โd, 2โb, 3โc, 4โa Hence, Option A is correct.
- Option B) Incorrectly matches Statements 1, 2, and 3.
- Option C) Incorrectly matches Statements 2 and 3.
- Option D) Incorrectly matches Statement 1.
used
- Option Grouping
Application:
- Compute the numerical values first and then match them with the appropriate inequalities.
Final Logic:
- The calculated values match Option A exactly.
"40% of 50 = 20; Remaining = 20; Minimum = 24."
15 Group A checks 25 pieces per hour with an accuracy rate of 98%. If an inspector from Group A is assigned a task for exactly 2 hours, how many accurate pieces are produced?
Calculate the total pieces checked. Apply the accuracy percentage. The result gives the number of accurate pieces.
Pieces checked in 2 hours: 25 ร 2 = 50 pieces Accuracy = 98% Accurate pieces: 0.98 ร 50 = 49 Therefore, the inspector accurately checks 49 pieces. Hence, Option D is the correct answer.
- Option A) 45 โ Underestimates the accurate output.
- Option B) 47 โ Incorrect application of the percentage.
- Option C) 48 โ Arithmetic error.
used
- Substitution
Application:
- Compute total production and multiply by the accuracy rate.
Final Logic:
- 50 ร 98% = 49.
"Total ร Accuracy = Accurate Output."
16 A firm assigns workers where Group A has 8 workers and Group B has 10 workers. Let x and y represent the number of inspectors scheduled.
Which limits must inherently apply?
I. Group A inspectors โค 8
II. Group B inspectors โค 10
Scheduled workers cannot exceed those available. Both groups have upper limits. Therefore, both conditions are necessary.
Available workers: Group A = 8 Group B = 10 Hence, the scheduling variables must satisfy: x โค 8 y โค 10 Both constraints are essential to ensure that the number of scheduled inspectors does not exceed the available workforce. Therefore, Option A is the correct answer.
- Option B) I only โ Ignores the limit on Group B.
- Option C) II only โ Ignores the limit on Group A.
- Option D) Neither I nor II โ Contradicts the given resource limits.
used
- Elimination
Application:
- Compare the available workers with the scheduling variables.
Final Logic:
- Both upper-bound constraints must be satisfied.
"Available Workers = Maximum Schedule."
17 Identify the incorrect statement related to industrial profit maximization graphs:
A bounded feasible region may have both maximum and minimum values. Iso-profit lines help locate the optimum. Therefore, the given statement is incorrect.
In a bounded feasible region: The objective function may have both a maximum and a minimum value. According to the Fundamental Theorem of Linear Programming, if an optimum exists, it occurs at a corner (extreme) point. The iso-profit line is shifted parallel to itself until the last point of contact with the feasible region. The conditions x โฅ 0, y โฅ 0 restrict the feasible region to the first quadrant. Hence, the statement that the objective function has only a minimum value is incorrect. Therefore, Option B is the correct answer.
- Option A) The optimal solution always lies at a corner point. โ This is a standard result in the graphical method of LPP.
- Option C) An iso-profit line can be moved parallelly to find the optimal point. โ This is the basis of the iso-profit method.
- Option D) x, y โฅ 0 restricts the graph to the first quadrant. โ This is the non-negative restriction.
used
- Extreme Word Filter
Application:
- Notice the word "only". A bounded feasible region can have both maximum and minimum objective values.
Final Logic:
- A bounded region does not imply only a minimum value.
"Bounded โ Max and Min Possible."
18 The area bounded by the cost limit line:
x + 2y = 6
in the first quadrant can be evaluated using:
\(\int_{0}^{6}\,\left(3-\frac{x}{2}\right)โdx\)
Calculate this area.
Integrate the given function. Evaluate at the given limits. The definite integral gives the enclosed area.
Given: โซ from 0 to 6 (3 โ x/2) dx Integrate: โซ (3 โ x/2) dx = 3x โ xยฒ/4 Apply the limits: At x = 6: = 3(6) โ 6ยฒ/4 = 18 โ 36/4 = 18 โ 9 = 9 At x = 0: = 0 Therefore, Area = 9 square units Hence, Option C is the correct answer.
- Option A) 18 โ Ignores the subtraction term.
- Option B) 12 โ Incorrect integration.
- Option D) 6 โ Arithmetic error.
used
- Substitution
Application:
- Integrate the function first and then substitute the upper and lower limits.
Final Logic:
- The definite integral evaluates to 9.
"Integrate โ Apply Limits โ Area."
19
Organizations optimize limited resources. Mathematical techniques are used for optimization. Such problems are called constrained optimization problems.
The passage states that organizations optimize available resources while satisfying various constraints. Problems solved using mathematical techniques under such constraints are known as constrained optimization problems. Linear Programming is one of the most widely used methods for solving these problems. Therefore, Option D is the correct answer.
- Option A) Unbounded operations โ This is not the term used in optimization.
- Option B) Trivial simplifications โ This is unrelated to resource optimization.
- Option C) Infinite programming โ No such standard term exists in Linear Programming.
used
- Contextual/Tonal Matching
Application:
- Identify the exact terminology used in the passage.
Final Logic:
- The passage explicitly refers to constrained optimization problems.
"Resources + Constraints = Constrained Optimization."
20
Linear Programming optimizes a linear objective function. Constraints are also linear. This is the defining feature of LPP.
The passage clearly states that Linear Programming deals with the optimization of a linear function subject to linear constraints. Therefore, the objective function must always be linear. Quadratic, cubic, or other non-linear functions belong to different optimization techniques and are not part of standard Linear Programming. Hence, Option A is the correct answer.
- Option B) Quadratic function โ Used in quadratic programming, not standard LPP.
- Option C) Cubic function โ Not used in Linear Programming.
- Option D) Non-linear expression โ Violates the definition of Linear Programming.
used
- Contextual/Tonal Matching
Application:
- Use the definition of Linear Programming provided in the passage.
Final Logic:
- Linear Programming always optimizes a linear function.
"Linear Programming โ Linear Function."
