Concept explainers
A foreman has determined processing times at a work center for a set of jobs and now wants to sequence them. Given the information shown, do the following:
a. Determine the processing sequence using (1) FCFS, (2) SPT, (3) EDD, and (4) CR. For each sequence, compute the average job tardiness, the average flow time, and the average number of jobs at the work center. The list is in FCFS order.
b. Using the results of your calculations in part a, show that the ratio of average flow time and the average number of jobs measures are equivalent for all four sequencing rules.
c. Determine the processing sequence that would result using the S/O rule.
a)
1)
To determine: The processing sequence based on First Come First Served (FCFS).
Introduction: First Come First Served is the scheduling rule, which helps to arrange the sequence in the order. Here, the first come would be served first.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine the sequence using FCFS:
According to FCFS, the first come would be served first. Hence, the jobs should be sequenced in the order as per its arrival.
Hence, the sequence of jobs using FCFS is a-b-c-d-e-f.
Determine average flow time, average tardiness, and average number of jobs for FCFS:
Job | Processing time (days) | Flow time (days) | Due date (days) | Tardiness |
a | 4.5 | 4.5 | 10 | 0 |
b | 6 | 10.5 | 17 | 0 |
c | 5.2 | 15.7 | 12 | 3.7 |
d | 1.6 | 17.3 | 27 | 0 |
e | 2.8 | 20.1 | 18 | 2.1 |
f | 3.3 | 23.4 | 19 | 4.4 |
Total | 23.4 | 91.5 | 10.2 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job a:
Flowtime is less than the due date. Hence, there would be tardiness.
Tardiness of Job b:
Flowtime is less than the due date. Hence, there would be tardiness.
Tardiness of Job c:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job c is 3.7.
Note: The procedure continues for all the jobs.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 15.25 days.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 1.7 days.
Average number of jobs:
It can be determined by dividing the total flow time and total processing time.
Hence, average number of jobs is 3.9 jobs.
1)
To determine: The processing sequence based on First Come First Served (FCFS).
Introduction: First Come First Served is the scheduling rule, which helps to arrange the sequence in the order. Here, the first come would be served first.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine the sequence using FCFS:
According to FCFS, the first come would be served first. Hence, the jobs should be sequenced in the order as per its arrival.
Hence, the sequence of jobs using FCFS is a-b-c-d-e-f.
Determine average flow time, average tardiness, and average number of jobs for FCFS:
Job | Processing time (days) | Flow time (days) | Due date (days) | Tardiness |
a | 4.5 | 4.5 | 10 | 0 |
b | 6 | 10.5 | 17 | 0 |
c | 5.2 | 15.7 | 12 | 3.7 |
d | 1.6 | 17.3 | 27 | 0 |
e | 2.8 | 20.1 | 18 | 2.1 |
f | 3.3 | 23.4 | 19 | 4.4 |
Total | 23.4 | 91.5 | 10.2 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job a:
Flowtime is less than the due date. Hence, there would be tardiness.
Tardiness of Job b:
Flowtime is less than the due date. Hence, there would be tardiness.
Tardiness of Job c:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job c is 3.7.
Note: The procedure continues for all the jobs.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 15.25 days.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 1.7 days.
Average number of jobs:
It can be determined by dividing the total flow time and total processing time.
Hence, average number of jobs is 3.9 jobs.
2)
To determine: Sequence of jobs based on decision rule Shortest Processing Time (SPT).
Introduction: Shortest Processing Tine is the scheduling rule, which helps to arrange the sequence in the order. Here, job with the shortest duration would be served first. Then, the process would be going on from shortest to largest duration.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine the sequence using SPT:
According to SPT, the job that has the shortest processing would be served first and it goes on as the processing time increase. Duration should be assembled in the ascending order
Hence, the sequence of jobs using SPT is d-e-f-a-c-b.
Determine average flow time, average tardiness, and average number of jobs for SPT:
Job | Processing time (days) | Flow time (days) | Due date (days) | Tardiness |
d | 1.6 | 1.6 | 27 | |
e | 2.8 | 4.4 | 18 | |
f | 3.3 | 7.7 | 19 | |
a | 4.5 | 12.2 | 10 | 2.2 |
c | 5.2 | 17.4 | 12 | 5.4 |
b | 6 | 23.4 | 17 | 6.4 |
Total | 23.4 | 66.7 | 14 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job d, Job e, and Job f:
Flow time of Job d, Job e, and Job f is less than its respective due date. Hence, there would be no tardiness.
Tardiness of Job a:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job a is 2.2.
Tardiness of Job c:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job c is 5.4.
Tardiness of Job b:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job b is 6.4.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 11.12 days.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 2.33 days.
Average number of jobs:
It can be determined by dividing the total flow time and total processing time.
Hence, average number of jobs is 2.85 jobs.
3)
To determine: Sequence of jobs based on decision rule Earliest Due Date (EDD).
Introduction: Earliest Due Date is the scheduling rule, which helps to arrange the sequence in the order. Here, job with the earliest due date would be served first. Then, the process would be going on from earliest due date to latest due date.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine the sequence using EDD:
According to EDD, the job that has the earliest due date would be served first and it goes on as the due date increases. The job should be arranged based on due date. Due date should be assembled in the ascending order
Hence, the sequence of jobs using EDD is a-c-b-e-f-d.
Determine average flow time, average tardiness, and average number of jobs for EDD:
Job | Processing time (days) | Flow time (days) | Due date (days) | Tardiness |
a | 4.5 | 4.5 | 10 | 0 |
c | 5.2 | 9.7 | 12 | 0 |
b | 6 | 15.7 | 17 | 0 |
e | 2.8 | 18.5 | 18 | 0.5 |
f | 3.3 | 21.8 | 19 | 2.8 |
d | 1.6 | 23.4 | 27 | 0 |
Total | 23.4 | 93.6 | 3.3 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job a, Job c, Job b, and Job d:
Flow time of Job a, Job c, Job b, and Job d is less than its respective due date. Hence, there would be no tardiness.
Tardiness of Job e:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job e is 0.5.
Tardiness of Job f:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job f is 2.8.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 15.6 days.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 0.55 days.
Average number of jobs:
It can be determined by dividing the total flow time and total processing time.
Hence, average number of jobs is 4 jobs.
4)
To determine: Sequence of jobs based on decision rule critical ratio.
Introduction: Critical ratio is kind of scheduling rule that helps to identify that, the task or job is on the correct track. It would help to identify if the task is behind or ahead of the schedule.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine the sequence using critical ratio:
Initial critical ratio should be determined at day 0:
Job | Processing time (days) | Due date (days) | Critical ratio |
a | 4.5 | 10 | 2.22 |
b | 6 | 17 | 2.83 |
c | 5.2 | 12 | 2.31 |
d | 1.6 | 27 | 16.88 |
e | 2.8 | 18 | 6.43 |
f | 3.3 | 19 | 5.76 |
Critical ratio for Job a:
It is can be determined by dividing the value attained by subtracting the completion day of previous job from the due date of current job with the processing time.
Note: Process continues for all the jobs.
Job a has the lowest critical ratio. Thus, it will be completed first. Hence, Job a would be completed first in the sequence of jobs.
Determine the critical ratio after the completion of Job a:
As the processing time of job a is 4.5 days, completion day of completed day would be 4.5.
Job | Processing time (days) | Due date (days) | Critical ratio |
a | |||
b | 6 | 17 | 2.08 |
c | 5.2 | 12 | 1.44 |
d | 1.6 | 27 | 14.06 |
e | 2.8 | 18 | 4.82 |
f | 3.3 | 19 | 4.39 |
Critical ratio for Job b:
It is can be determined by dividing the value attained by subtracting the completion day of completed job from the due date of current job with the processing time.
Note: Process continues for all the jobs.
Job c has the lowest critical ratio. Hence, Job c would be completed next in the sequence of jobs.
Determine the critical ratio after the completion of Job a and Job c:
As the processing time of job a is 4.5 days and Job c is 5.2, completion day of completed day would be 9.7 (4.5+5.2).
Job | Processing time (days) | Due date (days) | Ratio |
a | |||
b | 6 | 17 | 1.22 |
c | |||
d | 1.6 | 27 | 10.81 |
e | 2.8 | 18 | 2.96 |
f | 3.3 | 19 | 2.82 |
Critical ratio for Job b:
It is can be determined by dividing the value attained by subtracting the completion day of completed job from the due date of current job with the processing time.
Job b has the lowest critical ratio. Hence, Job b would be completed next in the sequence of jobs after Job a and Job c.
Determine the critical ratio after the completion of Job a, Job c and Job b:
As the processing time of job a is 4.5 days, Job b is 6.0, and Job c is 5.2 days. Completion day of completed day would be 15.7 (4.5+5.2+6).
Job | Processing time (days) | Due date (days) | Ratio |
a | |||
b | |||
c | |||
d | 1.6 | 27 | 7.06 |
e | 2.8 | 18 | 0.82 |
f | 3.3 | 19 | 1 |
Critical ratio for Job d:
It is can be determined by dividing the value attained by subtracting the completion day of completed job from the due date of current job with the processing time.
Job e has the lowest critical ratio. Hence, Job e would be completed next in the sequence of jobs after Job a, Job c, and Job b.
Determine the critical ratio after the completion of Job a, Job c, Job b, and job e:
As the processing time of job a is 4.5 days, Job b is 6.0, Job c is 5.2 days, and job e is 2.8. Completion day of completed day would be 18.5 (4.5+5.2+6+2.8).
Job | Processing time (days) | Due date (days) | Ratio |
a | |||
b | |||
c | |||
d | 1.6 | 27 | 5.31 |
e | |||
f | 3.3 | 19 | 0.15 |
Critical ratio for Job d:
It is can be determined by dividing the value attained by subtracting the completion day of completed job from the due date of current job with the processing time.
Job f has the lowest critical ratio. Hence, Job f would be completed next in the sequence of jobs after Job a, Job c, Job b, and Job e.
As Job d is the remaining job, it will be completed next.
Hence, the sequence of jobs using critical ratio is a-c-b-e-f-d.
Determine average flow time, average tardiness, and average number of jobs for critical ratio:
Job | Processing time (days) | Flow time (days) | Due date (days) | Tardiness |
a | 4.5 | 4.5 | 10 | 0 |
c | 5.2 | 9.7 | 12 | 0 |
b | 6 | 15.7 | 17 | 0 |
e | 2.8 | 18.5 | 18 | 0.5 |
f | 3.3 | 21.8 | 19 | 2.8 |
d | 1.6 | 23.4 | 27 | 0 |
Total | 23.4 | 93.6 | 3.3 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job a, Job c, Job b, and Job d:
Flow time of Job a, Job c, Job b, and Job d is less than its respective due date. Hence, there would be no tardiness.
Tardiness of Job e:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job e is 0.5.
Tardiness of Job f:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job f is 2.8.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 15.6 days.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 0.55 days.
Average number of jobs:
It can be determined by dividing the total flow time and total processing time.
Hence, average number of jobs is 4 jobs.
b)
To determine: Whether the average flow time and average number of jobs are equivalent for four sequencing rules.
Introduction: Sequencing is the process of arranging the jobs in certain order in which it should be performed.
Answer to Problem 15P
Explanation of Solution
Given information:
Job | Processing time (days) | Due date (days) | Remaining number of operations |
a | 4.5 | 10 | 3 |
b | 6 | 17 | 4 |
c | 5.2 | 12 | 3 |
d | 1.6 | 27 | 5 |
e | 2.8 | 18 | 3 |
f | 3.3 | 19 | 1 |
Determine whether the average flow time and average number of jobs are equivalent for four sequencing rules:
Rule | Average flow time | Average number of jobs | Ratio |
FCFS | 15.25 | 3.91 | 3.9 |
SPT | 11.12 | 2.85 | 3.9 |
EDD | 15.6 | 4 | 3.9 |
CR | 15.6 | 4 | 3.9 |
Calculate ratio for FCFS:
It is calculated by dividing average flow time and average number of jobs.
Calculate ratio for SPT:
It is calculated by dividing average flow time and average number of jobs.
Calculate ratio for EDD:
It is calculated by dividing average flow time and average number of jobs.
Calculate ratio for CR:
It is calculated by dividing average flow time and average number of jobs.
c)
To determine: The processing sequence of the jobs using Slack per Operation (S/O) rule
Introduction: Slack per operation is a scheduling method that helps to determine the sequence of the operation. Slack is the difference between the due date and the required time to process certain job.
Answer to Problem 15P
Explanation of Solution
Given information:
The following information is given:
Job | Processing time (days) | Due date | Remaining number of operations |
a | 5 | 8 | 2 |
b | 6 | 5 | 4 |
c | 9 | 10 | 4 |
d | 7 | 12 | 3 |
e | 8 | 10 | 2 |
Determine the processing sequence of the jobs using Slack per Operation:
Job | Job time (days) | Due date (days) | Operations remaining | Slack | Slack per operation (S/O) | Rank |
a | 4.5 | 10 | 3 | 5.5 | 1.83 | 1 |
b | 6 | 17 | 4 | 11 | 2.75 | 3 |
c | 5.2 | 12 | 3 | 6.8 | 2.27 | 2 |
d | 1.6 | 27 | 5 | 25.4 | 5.08 | 5 |
e | 2.8 | 18 | 3 | 15.2 | 5.07 | 4 |
f | 3.3 | 19 | 1 | 15.7 | 15.7 | 6 |
Supporting calculation:
Processing time, due date, and remaining number of operation is given. Rank should be assigned according to the slack per operation.
Calculate slack:
It can be calculated by subtracting the processing time from the due date.
Note: The process continues for all the jobs:
Calculate slack per operation:
It can be calculated by dividing the slack value and the remaining number of operations.
Note: The process continues for all the jobs:
Hence, the sequence of jobs using S/O is a-c-b-e-d-f.
Want to see more full solutions like this?
Chapter 16 Solutions
OPERATIONS MANAGEMENT W/ CNCT+
- 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,Operations ManagementOperations ManagementISBN:9781259667473Author:William J StevensonPublisher:McGraw-Hill EducationOperations and Supply Chain Management (Mcgraw-hi...Operations ManagementISBN:9781259666100Author:F. Robert Jacobs, Richard B ChasePublisher:McGraw-Hill Education
- Purchasing and Supply Chain ManagementOperations ManagementISBN:9781285869681Author:Robert M. Monczka, Robert B. Handfield, Larry C. Giunipero, James L. PattersonPublisher:Cengage LearningProduction and Operations Analysis, Seventh Editi...Operations ManagementISBN:9781478623069Author:Steven Nahmias, Tava Lennon OlsenPublisher:Waveland Press, Inc.