Operations Research Algorithms In Linear Programming Transportation Modelling And Assignment Modelling

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Rhaiker08
R
Rhaiker08
Community Contributor
Quizzes Created: 2 | Total Attempts: 1,039
| Attempts: 554 | Questions: 50
Please wait...
Question 1 / 50
0 %
0/100
Score 0/100
1. Match the following.
Submit
Please wait...
About This Quiz
Operations Research Algorithms In Linear Programming Transportation Modelling And Assignment Modelling - Quiz

Explore key concepts in Operations Research focusing on linear programming, transportation, and assignment modeling. This quiz assesses understanding of optimization techniques, decision variables, and methods like the Hungarian... see moreMethod, enhancing skills in mathematical problem-solving relevant to distribution and location decisions. see less

2. Four jobs (J1, J2, J3 and J4) need to be executed by four workers (W1, W2, W3 and W4), one job per worker. The matrix below shows the cost of assigning a certain worker to a certain job. Assign each worker to each job.
Submit
3. Is assignment model a special case of transportation model. true or false?

Explanation

The assignment model is indeed a special case of the transportation model. In the assignment model, the objective is to assign a set of resources to a set of tasks, while minimizing the total cost or maximizing the total profit. This can be seen as a transportation problem, where the resources can be considered as supply points and the tasks as demand points. Therefore, the assignment model can be seen as a simplified version of the transportation model, focusing on a specific type of allocation problem.

Submit
4. Three jobs are to be assigned to Karen, David, and Pete. The cost for doing the job is given below and each person has to do one job. What will be the assignment of job to the person? 
Submit
5. Is the objective function a linear function.  true or false?

Explanation

The objective function is considered a linear function when it can be expressed as a linear equation, meaning it consists only of variables that are raised to the power of 1 and are multiplied by constant coefficients. This means that the function does not contain any terms with exponents or other non-linear operations. Therefore, if the given objective function satisfies these conditions, the correct answer is true.

Submit
6. In the shortest path method, you determine the minimum possible distance, true or false?

Explanation

In the shortest path method, the objective is to find the minimum possible distance between two points. Therefore, the correct answer is true.

Submit
7. Given the diagram above, match the following distances to the method used to get them.
Submit
8. When dealing with maximal flow, your cut should come from the upper left downward. true or false?

Explanation

When dealing with maximal flow, the cut should come from the upper left downward because it follows the direction of the flow. In a flow network, the upper left represents the source of the flow, and the flow is directed towards the lower right, which represents the sink. Therefore, the cut should be made in a way that separates the source from the sink, and this is achieved by cutting from the upper left downward.

Submit
9. A shoe company has four factories distributing to four distribution centers. The demand for each distribution centers are 190, 250, 130, and 300 pairs. The supplies that the factories can allocate are 170, 300, 180, and 220 pairs. The cost for shipping are given below. How many pairs of shoes should be shipped from each factory to each distribution center? Use NORTHWEST-CORNER RULE.
Submit
10. Variables "X, Y, Z, . , . , are called as?

Explanation

Variables "X, Y, Z, ..." are called decision variables. Decision variables are the variables that are used to represent the choices or decisions that need to be made in a mathematical model or optimization problem. These variables are typically used to represent the values that need to be determined or optimized in order to achieve the desired objective. Therefore, the correct answer is decision variable.

Submit
11. What can be used to help resolve distribution and location decisions?

Explanation

Transportation modeling can be used to help resolve distribution and location decisions. By utilizing transportation modeling techniques, such as route optimization and capacity planning, businesses can effectively determine the most efficient and cost-effective ways to distribute their products and make location decisions. This allows them to minimize transportation costs, optimize delivery routes, and ensure timely and efficient distribution, ultimately improving overall operational efficiency and customer satisfaction.

Submit
12. In assignment model, you determine the highest number on both the column and row and subtract it to the numbers they are aligned in.true or false?

Explanation

it should be the lowest number on both column and row, not the highest one

Submit
13. A company has two plants producing a certain product that is to be shipped to three distribution centers. The unit production costs are the same at the two plants, and the shipping cost per unit is shown below. Shipments are made once per week. During each week, each plant produces at most 60 units and each distribution center needs at least 40 units.By using the NORTHWEST-CORNER RULE, what is the total cost?

Explanation

The Northwest-Corner Rule is a method used in transportation problems to allocate shipments from sources to destinations. It starts by allocating shipments from the northwest corner (top-left) of the matrix and moves horizontally or vertically to the next available cell until all shipments are allocated. In this case, the total cost obtained using this method is $460.

Submit
14. The largest or smallest value of the objective function is called?

Explanation

The optimal value refers to the largest or smallest value of the objective function in a mathematical optimization problem. It represents the best possible solution or outcome that can be achieved based on the given constraints and decision variables. The optimal value is the ultimate goal of the optimization process, as it represents the most favorable result that can be obtained.

Submit
15. In Minimal Spanning Tree, you have to start with the highest number then connect it to a lower one. true or false?

Explanation

start with the least number.

Submit
16. You have to first list down the possible routes in the shortest path route then evaluate the distances before getting the answer. true or false?

Explanation

The explanation for the given correct answer is that in order to determine the shortest path route, you need to list down all possible routes and then evaluate the distances between them. This process allows you to compare the distances and ultimately find the shortest path. Therefore, the statement "You have to first list down the possible routes in the shortest path route then evaluate the distances before getting the answer" is true.

Submit
17. Maximal Flow is also called as Cutting Algorithm. true or false?

Explanation

Maximal Flow is not called the Cutting Algorithm. The Cutting Algorithm is a different algorithm used to find the minimum cut in a flow network. Maximal Flow, on the other hand, is an algorithm used to find the maximum flow in a flow network. Therefore, the statement "Maximal Flow is also called the Cutting Algorithm" is false.

Submit
18. Arcs represent the destinations. true or false?

Explanation

Its the nodes that represent the destination

Submit
19. Given the diagram, if i get a total of 15 km as my distance, what kind of method did i used?

Explanation

The Shortest Path Method is used to find the shortest distance between two points in a graph or network. In this case, the person used the Shortest Path Method to calculate a total distance of 15 km. This method is commonly used in transportation and logistics to determine the most efficient route or path.

Submit
20. The letter "T" on the diagram for the algorithms of linear programming stands for "TOTAL". true or false?

Explanation

its terminal meaning, the end.

Submit
21.  A problem of maximizing or minimizing a linear function (objective function) in presence of linear inequality and/or equality constraints.

Explanation

The given correct answer is "all of the above" because all three terms - linear programming, LP, and linear optimization - refer to the same problem of maximizing or minimizing a linear function in the presence of linear inequality and/or equality constraints. These terms are used interchangeably to describe the same mathematical optimization technique.

Submit
22. The Shortest Path Route is the algorithm method where you cut the diagram to get the answer. true or false?

Explanation

Its the Maximal Flow

Submit
23. Nodes represent the distances. true or false?

Explanation

Its the arcs that represent the distnace

Submit
24. A job has four men (A-D) available for work on four separate jobs. Only one man can work on any one job. The cost of assigning of each man to each job is given in the following table. What is the total minimum cost of assigning the four men in each job?

Explanation

The total minimum cost of assigning the four men to each job is $78. This can be determined by finding the minimum cost for each job and summing them up. In this case, the minimum cost for each job is $20 (A to job 1), $18 (B to job 2), $20 (C to job 3), and $20 (D to job 4). Adding these costs together gives a total of $78.

Submit
25. When solving a transportation problem using the NORTHWEST-CORNER RULE, you start on the northeast cell of the matrix. true or false?

Explanation

you start at the northwest cell not northeast cell.

Submit
26. In a typical assignment problem, three different machines are to be assigned to three different jobs with the restriction  that exactly one machine is allowed to each job. The associated costs are as follows.In what job would you assign machine C? state only the number representing the job.

Explanation

In a typical assignment problem, three different machines are to be assigned to three different jobs with the restriction that exactly one machine is allowed for each job. The associated costs are given, but the question does not explicitly state the cost associated with machine C. However, since the question asks for the job to which machine C should be assigned, and the only available option is job number 3, the correct answer is 3.

Submit
27. In shortest path route, you're not looking for the shortest total distance. true or false?

Explanation

In the shortest path route, you are indeed looking for the shortest total distance. Therefore, the correct answer is False.

Submit
28. Given the diagram below, what is the shortest path that would give the shortest distance possible?

Explanation

The shortest path that would give the shortest distance possible is O-B-F-I-T. This path only includes the necessary nodes to reach the destination (T) while minimizing the distance traveled. The other paths (O-C-G-T, O-A-D-H-T, O-B-G-F-I-T) include additional nodes that are not needed to reach the destination, resulting in a longer distance.

Submit
29. What is the second step in the Hungarian method?

Explanation

The second step in the Hungarian method is to identify each column's minimum and subtract it from all the entries of the column. This step helps in reducing the cost matrix by making the column minimums equal to zero. By subtracting the minimum value from each entry in the column, the problem of finding the optimal assignment can be simplified. This step is crucial in determining the initial assignments and finding the optimal solution in the subsequent steps of the Hungarian method.

Submit
30. Given the diagram, what is the optimal job assignment? 

Explanation

not-available-via-ai

Submit
31. Maximum Spanning Tree is one of the algorithms of linear programming. true or false?

Explanation

The given answer is False. Maximum Spanning Tree is not an algorithm of linear programming. It is a graph algorithm used to find a spanning tree with the maximum possible total weight or cost. Linear programming, on the other hand, is a mathematical optimization technique used to find the best possible outcome in a linear mathematical model.

Submit
32. In a typical assignment problem, three different machines are to be assigned to three different jobs with the restriction  that exactly one machine is allowed to each job. The associated costs are as follows.What job should be assigned to Machine A and B ?

Explanation

The correct answer is Machine A should be assigned to Job 1 and Machine B should be assigned to Job 2. This is because the associated costs for Machine A-Job 1 and Machine B-Job 2 are not given, so we cannot determine which assignment would have the lowest cost.

Submit
33. A toy company has four factories supplying three warehouses.Factories A, B, C, and D can produce 15, 6, 14, and 11 toy cars. Warehouses 1, 2, and 3 has a demand of 19, 12, and 15 toy cars, respectively. The management wants to determine how many units of toy cars should be supplied from factory A to warehouse 1. Use the LEAST-COST METHOD.

Explanation

The least-cost method is used to determine the optimal allocation of goods from multiple sources to multiple destinations based on cost. In this case, the question asks for the number of units of toy cars that should be supplied from factory A to warehouse 1. To determine this, we compare the costs of supplying from factory A to each warehouse. The cost of supplying from factory A to warehouse 1 is 15, which is the highest among all the options. Therefore, the optimal allocation is to supply 15 units of toy cars from factory A to warehouse 1.

Submit
34. Which one is incorrect?

Explanation

The Northeast-Corner Rule is not a method of transportation modeling. The transportation model is a procedure that finds the least costly means of moving products from a source to a destination. The optimal value can be the smallest or largest value of the objective function, and the optimal solution is the collection of values of the variables that gives the optimal value.

Submit
35. You work as a sales manager for a toy manufacturer, and you currently have three salespeople on the road meeting buyers. Your salespeople are in Austin, TX; Boston, MA; and Chicago, IL. You want them to fly to three other cities: Denver, CO; Edmonton, Alberta; and Fargo, ND. The table below shows the cost of airplane tickets in dollars between these cities.Where should you send each of your salespeople in order to minimize airfare? 

Explanation

The goal is to minimize airfare, so we need to choose the routes with the lowest cost. Looking at the table, the cost of flying from Austin to Edmonton is the lowest among the options for Austin. Similarly, the cost of flying from Boston to Denver is the lowest among the options for Boston, and the cost of flying from Chicago to Fargo is the lowest among the options for Chicago. Therefore, the answer is Austin (Edmonton), Boston (Denver), Chicago (Fargo).

Submit
36. Given the diagram below, find the shortest path from the origin to the terminal point.

Explanation

The correct answer is O-A-B-D-T because it follows the path that goes through points A, B, D, and finally T, which is the terminal point. This path is the shortest because it has the fewest number of points to go through compared to the other options.

Submit
37. It is combinatorial optimization algorithm that solves the assignment problem in polynomial time and which anticipated later primal-dual methods. 

Explanation

The Hungarian Method is a combinatorial optimization algorithm that solves the assignment problem in polynomial time. It is known for its efficiency and accuracy in finding the optimal solution for the assignment problem. The method was developed by Hungarian mathematicians and was one of the earliest algorithms to solve this problem. It uses a primal-dual approach and has been widely used in various fields such as operations research, computer science, and economics.

Submit
38. A building firm possesses four cranes, each of which has a distance(km) from four different construction sites as shown in the table:In which construction site will you place crane #2? State only the number representing the construction site.

Explanation

Based on the information provided, crane #2 should be placed at construction site 3 because it has the shortest distance from that site compared to the other sites.

Submit
39. In assignment model, there is a one-to-one- correspondence. true or false?

Explanation

In the assignment model, there is not a one-to-one correspondence. This model allows for multiple tasks to be assigned to a single individual or multiple individuals to be assigned to a single task. Therefore, the correct answer is false.

Submit
40. A company wants to transfer units from an origin to a destination. The supply that the origin can produce are 150, 120 and 130 while the demand required for the destinations are 100, 70, 140, and 90. Find the total cost using the Least-Cost Method. 

Explanation

not-available-via-ai

Submit
41. Hungarian Method involves what is called as Matrix ____________

Explanation

The Hungarian Method involves what is called as Matrix Reduction. Matrix reduction is a technique used to simplify a matrix by subtracting the smallest element in each row or column from all the other elements in that row or column. This process helps in finding the optimal assignment of tasks or resources in a bipartite graph by reducing the matrix to a more manageable size. By performing matrix reduction, the Hungarian Method efficiently solves assignment problems by finding the minimum cost or maximum profit assignment.

Submit
42. Given the table below, find the cost of assignment for each job (1-5) to each mechanic (A-E). 

Explanation

not-available-via-ai

Submit
43. Given the diagram below, find the total distance by using the minimal spanning tree method.

Explanation

not-available-via-ai

Submit
44. By using the Cutting Algorithm, what would be the total distance?

Explanation

The total distance would be 21. The Cutting Algorithm involves making a series of cuts to a given object, and the total distance is the sum of the lengths of all the cuts made. In this case, there are four options given, and the option with the total distance of 21 is the correct answer.

Submit
45. What type of problem is the Assignment Model?

Explanation

The Assignment Model is a type of Allocation Problem. It involves allocating a set of resources to a set of tasks in the most efficient way possible. In this model, each task is assigned to exactly one resource, and each resource is assigned to exactly one task. The goal is to minimize the total cost or maximize the total benefit of the allocation. Therefore, the correct answer is Allocation Problem.

Submit
46. A special form of linear programming similar to transportation modelling. 

Explanation

The assignment model is a special form of linear programming that is similar to transportation modeling. It is used to determine the optimal assignment of tasks or resources to individuals or machines, taking into consideration various constraints and objectives. In this model, the goal is to minimize the total cost or maximize the total profit of the assignments. It is commonly used in operations research and management science to solve allocation problems efficiently.

Submit
47. A construction company has four large bulldozers located at four different garages. The bulldozers are to be moved to four different construction sites. The distances in miles between the bulldozers and the construction sites are given below.In which site should you moved bulldozer 3? State only the letter representing the garage.

Explanation

Bulldozer 3 should be moved to garage B. This is because the question asks for the garage where bulldozer 3 should be moved, and the answer states "B".

Submit
48. Meaning of "VAM" in VAM method of transportation modelling.

Explanation

VAM stands for Vogel's Approximation Model, which is a method used in transportation modeling. This model is used to find an initial feasible solution for transportation problems by considering the costs and supplies/demands of different routes. Vogel's Approximation Model takes into account the penalties for unbalanced transportation, such as penalties for unused capacity or unmet demand. By using this model, transportation planners can optimize the allocation of resources and minimize costs in transportation systems.

Submit
49. Given the diagram below, find the total distance by using the Maximal Flow.

Explanation

not-available-via-ai

Submit
50. Hungarian Mathematicain who founded the Hungarian Method

Explanation

not-available-via-ai

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 16, 2014
    Quiz Created by
    Rhaiker08
Cancel
  • All
    All (50)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Match the following.
Four jobs (J1, J2, J3 and J4) need to be executed by four workers (W1,...
Is assignment model a special case of transportation model. true or...
Three jobs are to be assigned to Karen, David, and Pete. The cost for...
Is the objective function a linear function.  true or false?
In the shortest path method, you determine the minimum possible...
Given the diagram above, match the following distances to the method...
When dealing with maximal flow, your cut should come from the upper...
A shoe company has four factories distributing to four distribution...
Variables "X, Y, Z, . , . , are called as?
What can be used to help resolve distribution and location decisions?
In assignment model, you determine the highest number on both the...
A company has two plants producing a certain product that is to be...
The largest or smallest value of the objective function is called?
In Minimal Spanning Tree, you have to start with the highest number...
You have to first list down the possible routes in the shortest path...
Maximal Flow is also called as Cutting Algorithm. true or false?
Arcs represent the destinations. true or false?
Given the diagram, if i get a total of 15 km as my distance, what kind...
The letter "T" on the diagram for the algorithms of linear...
 A problem of maximizing or minimizing a linear function...
The Shortest Path Route is the algorithm method where you cut the...
Nodes represent the distances. true or false?
A job has four men (A-D) available for work on four separate jobs....
When solving a transportation problem using the NORTHWEST-CORNER RULE,...
In a typical assignment problem, three different machines are to be...
In shortest path route, you're not looking for the shortest total...
Given the diagram below, what is the shortest path that would give the...
What is the second step in the Hungarian method?
Given the diagram, what is the optimal job assignment? 
Maximum Spanning Tree is one of the algorithms of linear programming....
In a typical assignment problem, three different machines are to be...
A toy company has four factories supplying three warehouses.Factories...
Which one is incorrect?
You work as a sales manager for a toy manufacturer, and you currently...
Given the diagram below, find the shortest path from the origin to the...
It is combinatorial optimization algorithm that solves the assignment...
A building firm possesses four cranes, each of which has a...
In assignment model, there is a one-to-one- correspondence. true or...
A company wants to transfer units from an origin to a destination. The...
Hungarian Method involves what is called as Matrix ____________
Given the table below, find the cost of assignment for each job (1-5)...
Given the diagram below, find the total distance by using the minimal...
By using the Cutting Algorithm, what would be the total distance?
What type of problem is the Assignment Model?
A special form of linear programming similar to transportation...
A construction company has four large bulldozers located at four...
Meaning of "VAM" in VAM method of transportation modelling.
Given the diagram below, find the total distance by using the Maximal...
Hungarian Mathematicain who founded the Hungarian Method
Alert!

Advertisement