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
Loose-leaf for Operations Management (The Mcgraw-hill Series in Operations and Decision Sciences)
- I need to forecast using a 3-Period-Moving-Average-Monthly forecasting model which I did but then I need to use my forecast numbers to generate a Master Production Schedule (MPS) I have to Start with actual sales (my own test data numbers) for August-2022 Oct-2022 i need to create MPS to supply demand starting November-2022 April 2023 I just added numbers without applying formulas to the mps on the right side of the spreadsheet because I do not know how to do it. The second image is the example of what it should look like. Thank You.arrow_forwardSolve the following Question 1. How do volume and variety affect the process selection and layout types? Discuss 2. How is the human resource aspect important to operation function? Discuss 3. Discuss the supply network design and its impact on the overall performance of the organization.arrow_forwardHelp with question?arrow_forward
- What are some good examples of bullet points on a resume for a Christian Elementary School?arrow_forwardWhat is an example of a cover letter for a Christian School Long-Term Substitute Teaching position?arrow_forwardThe supply chain is a conventional notion, but organizations are only really interested in making products that they can sell to customers. Provided they have reliable supplies of materials and reasonable transport for finished products, logistics is irrelevant. Do you think this is true? If yes, explain, and if no, clearly explain as well.arrow_forward
- working as a program operations managerarrow_forward12 X1, X230 1 x =0x2 write the Following linear Programming model by 1- general Form Canonical Forms Canonical formY 2- Standard Form Max Z=35X+ 4 X 2 +6 X3 ST. X+2X2-5x3 = 40 3X, + 6X2 + 7x 3 = 30 7x, +lox2 x3 = 50 X3 X 2 X 3 <0arrow_forwarda/ a Minimum cost assign each worker for one job at Jobs J1 12 33 WI 2 4 6 W2 5 W3 5 33 6 7arrow_forward
- وبة واضافة هذه القيمة الى القيم Ex: Assign each job for each worker at minimum total Cost عمل لكل عامل وبأقل كلفة ممكنة obs الأعمال Workors العمال J1 J2 J3 J4 W₁ 15 13 14 12 W2 11 12 15 13 W3 13 12 10 11 W4 15 17 14 16arrow_forwardThe average completion time (flow time) for the sequence developed using the FCFS rule = 11.75 days (round your response to two decimal places). The percentage utilization for the sequence developed using the FCFS rule = 42.55 % (enter your response as a percentage rounded to two decimal places). b) Using the SPT (shortest processing time) decision rule for sequencing the jobs, the order is (to resolve a tie, use the order in which the jobs were received): An Alabama lumberyard has four jobs on order, as shown in the following table. Today is day 205 on the yard's schedule. In what sequence would the jobs be ranked according to the decision rules on the left: Job Due Date A 212 B 209 C 208 D 210 Duration (days) 6 3 3 8 Sequence 1 Job B 2 3 4 A D The average tardiness (job lateness) for the sequence developed using the SPT rule = 5.00 days (round your response to two decimal places). The average completion time (flow time) for the sequence developed using the SPT rule = 10.25 days…arrow_forwardWith the aid of examples, fully discuss any five (5) political tactics used in organisations.arrow_forward
- Practical Management ScienceOperations ManagementISBN:9781337406659Author:WINSTON, Wayne L.Publisher:Cengage,