Concept explainers
a)
To determine: Thesequence of jobs based on the decision rule, i.e, First Come First Served (FCFS).
Introduction: The First Come First Served is the
a)
Answer to Problem 15P
The sequence is A-B-C-D-E.
Explanation of Solution
Given information:
The following information has been given below:
Job | Due date | Duration (days) |
A | 313 | 8 |
B | 312 | 16 |
C | 325 | 40 |
D | 314 | 5 |
E | 314 | 3 |
All the jobs have arrived on day 275.
Determine the sequence of the job by using FCFS:
Job | Due date | Duration (days) | Flow time | Start | End | Lateness |
A | 313 | 8 | 8 | 275 | 282 | |
B | 312 | 16 | 24 | 283 | 298 | |
C | 325 | 40 | 64 | 299 | 338 | 13 |
D | 314 | 5 | 69 | 339 | 343 | 29 |
E | 314 | 3 | 72 | 344 | 346 | 32 |
Total | 72 | 237 | 74 |
Working note:
The duration and due date for the jobs has been given. The flow time is the cumulative value of the duration. The jobs arrival rate is given as 275.
End day of Job A:
The jobs arrival rate is given as 275. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job A is 282.
End day of Job B:
The start day of Job B is the next day of the end day of Job A. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job B is 298.
End day of Job C:
The start day of Job C is the next day of the end day of Job B. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job C is 338.
End day of Job D:
The start day of Job D is the next day of the end day of Job C. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job D is 343.
End day of Job E:
The start day of Job E is the next day of the end day of Job D. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job E is 346.
Lateness of Job A and Job B:
The end day of Job A and Job B is less than its respective due date. Hence, there is no lateness.
Lateness of Job C:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job C is 13.
Lateness of Job D:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job D is 29.
Lateness of Job E:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job E is 32.
b)
To determine: The sequence of jobs based on the decision rule, i.e, Earliest Due Date (EDD).
Introduction: The Earliest Due Date is the scheduling rule, which helps to arrange the sequence in the order. Here, the job with the earliest due date would be served first. Then, the process would be go on from the earliest due date to the latest due date.
b)
Answer to Problem 15P
The sequence is B-A-D-E-C.
Explanation of Solution
Given information:
The following information has been given below:
Job | Due date | Duration (days) |
A | 313 | 8 |
B | 312 | 16 |
C | 325 | 40 |
D | 314 | 5 |
E | 314 | 3 |
All the jobs have arrived on day 275.
Determine the sequence of the job by using EDD:
Job | Due date | Duration (days) | Flow time | Start | End | Lateness |
B | 312 | 16 | 16 | 275 | 290 | |
A | 313 | 8 | 24 | 291 | 298 | |
D | 314 | 5 | 29 | 299 | 303 | |
E | 314 | 3 | 32 | 304 | 306 | |
C | 325 | 40 | 72 | 307 | 346 | 21 |
Total | 72 | 173 | 21 |
Working note:
The duration and due date for the jobs have been given. The flow time is the cumulative value of the duration. The jobs arrival rate is given as 275. The job should be arranged based on the due date. The due date should be assembled in the ascending order.
End day of Job A:
The jobs arrival rate is given as 275. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job A is 290.
End day of Job B:
The start day of Job B is the next day of the end day of Job A. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job B is 298.
End day of Job C:
The start day of Job C is the next day of the end day of Job B. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job C is 303.
End day of Job D:
The start day of Job D is the next day of the end day of Job C. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job D is 306.
End day of Job E:
The start day of Job E is the next day of the end day of Job D. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job E is 346.
Lateness of Job A, Job B, Job C, and Job D is given below:
The end day of Job A, Job B, Job C, and Job dare less than its respective due date. Hence, there is no lateness.
Lateness of Job E:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job E is 21.
c)
To determine: The sequence of jobs based on the decision rule, i.e, Shortest Processing Time (SPT).
Introduction: The Shortest Processing Time is the scheduling rule, which helps to arrange the sequence in the order. Here, the job with the shortest duration is served first. Then, the process would be go on from the shortest to the largest duration.
c)
Answer to Problem 15P
The sequence is E-D-A-B-C.
Explanation of Solution
Given information:
The following information has been given below:
Job | Due date | Duration (days) |
A | 313 | 8 |
B | 312 | 16 |
C | 325 | 40 |
D | 314 | 5 |
E | 314 | 3 |
All the jobs are arrived on day 275.
Determine the sequence of the job by using SPT:
Job | Due date | Duration (days) | Flow time | Start | End | Lateness |
E | 314 | 3 | 3 | 275 | 277 | |
D | 314 | 5 | 8 | 278 | 282 | |
A | 313 | 8 | 16 | 283 | 290 | |
B | 312 | 16 | 32 | 291 | 306 | |
C | 325 | 40 | 72 | 307 | 346 | 21 |
Total | 72 | 131 | 21 |
Working note:
The duration and due date for the jobs have been given. The flow time is the cumulative value of the duration. The jobs arrival rate is given as 275. The job should be arranged based on the duration (processing time). The duration should be assembled in the ascending order.
End day of Job A:
The jobs arrival rate is given as 275. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job A is 277.
End day of Job B:
The start day of Job B is the next day of the end day of Job A. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job B is 282.
End day of Job C:
The start day of Job C is the next day of the end day of Job B. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job C is 290.
End day of Job D:
The start day of Job D is the next day of the end day of Job C. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job D is 306.
End day of Job E:
The start day of Job E is the next day of the end day of Job D. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job E is 346.
Lateness of Job A, Job B, Job C, and Job D is as follows:
The end day of Job A, Job B, Job C, and Job D are less than its respective due date. Hence, there is no lateness.
Lateness of Job E:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job E is 21.
d)
To determine: The sequence of jobs based on the decision rule, i.e, Longest Processing Time (LPT).
Introduction: The Largest Processing Tine is the scheduling rule, which helps to arrange the sequence in the order. Here, the job with the largest duration is served first. Then, the process would go on from the largest to the shortest duration.
d)
Answer to Problem 15P
The sequence is C-B-A-D-E.
Explanation of Solution
Given information:
The following information has been given below:
Job | Due date | Duration (days) |
A | 313 | 8 |
B | 312 | 16 |
C | 325 | 40 |
D | 314 | 5 |
E | 314 | 3 |
All the jobs have arrived on day 275.
Determine the sequence of the job by using LPT:
Job | Due date | Duration (days) | Flow time | Start | End | Lateness |
C | 325 | 40 | 40 | 275 | 314 | |
B | 312 | 16 | 56 | 315 | 330 | 18 |
A | 313 | 8 | 64 | 331 | 338 | 25 |
D | 314 | 5 | 69 | 339 | 343 | 29 |
E | 314 | 3 | 72 | 344 | 346 | 32 |
Total | 72 | 301 | 104 |
Working note:
The duration and due date for the jobs have been given. The flow time is the cumulative value of the duration. The jobs arrival rate is given as 275. The job is arranged based on the duration (processing time). The duration should be assembled in the descending order
End day of Job A:
The jobs arrival rate is given as 275. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job A is 314.
End day of Job B:
The start day of Job B is the next day of the end day of Job A. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job B is 330.
End day of Job C:
The start day of Job C is the next day of the end day of Job B. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job C is 338.
End day of Job D:
The start day of Job D is the next day of the end day of Job C. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job D is 343.
End day of Job E:
The start day of Job E is the next day of the end day of Job D. The end day is calculated by adding the start day with the value attained by subtracting 1 from the duration. Hence, the end day of Job E is 346.
Lateness of Job A:
The end day of Job A is less than its respective due date. Hence, there is no lateness.
Lateness of Job B:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job B is 18.
Lateness of Job C:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job C is 25.
Lateness of Job D:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job D is 29.
Lateness of Job E:
It is calculated by subtracting the end day of the job from the due date of the project. Hence, the lateness of Job E is 32.
Summary:
Decision rule | Average tardiness | Average flow time | Average number of jobs in system |
FCFS | 14.8 | 47.4 | 3.3 |
EDD | 4.2 | 34.6 | 2.4 |
SPT | 4.2 | 26.2 | 1.8 |
LPT | 20.8 | 60.2 | 4.2 |
First Come First Served (FCFS):
Average tardiness:
It is calculated by dividing the total lateness with the number of jobs. Hence, the average tardiness is 14.8.
Average flow time:
It is calculated by dividing the total flow time with the number of jobs. Hence, the average flow time is 47.4.
Average number of jobs in the system:
It is calculated by dividing the total flow time with the total duration of all the jobs. Hence, the average number of jobs in the system is 3.3.
Earliest Due Date (EDD):
Average tardiness:
It is calculated by dividing the total lateness with the number of jobs. Hence, the average tardiness is 4.2.
Average flow time:
It is calculated by dividing the total flow time with the number of jobs. Hence, the average flow time is 34.6.
Average number of jobs in the system:
It is calculated by dividing the total flow time with the total duration of all the jobs. Hence, the average number of jobs in the system is 2.4.
Shortest processing time (SPT):
Average tardiness:
It is calculated by dividing the total lateness with the number of jobs. Hence, the average tardiness is 4.2.
Average flow time:
It is calculated by dividing the total flow time with the number of jobs. Hence, the average flow time is 26.2.
Average number of jobs in the system:
It is calculated by dividing the total flow time with the total duration of all the jobs. Hence, the average number of jobs in the system is 1.8.
Largest processing time (LPT):
Average tardiness:
It is calculated by dividing the total lateness with the number of jobs. Hence, the average tardiness is 20.8.
Average flow time:
It is calculated by dividing the total flow time with the number of jobs. Hence, the average flow time is 60.2.
Average number of jobs in the system:
It is calculated by dividing the total flow time with the total duration of all the jobs. Hence, the average number of jobs in the system is 4.2.
Shortest processing time has the minimum average tardiness, average flow time, and the average number of jobs in systems. Hence, SPT is the best decision rule.
Want to see more full solutions like this?
Chapter 15 Solutions
Principles Of Operations Management
- 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,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.