Get the most accurate TN Board Solutions for Class 12 Business Maths Chapter 10 Operations Research here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 12 Business Maths. Our expert-created answers for Class 12 Business Maths are available for free download in PDF format.
Detailed Chapter 10 Operations Research TN Board Solutions for Class 12 Business Maths
For Class 12 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 12 Business Maths solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 10 Operations Research solutions will improve your exam performance.
Class 12 Business Maths Chapter 10 Operations Research TN Board Solutions PDF
Question 1. What is the Assignment problem?
Answer: The Assignment Problem is a type of optimization problem where we need to assign 'm' number of jobs to 'n' number of machines. The main goal is to do this assignment in a way that minimizes the total cost. This means each job is given to only one machine, and each machine handles only one job, aiming for the lowest possible overall cost.
In simple words: It's about matching jobs to machines to find the cheapest way to get all the work done.
🎯 Exam Tip: Clearly define the variables (jobs, machines, costs) and state the objective (minimize total cost) when explaining the assignment problem.
Question 2. Give mathematical form of assignment problem.
Answer: The assignment problem can be written using mathematical terms. We use \( C_{ij} \) to represent the cost of assigning job 'i' to machine 'j'. We also use a variable \( x_{ij} \) which is either 1 (if job 'i' is assigned to machine 'j') or 0 (if it's not). The aim is to find an assignment that keeps the total cost as low as possible. This formulation helps in solving complex assignment scenarios systematically.
Then, \( x_{ij} = \begin{cases} 1, & \text{if } i^{th} \text{ job is assigned to } j^{th} \text{ machine} \\ 0, & \text{if } i^{th} \text{ job is assigned to } j^{th} \text{ machine} \end{cases} \)
| Machines | ||||
|---|---|---|---|---|
| 1 | 2 | n | supply | |
| Jobs | \( (x_{11}) \) \( C_{11} \) | \( (x_{12}) \) \( C_{12} \) | ... \( (x_{1n}) \) \( C_{1n} \) | 1 |
| 1 | \( (x_{21}) \) \( C_{21} \) | \( (x_{22}) \) \( C_{22} \) | ... \( (x_{2n}) \) \( C_{2n} \) | 1 |
| 2 | ... | ... | ... | ... |
| m | \( (x_{m1}) \) \( C_{m1} \) | \( (x_{m2}) \) \( C_{m2} \) | ... \( (x_{mn}) \) \( C_{mn} \) | 1 |
| demand | \( b_1 \) | \( b_2 \) | ... | |
\( x_{ij} \) missing in any cell means no assignment is made, so \( x_{ij} = 0 \). If \( x_{ij} \) is present, an assignment is made, so \( x_{ij} = 1 \).
The assignment model can be written in Linear Programming Problem (LPP) as follows:
Minimize \( Z = \sum_{i=1}^{m} \sum_{j=1}^{n} C_{ij} X_{ij} \)
Subject to the constraints:
\( \sum_{i=1}^{n} X_{ij} = 1, j = 1, 2, ..., n \)
\( \sum_{j=1}^{n} X_{ij} = 1, i = 1, 2, ..., n \)
and \( X_{ij} = 0 \text{ (or) } 1 \text{ for all } i, j \)
In simple words: This problem is about matching jobs to machines. We use numbers (0 or 1) to show if a job is assigned to a machine. The main goal is to find the lowest total cost while making sure each job gets one machine and each machine gets one job.
🎯 Exam Tip: Remember to clearly define the decision variables (\( x_{ij} \)) and the objective function (minimize cost) along with the row and column constraints for a complete mathematical formulation.
Question 3. What is the difference between Assignment Problem and Transportation
Answer: The Assignment Problem and Transportation Problem are both types of optimization problems, but they have key differences. The assignment problem focuses on a one-to-one matching where resources are assigned to tasks, while the transportation problem deals with distributing goods from various sources to multiple destinations to minimize shipping costs. Understanding these distinctions helps in applying the correct solving methods for each.
| Assignment problem | Transportation problem |
|---|---|
| (i) In an assignment problem, the number of rows and columns must be equal. | (i) In a transportation problem, if the total supply equals the total demand, it is called a balanced transportation problem. |
| (ii) If, for an assignment problem, all costs \( C_{ij} > 0 \), then an assignment schedule \( (x_{ij}) \) that satisfies \( \sum C_{ij} x_{ij} = 0 \) must be equal. | (ii) A feasible solution to a transportation problem is a set of non-negative values \( x_{ij} \) (i=1,2,...m) (j=1,2,...n) that meets the constraints. |
In simple words: The assignment problem needs an equal number of jobs and workers, focusing on who does what. The transportation problem moves things from many places to many other places, trying to find the cheapest route.
🎯 Exam Tip: When comparing, always highlight the 'one-to-one' nature of assignments versus the 'many-to-many' flow in transportation problems, and mention the balance condition for each.
Question 4. Three jobs A, B and C one to be assigned to three machines U, V and W. The processing cost for each job machine combination is shown in the matrix given below. Determine the allocation that minimizes the overall processing cost. (cost is in Rs per unit)
Answer: We need to assign three jobs (A, B, C) to three machines (U, V, W) to find the lowest possible total cost. First, we ensure the problem is balanced (equal rows and columns), which it is. We then use the Hungarian method steps to find the optimal assignment.
Initial Cost Matrix:
| Job | Machine | ||
|---|---|---|---|
| U | V | W | |
| A | 17 | 25 | 31 |
| B | 10 | 25 | 16 |
| C | 12 | 14 | 11 |
The given assignment problem is balanced.
Step 1. Row Reduction: Select the smallest element in each row and subtract this from all elements in that row.
| Job | Machine | ||
|---|---|---|---|
| U | V | W | |
| A | 2 | 0 | 16 |
| B | 0 | 15 | 6 |
| C | 1 | 3 | 0 |
Now, look for at least one zero in each row and each column. If every row and column has exactly one zero, we can proceed to Step 3, skipping Step 2 (Column Reduction) if it's not needed.
Step 3. Assignment: Mark zeros to make assignments. If a row has only one zero, mark it with a square (an assignment) and cross out other zeros in its column. If a column has only one zero, mark it and cross out other zeros in its row.
| Job | Machine | ||
|---|---|---|---|
| U | V | W | |
| A | 2 | 0 | 16 |
| B | 0 | 15 | 6 |
| C | 1 | 3 | 0 |
Since each row and each column now contains exactly one assignment, all three machines have been assigned a job.
Final Assignment and Cost:
| Job | Machine | Cost |
|---|---|---|
| A | V | 15 |
| B | U | 10 |
| C | W | 11 |
| Total Cost | 46 |
The optimal total processing cost is Rs 46.
In simple words: First, we made numbers smaller in each row. Then we found the best matches for jobs to machines. We assigned Job A to Machine V (cost 15), Job B to Machine U (cost 10), and Job C to Machine W (cost 11). Adding these up gives us the lowest total cost of Rs 46.
🎯 Exam Tip: Always recheck the original cost matrix with your final assignments to ensure you pick the costs from the original table, not the reduced one, and verify all assignments are one-to-one.
Question 5. A computer centre has got three expert programmers. The centre needs three application programmes to be developed. The head of the computer centre, after studying carefully the programmes to be developed, estimates the computer time in minitues required by the experts to the application programme as follows. Assign the programmers to the programme in such a way that the total computer time is least.
Answer: We need to assign three programmers to three programs to minimize the total computer time. The number of rows (programmers) equals the number of columns (programs), so the problem is balanced. We will use the Hungarian method.
Initial Time Matrix:
| Programmers | Programmes | ||
|---|---|---|---|
| P | Q | R | |
| 1 | 120 | 100 | 80 |
| 2 | 80 | 90 | 110 |
| 3 | 110 | 140 | 120 |
The given assignment problem is balanced.
Step 1. Row Reduction: Select the smallest element in each row and subtract this from all elements in its row.
| Programmers | Programmes | ||
|---|---|---|---|
| P | Q | R | |
| 1 | 40 | 20 | 0 |
| 2 | 0 | 10 | 30 |
| 3 | 0 | 30 | 10 |
Step 2. Column Reduction: Select the smallest element in each column and subtract this from all elements in its column.
| Programmers | Programmes | ||
|---|---|---|---|
| P | Q | R | |
| 1 | 40 | 10 | 0 |
| 2 | 0 | 0 | 30 |
| 3 | 0 | 20 | 10 |
Step 3. Assignment: Examine rows with exactly one zero, mark it, and cross out other zeros in its column.
| Programmers | Programmes | ||
|---|---|---|---|
| P | Q | R | |
| 1 | 40 | 10 | 0 |
| 2 | X | 0 | 30 |
| 3 | 0 | 20 | 10 |
Step 4. Examine columns with exactly one zero, mark it, and cross out other zeros in its row.
| Programmers | Programmes | ||
|---|---|---|---|
| P | Q | R | |
| 1 | 40 | 10 | 0 |
| 2 | X | 0 | 30 |
| 3 | 0 | 20 | 10 |
All three assignments have now been made. The optimal assignment schedule and total cost are:
| Programmers | Programmes | Cost |
|---|---|---|
| 1 | R | 80 |
| 2 | Q | 90 |
| 3 | P | 110 |
| Total Cost | 280 |
The optimal assignment (minimum) cost = Rs 280.
In simple words: We reduced the numbers in rows and columns to find the best spots (zeros). Then we picked one zero in each row and column without overlap. Programmer 1 gets Program R (80 min), Programmer 2 gets Program Q (90 min), and Programmer 3 gets Program P (110 min). This makes the total time 280 minutes, which is the lowest possible.
🎯 Exam Tip: When doing row and column reductions, ensure you subtract the smallest element correctly from *all* elements in that row or column. Double-check your final assignments against the *original* cost matrix.
Question 6. A departmental head has four subordinates and four tasks to be performed. The subordinates differ in efficiency and the tasks differ in their intrinsic difficulty. His estimates of the time man would take to perform each task is given below. How should the tasks to allocated to subordinates so as to minimize the total man-hours?
Answer: We need to assign four tasks to four subordinates to minimize the total man-hours. The number of rows (subordinates) equals the number of columns (tasks), so the problem is balanced. We will use the Hungarian method.
Initial Time Matrix (in hours):
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 8 | 26 | 17 | 11 |
| Q | 13 | 28 | 4 | 26 |
| R | 38 | 19 | 18 | 15 |
| S | 9 | 26 | 24 | 10 |
The given assignment problem is balanced.
Step 1. Row Reduction: Select the smallest element in each row and subtract this from all elements in its row.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 18 | 9 | 3 |
| Q | 9 | 24 | 0 | 22 |
| R | 23 | 4 | 3 | 0 |
| S | 0 | 17 | 15 | 1 |
Step 2. Column Reduction: Select the smallest element in each column and subtract this from all elements in its column.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 9 | 20 | 0 | 22 |
| R | 23 | 0 | 3 | 0 |
| S | 0 | 13 | 15 | 1 |
Step 3. Assignment: Examine the rows with exactly one zero, mark the zero with a square, and mark other zeros in its column with an 'X'.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 9 | 20 | 0 | 22 |
| R | 23 | 0 | 3 | X |
| S | X | 13 | 15 | 1 |
Step 4. Mark other zeros in its row by 'X'.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 9 | 20 | 0 | 22 |
| R | 23 | 0 | 3 | X |
| S | X | 13 | 15 | 1 |
Step 5. Cover all zeros with the minimum number of lines. Since we only have three assignments but four tasks, we need to draw lines. We can cover all zeros with three lines. Row S has no assignment, so it's not yet optimized.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 9 | 20 | 0 | 22 |
| R | 23 | 0 | 3 | 0 |
| S ✓ | X | 13 | 15 | 1 |
Step 6. Develop a new revised tableau. Find the smallest element among those not covered by any line (which is 1 in this case). Subtract this smallest element from all uncovered cells. Add this smallest element to cells at the intersection of two lines. Covered cells not at an intersection remain unchanged.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 10 | 20 | 0 | 22 |
| R | 24 | 0 | 3 | 0 |
| S | 0 | 12 | 14 | 0 |
Step 7. Repeat Step 3 (Assignment) until an optimal assignment is found (i.e., the number of assignments equals the number of rows/columns).
Step 8. Determine an assignment.
| Subordinates | Tasks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 0 | 14 | 9 | 3 |
| Q | 10 | 20 | 0 | 22 |
| R | 24 | 0 | 3 | X |
| S | X | 12 | 14 | 0 |
All four assignments have been made. The optimal assignment schedule and total time are:
| Subordinates | Tasks | Time |
|---|---|---|
| P | 1 | 8 |
| Q | 3 | 4 |
| R | 2 | 19 |
| S | 4 | 10 |
| Total | 41 |
The optimum time (minimum) = 41 Hrs.
In simple words: We used steps to reduce the time numbers and find zeros. Then we marked zeros to assign each subordinate to one task. P gets Task 1 (8 hrs), Q gets Task 3 (4 hrs), R gets Task 2 (19 hrs), and S gets Task 4 (10 hrs). The total minimum time is 41 hours.
🎯 Exam Tip: When covering zeros with lines, ensure you draw the minimum number of lines possible. If the number of lines is less than the number of rows/columns, further matrix reduction is needed.
Question 7. Find the optimal solution for the assignment problem with the following cost matrix.
Answer: We need to find the optimal assignment for salespersons to areas to minimize the total cost. The problem has an equal number of rows (salesmen) and columns (areas), so it is a balanced assignment problem. We will use the Hungarian method.
Initial Cost Matrix:
| Salesman | Area | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 11 | 17 | 8 | 16 |
| Q | 9 | 7 | 12 | 6 |
| R | 13 | 16 | 15 | 12 |
| S | 14 | 10 | 12 | 11 |
The given assignment problem is balanced.
Step 1. Row Reduction: Select the smallest element in each row and subtract this from all elements in its row.
| Salesman | Area | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 3 | 9 | 0 | 8 |
| Q | 3 | 1 | 6 | 0 |
| R | 1 | 4 | 3 | 0 |
| S | 4 | 0 | 2 | 1 |
Step 2. Column Reduction: Select the smallest element in each column and subtract this from all elements in its column.
| Salesman | Area | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 2 | 9 | 0 | 8 |
| Q | 2 | 1 | 6 | 0 |
| R | 0 | 4 | 3 | 0 |
| S | 3 | 0 | 2 | 1 |
Step 3. Assignment: Examine the rows with exactly one zero, mark the zero with a square, and mark other zeros in its column with an 'X'.
| Salesman | Area | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| P | 2 | 9 | 0 | 8 |
| Q | 2 | 1 | 6 | 0 |
| R | 0 | 4 | 3 | X |
| S | 3 | 0 | 2 | 1 |
All four assignments have been made. The optimal assignment schedule and total cost are:
| Salesman | Area | Cost |
|---|---|---|
| P | 3 | 8 |
| Q | 4 | 6 |
| R | 1 | 13 |
| S | 2 | 10 |
| Total | 37 |
The Optimum cost (minimum) = Rs 37.
In simple words: We reduced the costs in each row and column. Then we picked the best matches for each salesman to an area. Salesman P goes to Area 3 (cost 8), Q to Area 4 (cost 6), R to Area 1 (cost 13), and S to Area 2 (cost 10). The smallest total cost for all assignments is Rs 37.
🎯 Exam Tip: Always double-check that after all reductions and assignments, each row and column has exactly one assigned zero. Also, remember to calculate the total cost using the *original* cost matrix values.
Question 8. Assign four trucks 1, 2, 3 and 4 to vacant spaces A, B, C, D, E and F so that distance travelled is minimized. The matrix below shows the distance.
Answer: We need to assign four trucks to six vacant spaces to minimize the total distance. Since the number of columns (trucks, 4) is less than the number of rows (vacant spaces, 6), this is an unbalanced assignment problem. To balance it, we introduce two dummy columns (\( d_1, d_2 \)) with zero entries.
Initial Distance Matrix:
| Vacant Spaces | Trucks | |||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| A | 4 | 7 | 3 | 7 |
| B | 8 | 2 | 5 | 5 |
| C | 4 | 9 | 6 | 9 |
| D | 7 | 5 | 4 | 8 |
| E | 6 | 3 | 5 | 4 |
| F | 6 | 8 | 7 | 3 |
The number of columns (4) is less than the number of rows (6), so it's unbalanced. To balance, we introduce two dummy columns \( d_1 \) and \( d_2 \) with 0 entries.
The revised assignment problem is:
| Vacant Spaces | Trucks | |||||
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | \( d_1 \) | \( d_2 \) | |
| A | 4 | 7 | 3 | 7 | 0 | 0 |
| B | 8 | 2 | 5 | 5 | 0 | 0 |
| C | 4 | 9 | 6 | 9 | 0 | 0 |
| D | 7 | 5 | 4 | 8 | 0 | 0 |
| E | 6 | 3 | 5 | 4 | 0 | 0 |
| F | 6 | 8 | 7 | 3 | 0 | 0 |
Step 1. Row Reduction: It is not necessary since each row already contains a zero entry due to the dummy columns. So, we can go to Step 2.
Step 2. Column Reduction: Select the smallest element in each column and subtract this from all elements in its column.
| Vacant Spaces | Trucks | |||||
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | \( d_1 \) | \( d_2 \) | |
| A | 0 | 5 | 0 | 4 | 0 | 0 |
| B | 4 | 0 | 2 | 2 | 0 | 0 |
| C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 |
| E | 2 | 1 | 2 | 1 | 0 | 0 |
| F | 2 | 6 | 4 | 0 | 0 | 0 |
Step 3. (Assignment) Examine each row for a single zero, mark it, and cross out other zeros in its column. Then, examine each column for a single zero, mark it, and cross out other zeros in its row.
| Vacant Spaces | Trucks | |||||
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | \( d_1 \) | \( d_2 \) | |
| A | X | 5 | 0 | 4 | X | X |
| B | 4 | 0 | 2 | 2 | X | X |
| C | 0 | 7 | 3 | 6 | X | X |
| D | 3 | 3 | 1 | 5 | 0 | X |
| E | 2 | 1 | 2 | 1 | X | 0 |
| F | 2 | 6 | 4 | 0 | X | X |
Here, all four assignments have been made. We can assign \( d_1 \) to D and \( d_2 \) to E. This means truck D and E are not assigned a real truck. The optimal assignment schedule and total distance are:
| Vacant Space | Trucks | Total Distance |
|---|---|---|
| A | 3 | 3 |
| B | 2 | 2 |
| C | 1 | 4 |
| D | \( d_1 \) | 0 |
| E | \( d_2 \) | 0 |
| F | 4 | 3 |
| Total | 12 |
The Optimum Distance (minimum) = 12 units.
In simple words: Since there are more spaces than trucks, we added fake (dummy) trucks with zero distance. Then, we found the best matches to minimize distance. A gets Truck 3 (3 units), B gets Truck 2 (2 units), C gets Truck 1 (4 units), and F gets Truck 4 (3 units). Spaces D and E are assigned to dummy trucks, meaning they don't get a real truck. The lowest total distance is 12 units.
🎯 Exam Tip: Remember to balance unbalanced assignment problems by adding dummy rows or columns with zero costs/distances. This ensures the matrix is square before applying the Hungarian method.
Question 8. Assign four trucks 1, 2, 3 and 4 to vacant spaces A, B, C, D, E and F so that distance travelled is minimized. The matrix below shows the distance.
| 1 | 2 | 3 | 4 | |
|---|---|---|---|---|
| A | 4 | 7 | 3 | 7 |
| B | 8 | 2 | 5 | 5 |
| C | 4 | 9 | 6 | 9 |
| D | 7 | 5 | 4 | 8 |
| E | 6 | 3 | 5 | 4 |
| F | 6 | 8 | 7 | 3 |
The revised assignment problem is:
| 1 | 2 | 3 | 4 | d\(_{1}\) | d\(_{2}\) | |
|---|---|---|---|---|---|---|
| A | 4 | 7 | 3 | 7 | 0 | 0 |
| B | 8 | 2 | 5 | 5 | 0 | 0 |
| C | 4 | 9 | 6 | 9 | 0 | 0 |
| D | 7 | 5 | 4 | 8 | 0 | 0 |
| E | 6 | 3 | 5 | 4 | 0 | 0 |
| F | 6 | 8 | 7 | 3 | 0 | 0 |
**Step 1:** Select the smallest element in each row and subtract this from all the elements in its row. (Since each row already contains a zero entry, this step is not necessary. We can proceed to Step 2.)
**Step 2:** Select the smallest element in each column and subtract this from all the elements in its column.
| 1 | 2 | 3 | 4 | d\(_{1}\) | d\(_{2}\) | |
|---|---|---|---|---|---|---|
| A | 0 | 5 | 0 | 4 | 0 | 0 |
| B | 4 | 0 | 2 | 2 | 0 | 0 |
| C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 |
| E | 2 | 1 | 2 | 1 | 0 | 0 |
| F | 2 | 6 | 4 | 0 | 0 | 0 |
**Step 3 (Assignment):** We look at each row. If a row has only one zero, we mark it (assign it) and cross out any other zeros in its column. If there are multiple zeros, we move to Step 4. (In this case, since there are multiple zeros in some rows and columns, we proceed to Step 4).
**Step 4:** Examine the columns with exactly one zero. Mark that zero (assign it) and cross out any other zeros in its row.
| 1 | 2 | 3 | 4 | d\(_{1}\) | d\(_{2}\) | |
|---|---|---|---|---|---|---|
| A | X | 5 | 0 | 4 | X | X |
| B | 4 | 0 | 2 | 2 | X | X |
| C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 |
| E | 2 | 1 | 2 | 1 | 0 | 0 |
| F | 2 | 6 | 4 | 0 | X | X |
**Step 5:** We continue the process of marking zeros and crossing out other zeros until all possible assignments are made. At this point, we can assign dummy column d\(_{1}\) to D and dummy column d\(_{2}\) to E to complete the assignments.
| 1 | 2 | 3 | 4 | d\(_{1}\) | d\(_{2}\) | |
|---|---|---|---|---|---|---|
| A | X | 5 | 0 | 4 | X | X |
| B | 4 | 0 | 2 | 2 | X | X |
| C | 0 | 7 | 3 | 6 | X | X |
| D | 3 | 3 | 1 | 5 | 0 | X |
| E | 2 | 1 | 2 | 1 | X | 0 |
| F | 2 | 6 | 4 | 0 | X | X |
The optimal assignment schedule and total distance is:
| Vacant space | Tracks | Total distance |
|---|---|---|
| A | 3 | 3 |
| B | 2 | 2 |
| C | 1 | 4 |
| D | d\(_{1}\) | 0 |
| E | d\(_{2}\) | 0 |
| F | 4 | 3 |
| Total | 12 |
The optimum total distance (minimum) is Rs 12 units.
In simple words: We need to match trucks to parking spots in a way that minimizes the total distance traveled. Since there are more spots than trucks, we added 'fake' trucks (dummy columns) to balance the problem. Using a step-by-step assignment method, we find the best matches to achieve the lowest total distance, which comes out to be 12 units.
🎯 Exam Tip: Remember to always check if the assignment matrix is balanced (number of rows equals number of columns) first. If it's not, add dummy rows or columns with zero costs to make it balanced before starting the Hungarian algorithm steps.
Free study material for Business Maths
TN Board Solutions Class 12 Business Maths Chapter 10 Operations Research
Students can now access the TN Board Solutions for Chapter 10 Operations Research prepared by teachers on our website. These solutions cover all questions in exercise in your Class 12 Business Maths textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.
Detailed Explanations for Chapter 10 Operations Research
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 12 Business Maths chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 12 students who want to understand both theoretical and practical questions. By studying these TN Board Questions and Answers your basic concepts will improve a lot.
Benefits of using Business Maths Class 12 Solved Papers
Using our Business Maths solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 12 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 10 Operations Research to get a complete preparation experience.
FAQs
The complete and updated Samacheer Kalvi Class 12 Business Maths Solutions Chapter 10 Operations Research Exercise 10.2 is available for free on StudiesToday.com. These solutions for Class 12 Business Maths are as per latest TN Board curriculum.
Yes, our experts have revised the Samacheer Kalvi Class 12 Business Maths Solutions Chapter 10 Operations Research Exercise 10.2 as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Business Maths concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 12 Business Maths Solutions Chapter 10 Operations Research Exercise 10.2 will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 12 Business Maths. You can access Samacheer Kalvi Class 12 Business Maths Solutions Chapter 10 Operations Research Exercise 10.2 in both English and Hindi medium.
Yes, you can download the entire Samacheer Kalvi Class 12 Business Maths Solutions Chapter 10 Operations Research Exercise 10.2 in printable PDF format for offline study on any device.