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
- In the context of the material in Chapter 9, provide a critical analysis of the decisions that Henry has made in assigning Martin to this role.arrow_forwardpanies (pp. 80-118). New York, NY: Times Books, specifically Chap. 4, "Robert Eaton and Robert Lutz; The Copilots." CASE STUDY 9-2 Performance Management Leadership at Henry's Commercial Sales and Leasing H enry is the owner of a small real estate agency that handles the sale and leasing of commercial property. He has two real estate agents working in the office, along with himself. He also has two customer service representatives (CSRs), each of whom has a real estate license, and one receptionist who has worked for the company for about three months. Henry has recently decided that he needs another customer service representative. He hasarrow_forwardDiscuss possible solutions to help Tara become an effective CSR. What should martin be doing to help her?arrow_forward
- What are the ethical challenges regarding employees (i.e., diversity, discrimination, sexual harassment, privacy, employee theft, bad leadership, etc.) that Apple Inc. has faced over the past five to ten years and that they should prepare to face in the next five to ten years. Once a developed list of challenges is created, consider how having faced those challenges will impact and be impacted by the social cause you've selected. Propose the findings on the ethical challenges faced by Apple Inc. in recent history and the near future. Analyze ways in which each challenge was (and/or could be) appropriately handled and areas for improvement. Evaluate the ethical/moral aspects of Apple Inc. that protected it from ethical challenges in the past and could protect it in the future. Assess how ethical challenges and handling of ethical challenges could positively or negatively impact the charitable cause are selected and how the selection of your social cause could positively or negatively…arrow_forwardBy selecting Cigna Accredo pharmacy that i identify in my resand compare the current feedback system against the “Characteristics of a Good Multiple Source Feedback Systems” described in section 8-3-3. What can be improved? As a consultant, what recommendations would you make?arrow_forwardScenario You have been given a task to create a demand forecast for the second year of sales of a premium outdoor grill. Accurate forecasts are important for many reasons, including for the company to ensure they have the materials they need to create the products required in a certain period of time. Your objective is to minimize the forecast error, which will be measured using the Mean Absolute Percentage Error (MAPE) with a goal of being below 25%. You have historical monthly sales data for the past year and access to software that provides forecasts based on five different forecasting techniques (Naïve, 3-Month Moving Average, Exponential Smoothing for .2, Exponential Smooth for .5, and Seasonal) to help determine the best forecast for that particular month. Based on the given data, you will identify trends and patterns to create a more accurate forecast. Approach Consider the previous month's forecast to identify which technique is most effective. Use that to forecast the next…arrow_forward
- Approach Consider the previous month's forecast to identify which technique is most effective. Use that to forecast the next month. Remember to select the forecasting technique that produces the forecast error nearest to zero. For example: a. Naïve Forecast is 230 and the Forecast Error is -15. b. 3-Month Moving Forecast is 290 and the Forecast Error is -75. c. Exponential Smoothing Forecast for .2 is 308 and the Forecast Error is -93. d. Exponential Smoothing Forecast for .5 is 279 and the Forecast Error is -64. e. Seasonal Forecast is 297 and the Forecast Error is -82. The forecast for the next month would be 230 as the Naïve Forecast had the Forecast Error closest to zero with a -15. This forecasting technique was the best performing technique for that month. You do not need to do any external analysis-the forecast error for each strategy is already calculated for you in the tables below. Naïve Month Period Actual Demand Naïve Forecast Error 3- Month Moving Forecast 3- Month Moving…arrow_forwardScenario You have been given a task to create a demand forecast for the second year of sales of a premium outdoor grill. Accurate forecasts are important for many reasons, including for the company to ensure they have the materials they need to create the products required in a certain period of time. Your objective is to minimize the forecast error, which will be measured using the Mean Absolute Percentage Error (MAPE) with a goal of being below 25%. You have historical monthly sales data for the past year and access to software that provides forecasts based on five different forecasting techniques (Naïve, 3-Month Moving Average, Exponential Smoothing for .2, Exponential Smooth for .5, and Seasonal) to help determine the best forecast for that particular month. Based on the given data, you will identify trends and patterns to create a more accurate forecast. Approach Consider the previous month's forecast to identify which technique is most effective. Use that to forecast the next…arrow_forwardUse the internet to obtain crash safety ratings for passenger vehicles. Then, answer thesequestions:a. Which vehicles received the highest ratings? The lowest ratings?b. How important are crash-safety ratings to new car buyers? Does the degree of importancedepend on the circumstances of the buyer?c. Which types of buyers would you expect to be the most concerned with crash-safety ratings?d. Are there other features of a new car that might sway a buyer from focusing solely on crashsafety? If so, what might they be?arrow_forward
- “Implementing a Performance Management Communication Plan at Accounting, Inc.” Evaluate Accounting Inc.’s communication plan. Specifically, does it answer all of the questions that a good communication plan should answer? Which questions are left unanswered? How would you provide answers to the unanswered questions? “Implementing an Appeals Process at Accounting, Inc.” If you were to design an appeals process to handle these complaints well, what would be the appeal process? Describe the recommended process and why.arrow_forwardThe annual demand for water bottles at Mega Stores is 500 units, with an ordering cost of Rs. 200 per order. If the annual inventory holding cost is estimated to be 20%. of unit cost, how frequently should he replenish his stocks? Further, suppose the supplier offers him a discount on bulk ordering as given below. Can the manager reduce his costs by taking advantage of either of these discounts? Recommend the best ordering policy for the store. Order size Unit cost (Rs.) 1 – 49 pcs. 20.00 50 – 149 pcs. 19.50 150 – 299 pcs. 19.00 300 pcs. or more 18.00arrow_forwardHelp answer showing level work and formulasarrow_forward
- Practical Management ScienceOperations ManagementISBN:9781337406659Author:WINSTON, Wayne L.Publisher:Cengage,