Operations Research Algorithm: Linear Programming Quiz

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: 485 | 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 Algorithm: Linear Programming Quiz - Quiz

We welcome you to this super fun & informative Linear programming quiz! In an attempt to get solutions or make tough decisions, linear programming in mathematics helps us... see moreidentify the best outcome of a situation. Find out how good you are with the operations research algorithms in linear programming. Do you think you can answer all the questions correctly in our quiz? All the questions in the quiz are compulsory, so please make sure to read all the questions carefully before attempting. All the best!
see less

2. 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? 
Person / JobMowPaintWash 
Karen10815 
David11713 
Pete91014 
     
Submit
3. 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.
Factory/Distribution CenterD1D2D3D4
F145584936
F232374548
F331493553
F448593342
Submit
4. In the shortest path method, you determine the minimum possible distance, true or false?

Explanation

In the shortest path method, you indeed determine the minimum possible distance. This method is used to find the shortest path between two points in a graph or network. By calculating the minimum distance, you can identify the most efficient route or path to reach the desired destination. Therefore, the answer "True" accurately reflects this concept.

Submit
5. Given the diagram above, match the following distances to the method used to get them.
Submit
6. 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, there is a one-to-one correspondence between a set of sources and a set of destinations, whereas in the transportation model, there can be multiple sources and destinations. Therefore, the assignment model can be seen as a simplified version of the transportation model where there is only one source and one destination.

Submit
7. 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

To find the shortest path, it is necessary to list down all the possible routes and then evaluate the distances. By doing so, we can compare the distances and determine 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
8.  A problem of maximizing or minimizing a linear function (objective function) in presence of linear inequality and/or equality constraints.

Explanation

The given question is asking for a term that describes a problem of maximizing or minimizing a linear function in the presence of linear inequality and/or equality constraints. The term that encompasses all of these is "linear programming." Linear programming, also known as LP or linear optimization, is a mathematical technique used to find the best possible outcome in a given mathematical model. It involves optimizing a linear objective function while satisfying a set of linear constraints. Therefore, "all of the above" is the correct answer as it includes all the given terms that describe this type of problem.

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

Explanation

Its the arcs that represent the distnace

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

Explanation

Based on the table provided, crane #2 has the shortest distance (3 km) to construction site #3 compared to the other construction sites. Therefore, crane #2 should be placed at construction site #3.

Submit
11. Given the diagram, what is the optimal job assignment? 
 12345
A103328
B97827
C75624
D35824
E9109610

Explanation

The optimal job assignment is A → 2; B → 4; C → 5; D → 1; E → 3. This assignment ensures that the total value of the jobs assigned is maximized. Assigning job A to person 2, job B to person 4, job C to person 5, job D to person 1, and job E to person 3 results in the highest total value compared to the other options.

Submit
12. 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
13. Variables "X, Y, Z, . , . , are called as?

Explanation

Variables "X, Y, Z, . , . ," are called decision variables. Decision variables are the variables that represent the choices or decisions to be made in a mathematical model or optimization problem. They are the unknowns that we are trying to determine in order to optimize a certain objective or achieve a desired outcome. In this case, the variables X, Y, Z, etc. are being referred to as decision variables.

Submit
14. 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.  
Worker / JobJ1J2J3J4
W182836992
W277374992
W31169586
W4899823
Assign each worker to each job.
Submit
15. 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
16. By using the Cutting Algorithm, what would be the total distance?

Explanation

The Cutting Algorithm involves dividing a given distance into equal parts. In this case, the total distance is not explicitly mentioned, but based on the options provided, the distance can be divided into four equal parts. Since the options are consecutive numbers, the total distance would be the average of the highest and lowest options, which is 21.

Submit
17. Is the objective function a linear function.  true or false?

Explanation

The objective function is a linear function. This means that it is a mathematical function that is defined by a linear equation, where the variables are raised to the power of one and are not multiplied or divided by each other. In a linear objective function, the coefficients of the variables are constant and the function can be represented by a straight line on a graph.

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

Explanation

Its the nodes that represent the destination

Submit
19. 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. This is because in a flow network, the source is typically located at the upper left corner and the sink is located at the lower right corner. To find the maximal flow, we need to identify the minimum cut in the network. By starting the cut from the upper left and moving downward, we ensure that we include all the edges that contribute to the flow from the source to the sink. Thus, the given statement is true.

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

Explanation

The objective function in optimization refers to the function that needs to be maximized or minimized. The optimal value is the largest or smallest value that the objective function can achieve, depending on whether it is a maximization or minimization problem. It represents the best possible outcome or solution that satisfies all the given constraints. Therefore, the correct answer is "optimal value."

Submit
21. 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
22. 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. 
From/ToDenverEdmontonFargo
Austin$250$400$350
Boston$200$600$350
Chicago$400$400$250
Where should you send each of your salespeople in order to minimize airfare? 

Explanation

The sales manager should send the salesperson in Austin to Edmonton, the salesperson in Boston to Denver, and the salesperson in Chicago to Fargo. This combination minimizes the total cost of airfare for all three salespeople.

Submit
23. 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 when determining the most efficient route between two points. In this case, if the total distance obtained is 15 km, it indicates that the method used was the Shortest Path Method. This method aims to find the path with the minimum distance, making it suitable for calculating the shortest distance between two points in a network or graph.

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

Explanation

The Assignment Model is a type of allocation problem. It involves assigning a set of tasks or resources to a set of individuals or entities in the most efficient and optimal way. The goal is to minimize costs, maximize productivity, or achieve some other objective. In the Assignment Model, each task/resource is assigned to exactly one individual/entity, and each individual/entity is assigned to exactly one task/resource. The model considers various constraints and factors to determine the best allocation solution.

Submit
25. 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?
 1234
A20252228
B15182317
C19172124
D25232424

Explanation

The minimum cost of assigning the four men to each job can be determined by finding the lowest cost for each job and summing them up. In this case, the lowest cost for each job is as follows: Job 1 - A ($20), Job 2 - B ($15), Job 3 - C ($17), Job 4 - A ($22). Summing up these costs gives a total of $74. However, since the question asks for the total minimum cost, we need to consider the second-lowest cost for Job 4 which is D ($24). Adding this cost to the total gives $74 + $24 = $98. Therefore, the correct answer is $78.

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

Explanation

Maximal Flow is not called the Cutting Algorithm. The correct answer is False.

Submit
27. 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. 
Bulldozer/ SiteABCD
190757580
235855565
31259590105
44511095115
In which site should you moved bulldozer 3? State only the letter representing the garage.

Explanation

Bulldozer 3 should be moved to site B. This is because the distance between Bulldozer 3 and Site B is the shortest compared to the distances between Bulldozer 3 and the other construction sites.

Submit
28. Which one is incorrect?

Explanation

The Northeast-Corner Rule is not a method of transportation modeling. It is actually a method used in solving transportation problems. 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
29. 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 goes directly from O to B, then to F, I, and finally T. It avoids any unnecessary detours and minimizes the total distance traveled.

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

Explanation

The Hungarian Method involves what is called as Matrix Reduction. This method is used to solve assignment problems, where the goal is to assign a set of resources to a set of tasks in the most optimal way. Matrix Reduction is a technique used in the Hungarian Method to simplify the problem by subtracting the smallest element in each row from all the elements in that row, and then subtracting the smallest element in each column from all the elements in that column. This process helps in finding the optimal assignment of resources to tasks.

Submit
31. 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.  
DISTRIBUTION CENTER
PLANT123
A$4$6$4
B$6$5$2
    
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

Using the Northwest-Corner Rule, we start by allocating the maximum possible units from Plant 1 to Distribution Center 1 (40 units) and from Plant 2 to Distribution Center 2 (40 units). Then, we allocate the remaining units from Plant 1 to Distribution Center 3 (20 units). Finally, we allocate the remaining units from Plant 2 to Distribution Center 3 (20 units). The total cost can be calculated by multiplying the units allocated to each distribution center by the respective shipping cost and summing them up. In this case, the total cost is $460.

Submit
32. 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
33. In a typical assignment problem, four 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. 
Jobs
Machines123
A608050
B503060
C709040
In what job would you assign machine 3? state only the number representing the job.

Explanation

In this typical assignment problem, machine 3 should be assigned to job 3. This decision is based on the associated costs, where the cost for assigning machine 3 to job 3 is 90, which is the lowest cost among all the options.

Submit
34. 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. 
 Origin/Destination  Northwood  Eastwood  Westwood  Southwood 
Nashville50483651
Eavesville45384135
Noville48375246
     

Explanation

The Least-Cost Method is a technique used in transportation problem to determine the optimal allocation of units from origins to destinations while minimizing the total cost. In this case, the method starts by allocating units from the origin with the lowest cost to the destination with the lowest demand. The cost of allocating 70 units from Northwood to Eastwood is 14,960, which matches the given answer.

Submit
35. 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 a direct path from the origin (O) to the terminal point (T) through points A, B, and D. This path is the shortest because it does not include any unnecessary detours or backtracking.

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

Explanation

not-available-via-ai

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 in finding an optimal solution to the assignment problem. The Hungarian Method was developed before primal-dual methods, but it anticipated many of the concepts and techniques used in later algorithms. It is a widely used algorithm for solving assignment problems in various fields such as operations research and computer science.

Submit
38. 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
39. Given the diagram below, find the total distance by using the Maximal Flow.

Explanation

not-available-via-ai

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

Explanation

The explanation for the given correct answer "Assignment Model" is that it is a special form of linear programming that is similar to transportation modeling. The assignment model is used to determine the optimal assignment of resources to tasks or jobs, taking into consideration constraints and objectives. It is commonly used in operations research and optimization problems where there is a need to allocate resources efficiently.

Submit
41. 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. 
Warehouses
Factories123
A$10$30$25
B$20$15$20
C$10$30$20
D$30$40$35 

Explanation

The least-cost method involves selecting the lowest cost option for each combination of factory and warehouse. In this case, the cost for supplying from factory A to warehouse 1 is $10, which is the lowest cost among all the options. Therefore, the management should supply 15 units of toy cars from factory A to warehouse 1.

Submit
42. 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 and finding the optimal assignment of tasks. By subtracting the column minimum from each entry, we ensure that at least one zero is present in each column. This step is crucial in the Hungarian method as it helps in determining the optimal assignment and finding the minimum cost solution.

Submit
43. Given the table below, find the cost of assignment for each job (1-5) to each mechanic (A-E).
 12345
A103328
B97827
C75624
D35824
E9109610

Explanation

The cost of assignment for each job (1-5) to each mechanic (A-E) can be found in the table. The number 21 represents the cost of assigning job 1 to mechanic A.

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

Explanation

Transportation modelling can be used to help resolve distribution and location decisions. It involves analyzing various transportation options, such as routes, modes of transportation, and scheduling, to determine the most efficient and cost-effective way to distribute goods and locate facilities. By using transportation modelling, businesses can optimize their distribution network, minimize transportation costs, and improve customer service. Therefore, transportation modelling is a valuable tool for making informed decisions regarding distribution and location.

Submit
45. 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.
Jobs
Machines123
A608050
B503060
C709040
    
What job should be assigned to Machine A and B ?

Explanation

In a typical assignment problem, each job needs to be assigned to a different machine. The goal is to minimize the total cost of the assignments. Looking at the given costs, it can be observed that Machine A has the lowest cost for Job 1, and Machine B has the lowest cost for Job 2. Therefore, the job that should be assigned to Machine A is Job 1, and the job that should be assigned to Machine B is Job 2.

Submit
46. 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 theory algorithm used to find a spanning tree with the maximum possible sum of edge weights in a connected, undirected graph. Linear programming, on the other hand, is a mathematical optimization technique used to find the best outcome in a linear mathematical model.

Submit
47. 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
48. Meaning of "VAM" in VAM method of transportation modelling.

Explanation

VAM stands for Vogel's Approximation Model. This method is used in transportation modeling to find the optimal allocation of goods from multiple sources to multiple destinations. VAM minimizes transportation costs by considering both the difference in costs between the available routes and the difference in quantities that need to be transported. It is a mathematical technique that helps in making efficient decisions regarding transportation logistics.

Submit
49. 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. The assignment model allows for many-to-one or one-to-many relationships. It is used to solve optimization problems where there are multiple tasks or resources that need to be assigned to multiple agents or individuals. Each task or resource can be assigned to one or more agents, and each agent can be assigned to one or more tasks or resources. Therefore, the correct answer is false.

Submit
50. Hungarian Mathematicain who founded the Hungarian Method

Explanation

not-available-via-ai

Submit
View My Results

Quiz Review Timeline (Updated): Sep 2, 2023 +

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

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

Advertisement