Concept explainers
A shop works a 400-minute day. The manager of the shop wants an output of 200 units per day for the assembly line that has the elemental tasks shown in the table. Do the following:
a. Construct the precedence diagram.
b. Assign tasks according to the most following tasks rule. Break ties with the greatest positional weight rule.
c. Assign tasks according to the greatest positional weight rule. Break ties with the most following tasks rule.
d. Compute the balance delay for each rule. Which one yields the better set of assignments in this instance?
a)
To draw: The precedence diagram.
Introduction:
Process selection:
It is the tactical choices made by a firm in picking the kind of production procedure to be followed in the process of production. The process is selected after reviewing many numbers of criteria and constraints.
Answer to Problem 8P
Precedence diagram:
Explanation of Solution
Given information:
Task | Task time (Minutes) | Immediate predecessor |
a | 0.5 | Nil |
b | 1.4 | a |
c | 1.2 | a |
d | 0.7 | a |
e | 0.5 | b, c |
f | 1 | d |
g | 0.4 | e |
h | 0.3 | g |
i | 0.5 | f |
j | 0.8 | e, i |
k | 0.9 | h, j |
m | 0.3 | k |
Number of minutes per day = 400
Desired output per day = 200 units
Precedence diagram:
The precedence diagram is drawn circles and arrows. The tasks are represented in circles and weights for each task are represented outside the circle. The arrows are represented to show which task is preceding the other task and so on.
b)
To assign: Tasks on the basis of most following tasks.
Introduction:
Process selection:
It is the tactical choices made by a firm in picking the kind of production procedure to be followed in the process of production. The process is selected after reviewing many numbers of criteria and constraints.
Explanation of Solution
Given information:
Task | Task time (Minutes) | Immediate predecessor |
a | 0.5 | Nil |
b | 1.4 | a |
c | 1.2 | a |
d | 0.7 | a |
e | 0.5 | b, c |
f | 1 | d |
g | 0.4 | e |
h | 0.3 | g |
i | 0.5 | f |
j | 0.8 | e, i |
k | 0.9 | h, j |
m | 0.3 | k |
Number of minutes per day = 400
Desired output per day = 200 units
Calculation of cycle time:
The cycle time is calculated by dividing the operating time per day by the desired output per day.
The number of following tasks, calculation of positional weight for each task is shown below.
Task | Following tasks | Number of following tasks | Calculation of positional weight | Positional weight |
a | b, c, d, e, f, g, h, i, j, k, m | 11 | 0.5 + 1.4 + 1.2 + 0.7 + 0.5 + 1 + 0.4 + 0.3 + 0.5 + 0.8 + 0.9 + 0.3 | 8.5 |
b | e, g, h, j, k, m | 6 | 1.4 + 0.5 + 0.4 + 0.3 + 0.8 + 0.9 + 0.3 | 4.6 |
c | e, g, h, j, k, m | 6 | 1.2 + 0.5 + 0.4 + 0.3 + 0.8 + 0.9 + 0.3 | 4.4 |
d | f, i, j, k, m | 5 | 0.7 + 1 + 0.5 + 0.8 + 0.9 + 0.3 | 4.2 |
e | g, h, j, k, m | 5 | 0.5 + 0.4 + 0.3 + 0.8+ 0.9 + 0.3 | 3.2 |
f | i, j, k, m | 4 | 1 + 0.5 + 0.8 + 0.9 + 0.3 | 3.5 |
g | h, k, m | 3 | 0.4 + 0.3 + 0.9 + 0.3 | 1.9 |
h | k, m | 2 | 0.3 + 0.9 + 0.3 | 1.5 |
i | j, k, m | 3 | 0.5 + 0.8 0.9 + 0.3 | 2.5 |
j | k, m | 2 | 0.8 + 0.9 + 0.3 | 2 |
k | m | 1 | 0.9 + 0.3 | 1.2 |
m | Nil | 0 | 0.3 | 0.3 |
Assigning tasks to workstations:
Workstation number | Eligible task | Assigned task | Task time | Unassigned cycle time | Reason |
2 | |||||
1 | a | a | 0.5 | 1.5 | Task 'a' is the only eligible task available |
b, c, d | b | 1.4 | 0.1 | Task 'b' has the highest positional weight | |
c, d | None | 0.1 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
2 | c, d | c | 1.2 | 0.8 | Task 'c' has more following tasks |
d, e | d | 0.7 | 0.1 | Task 'd' has the highest positional weight | |
e, f | None | 0.1 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
3 | e, f | e | 0.5 | 1.5 | Task 'e' has more following tasks |
f, g | f | 1 | 0.5 | Task 'f' has more following tasks | |
g, i | i | 0.5 | 0 | Task 'i' has the highest positional weight | |
2 | |||||
4 | g, j | g | 0.4 | 1.6 | Task 'g' has more following tasks |
h, j | j | 0.8 | 0.8 | Task 'j' has the highest positional weight | |
h | h | 0.3 | 0.5 | Task 'h' is the only eligible task available | |
k | None | 0.5 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
5 | k | k | 0.9 | 1.1 | Task 'k' is the only eligible task available |
m | m | 0.3 | 0.8 | Task 'm' is the only task remaining | |
0.8 (Idle time) | All tasks completed |
Overview of tasks assignment:
Workstation | Assigned tasks | Total cycle time used | Idle time |
1 | a, b | 1.9 | 0.1 |
2 | c, d | 1.9 | 0.1 |
3 | e, f, i | 2 | 0 |
4 | g, j, h | 1.5 | 0.5 |
5 | k, m | 1.2 | 0.8 |
c)
To assign: Tasks on the basis of greatest positional weight.
Introduction:
Process selection:
It is the tactical choices made by a firm in picking the kind of production procedure to be followed in the process of production. The process is selected after reviewing many numbers of criteria and constraints.
Explanation of Solution
Given information:
Task | Task time (Minutes) | Immediate predecessor |
a | 0.5 | Nil |
b | 1.4 | a |
c | 1.2 | a |
d | 0.7 | a |
e | 0.5 | b, c |
f | 1 | d |
g | 0.4 | e |
h | 0.3 | g |
i | 0.5 | f |
j | 0.8 | e, i |
k | 0.9 | h, j |
m | 0.3 | k |
Number of minutes per day = 400
Desired output per day = 200 units
Calculation of cycle time:
The cycle time is calculated by dividing the operating time per day by the desired output per day.
The number of following tasks, calculation of positional weight for each task is shown below.
Task | Following tasks | Number of following tasks | Calculation of positional weight | Positional weight |
a | b, c, d, e, f, g, h, i, j, k, m | 11 | 0.5 + 1.4 + 1.2 + 0.7 + 0.5 + 1 + 0.4 + 0.3 + 0.5 + 0.8 + 0.9 + 0.3 | 8.5 |
b | e, g, h, j, k, m | 6 | 1.4 + 0.5 + 0.4 + 0.3 + 0.8 + 0.9 + 0.3 | 4.6 |
c | e, g, h, j, k, m | 6 | 1.2 + 0.5 + 0.4 + 0.3 + 0.8 + 0.9 + 0.3 | 4.4 |
d | f, i, j, k, m | 5 | 0.7 + 1 + 0.5 + 0.8 + 0.9 + 0.3 | 4.2 |
e | g, h, j, k, m | 5 | 0.5 + 0.4 + 0.3 + 0.8+ 0.9 + 0.3 | 3.2 |
f | i, j, k, m | 4 | 1 + 0.5 + 0.8 + 0.9 + 0.3 | 3.5 |
g | h, k, m | 3 | 0.4 + 0.3 + 0.9 + 0.3 | 1.9 |
h | k, m | 2 | 0.3 + 0.9 + 0.3 | 1.5 |
i | j, k, m | 3 | 0.5 + 0.8 0.9 + 0.3 | 2.5 |
j | k, m | 2 | 0.8 + 0.9 + 0.3 | 2 |
k | m | 1 | 0.9 + 0.3 | 1.2 |
m | Nil | 0 | 0.3 | 0.3 |
Assigning tasks to workstations:
Workstation number | Eligible task | Assigned task | Task time | Unassigned cycle time | Reason |
2 | |||||
1 | a | a | 0.5 | 1.5 | Task 'a' is the only eligible task available |
b, c, d | b | 1.4 | 0.1 | Task 'b' has the highest positional weight | |
c, d | None | 0.1 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
2 | c, d | c | 1.2 | 0.8 | Task 'c' has the highest positional weight |
d, e | d | 0.7 | 0.1 | Task 'd' has the highest positional weight | |
e, f | None | 0.1 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
3 | e, f | f | 1 | 1 | Task 'f' has the highest positional weight |
e, i | e | 0.5 | 0.5 | Task 'e' has the highest positional weight | |
g, i | i | 0.5 | 0 | Task 'g' has the highest positional weight | |
2 | |||||
4 | g, j | j | 0.8 | 1.2 | Task 'j' has the highest positional weight |
g | g | 0.4 | 0.8 | Task 'g' is the only eligible task available | |
h | h | 0.3 | 0.5 | Task 'h' is the only eligible task available | |
k | None | 0.5 (Idle time) | The task time is greater than the unassigned cycle time. | ||
2 | |||||
5 | k | k | 0.9 | 1.1 | Task 'k' is the only eligible task available |
m | m | 0.3 | 0.8 | Task 'm' is the only task remaining | |
0.8 (Idle time) | All tasks completed |
Overview of tasks assignment:
Workstation | Assigned tasks | Total cycle time used | Idle time |
1 | a, b | 1.9 | 0.1 |
2 | c, d | 1.9 | 0.1 |
3 | f, e, i | 2 | 0 |
4 | j, g, h | 1.5 | 0.5 |
5 | k, m | 1.2 | 0.8 |
d)
To determine: The balance delay.
Introduction:
Process selection:
It is the tactical choices made by a firm in picking the kind of production procedure to be followed in the process of production. The process is selected after reviewing many numbers of criteria and constraints.
Answer to Problem 8P
Explanation of Solution
The balance delay is also known as the percentage of idle time.
Formula to calculate percentage of idle time:
Calculation of percentage of idle time:
Most following tasks:
The percentage of idle time is 15%.
Greatest positional weight:
The percentage of idle time is 15%.
The balance delay for most following tasks and greatest positional weight rule is 15%.
Want to see more full solutions like this?
Chapter 6 Solutions
OPERATIONS MANAGEMENT W/ CNCT+
- Assess the role of EDI in ensuring supply chain security and data integrity. How does EDI contribute to reducing vulnerabilities in supply chain operations, and what best practices should organizations adopt to maintain a secure and reliable EDI system? (10) 1.3. Examine how the adoption of modern EDI systems influences the strategic decision-making process in supply chain management. How does EDI provide supply chain managers with actionable insights, and what are the implications of these insights for long-term supply chain planning? (10) 1.4. Evaluate the potential challenges and risks associated with the modernization of EDI systems in supply chain management. How can organizations effectively manage these challenges to ensure successful EDI implementation and ongoing optimization? (10)arrow_forwardAnalyse the impact of integrating EDI (Electronic Data Interchange) with API (Application Programming Interface) on supply chain management, particularly focusing on how this integration enhances information flow and operational efficiency. Consider the challenges that might arise from this integration in terms of managing legacy systems alongside modern applications.arrow_forward1) View the video What is Operations Management (14.01 minutes, Ctrl+Click on the link); what are your key takeaways (tie to one or more of the topics discussed in Chapters 1 and/or 2) after watching this video. (https://www.viddler.com/embed/d01189e1) Note: As a rough guideline, please try to keep the written submission to one or two paragraphs. 2) View the video What McDonald’s is serving up at its new CosMc’s Chain (3.42 mins, Ctrl+Click in the link), and answer the following questions: (https://www.youtube.com/watch?v=k7ojpUzE8q4) i) From a strategic perspective, why do you think McDonald’s is opting for this new chain rather than trying to launch the new menu in its existing restaurants? ii) What factors do you think in McDonald’s external and internal environments are driving its decision to open the CosMc’s locations? iii) How do you think this format will improve McDonald’s profit margin as compared to its regular fast-food restaurants? Note: As a…arrow_forward
- Since the end of World War II, globalization has steadily increased with rapid expansion around the turn of the 21st century. What are some of the forces driving globalization and international business? What are some of the challenges of engaging in international business compared to doing business in your home country?arrow_forwardPS.53 Brother I.D. Ricks is a faculty member at BYU-Idaho whose grandchildren live in Oklahoma and California. He and his wife would like to visit their grandchildren at least once a year in these states. They currently have one vehicle with well over 100,000 miles on it, so they want to buy a newer vehicle with fewer miles and that gets better gas mileage. They are considering two options: (1) a new subcompact car that would cost $18,750 to purchase or (2) a used sedan that would cost $12,750.They anticipate that the new subcompact would get 37 miles per gallon (combined highway and around town driving) while the sedan would get 26 miles per gallon. Based on their road tripping history they expect to drive 13,000 miles per year. For the purposes of their analysis they are assuming that gas will cost $2.93 per gallon.Question: How many miles would the Ricks need to drive before the cost of these two options would be the same? (Display your answer to the nearest whole number.) (Hint:…arrow_forwardChoose one major approach to job design, and then discuss how best that approach can be utilized in either your current or previous employer, including a discussion of its strengths and weaknesses.arrow_forward
- The results of your four plans will provide an indicative EOQ value. State this value and discuss in a precise manner, why it is not the exact, true value. Additional calculations in the form of plans E, F etc. may also assist your explanation of the EOQ and can be includedarrow_forwardi). Complete the table assuming a Level production plan. ii) Comment on your results and explain whether at this stage, you consider a Level plan is a suitable approach for this particular business. Your comment should include reference to a calculated ‘fill rate’.arrow_forwardIn the following sawtooth inventory profile diagram, two inventory plans with different order quantities (Q) and different frequencies of delivery are shown; order quantity for Plan A = 200 units and Plan B = 50 units. i). Total demand (D) is 350 units, the holding cost per unit (Ch) is equal to (£0.8) and the ordering cost per order (Co) is (£12.5). Calculate the total costs for each plan and state which one is more preferable along with the reason why. ii). There is a stark difference in the composition of the total costs of Plans A and B. Explain this difference and why it occurs. Use the breakdown of costs for each plan to help illustrate your answer.arrow_forward
- i). Complete the table for a Chase production plan. ii). Explain whether a Level or Chase plan is more suitable for the demand pattern experienced by this particular business, which incidentally relies on highly skilled workers in the production process. Assume a starting workforce of 7 and that fractional workers are permissible. You should support your answer with numerical data derived from Table 3. In comparing the costs, state any other assumptions made.arrow_forwardi). Complete for a Chase production plan. ii). Explain whether a Level or Chase plan is more suitable for the demand pattern experienced by this particular business, which incidentally relies on highly skilled workers in the production process. Assume a starting workforce of 7 and that fractional workers are permissible.arrow_forwardComplete the table for a Chase production plan.arrow_forward
- Practical Management ScienceOperations ManagementISBN:9781337406659Author:WINSTON, Wayne L.Publisher:Cengage,MarketingMarketingISBN:9780357033791Author:Pride, William MPublisher:South Western Educational Publishing
- Purchasing and Supply Chain ManagementOperations ManagementISBN:9781285869681Author:Robert M. Monczka, Robert B. Handfield, Larry C. Giunipero, James L. PattersonPublisher:Cengage Learning