
Concept explainers
Using the information presented in the following table, identify the processing sequence that would result using (1) FCFS, (2) SPT, (3) EDD, and (4) CR. For each method, determine (1) average job flow time, (2) average job tardiness, and (3) average number of jobs in the system. Jobs are listed in order of arrival. (Hint: First determine the total job time for each job by computing the total processing time for the job and then adding in the setup time. All times and due dates are in hours.)
1)

To determine: Sequence of jobs based on decision rule 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 7P
Explanation of Solution
Given information:
Job | Processing time per unit | Units per job | Setup time | Due date |
a | 0.14 | 45 | 0.7 | 4 |
b | 0.25 | 14 | 0.5 | 10 |
c | 0.1 | 18 | 0.2 | 12 |
d | 0.25 | 40 | 1 | 20 |
e | 0.1 | 75 | 0.5 | 15 |
Due date is given. Job time should be determined using the given processing time per unit, units per job, and setup time.
Example:
The procedure should be repeated for all the jobs. The resultant table is as follows:
Job | Job time (hours) | Due date (hours) |
a | 7 | 4 |
b | 4 | 10 |
c | 2 | 12 |
d | 11 | 20 |
e | 8 | 15 |
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.
Determine average flow time, average tardiness, and average number of jobs for FCFS:
Job | Processing time (hours) | Due date (hours) | Flow time | Tardiness |
a | 7 | 4 | 7 | 3 |
b | 4 | 10 | 11 | 1 |
c | 2 | 12 | 13 | 1 |
d | 11 | 20 | 24 | 4 |
e | 8 | 15 | 32 | 17 |
Total | 32 | 61 | 87 | 26 |
Average | 6.4 | 12.2 | 17.4 | 5.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:
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 3.
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 1.
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 1.
Tardiness of Job d:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job d is 4.
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 17.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 17.40 hours.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 5.20 hours.
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.72 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 7P
Explanation of Solution
Given information:
Job | Processing time per unit | Units per job | Setup time | Due date |
a | 0.14 | 45 | 0.7 | 4 |
b | 0.25 | 14 | 0.5 | 10 |
c | 0.1 | 18 | 0.2 | 12 |
d | 0.25 | 40 | 1 | 20 |
e | 0.1 | 75 | 0.5 | 15 |
Due date is given. Job time should be determined using the given processing time per unit, units per job, and setup time.
Example:
The procedure should be repeated for all the jobs. The resultant table is as follows:
Job | Job time (hours) | Due date (hours) |
a | 7 | 4 |
b | 4 | 10 |
c | 2 | 12 |
d | 11 | 20 |
e | 8 | 15 |
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 c-b-a-e-d.
Determine average flow time, average tardiness, and average number of jobs for SPT:
Job | Job time (hours) | Due date (hours) | Flow time | Tardiness |
c | 2 | 12 | 2 | 0 |
b | 4 | 10 | 6 | 0 |
a | 7 | 4 | 13 | 9 |
e | 8 | 15 | 21 | 6 |
d | 11 | 20 | 32 | 12 |
Total | 32 | 61 | 74 | 27 |
Average | 6.4 | 12.2 | 14.8 | 5.4 |
Supporting calculation:
Processing time and due date are given for each job. Flow time is the cumulative of the processing time.
Tardiness of Job c, and Job b:
Flow time of Job c and Job b 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 9.
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 6.
Tardiness of Job d:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job d is 12.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 14.80 hours.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 5.40 hours.
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.31 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 7P
Explanation of Solution
Given information:
Job | Processing time per unit | Units per job | Setup time | Due date |
a | 0.14 | 45 | 0.7 | 4 |
b | 0.25 | 14 | 0.5 | 10 |
c | 0.1 | 18 | 0.2 | 12 |
d | 0.25 | 40 | 1 | 20 |
e | 0.1 | 75 | 0.5 | 15 |
Due date is given. Job time should be determined using the given processing time per unit, units per job, and setup time.
Example:
The procedure should be repeated for all the jobs. The resultant table is as follows:
Job | Job time (hours) | Due date (hours) |
a | 7 | 4 |
b | 4 | 10 |
c | 2 | 12 |
d | 11 | 20 |
e | 8 | 15 |
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-b-c-e-d.
Determine average flow time, average tardiness, and average number of jobs for EDD:
Job | Job time (hours) | Due date (hours) | Flow time | Tardiness |
a | 7 | 4 | 7 | 3 |
b | 4 | 10 | 11 | 1 |
c | 2 | 12 | 13 | 1 |
e | 8 | 15 | 21 | 6 |
d | 11 | 20 | 32 | 12 |
Total | 32 | 61 | 84 | 23 |
Average | 6.4 | 12.2 | 16.8 | 4.6 |
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:
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 3.
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 1.
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 1.
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 6.
Tardiness of Job d:
It is calculated by subtracting the flow time of the job from the due date of the project. Hence, the lateness of Job d is 12.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 16.80 hours.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 4.60 hours.
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.63 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 7P
Explanation of Solution
Given information:
Job | Processing time per unit | Units per job | Setup time | Due date |
a | 0.14 | 45 | 0.7 | 4 |
b | 0.25 | 14 | 0.5 | 10 |
c | 0.1 | 18 | 0.2 | 12 |
d | 0.25 | 40 | 1 | 20 |
e | 0.1 | 75 | 0.5 | 15 |
Due date is given. Job time should be determined using the given processing time per unit, units per job, and setup time.
Example:
The procedure should be repeated for all the jobs. The resultant table is as follows:
Job | Job time (hours) | Due date (hours) |
a | 7 | 4 |
b | 4 | 10 |
c | 2 | 12 |
d | 11 | 20 |
e | 8 | 15 |
Determine the sequence using critical ratio:
Initial critical ratio should be determined at day 0:
Job | Processing time (hours) | Due date | Critical ratio |
a | 7 | 4 | 0.57 |
b | 4 | 10 | 2.5 |
c | 2 | 12 | 6 |
d | 11 | 20 | 1.82 |
e | 8 | 15 | 1.88 |
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 7 hours, completion day of completed day would be 7.
Job | Processing time (hours) | Due date | Critical ratio |
a | - | - | - |
b | 4 | 10 | 0.75 |
c | 2 | 12 | 2.5 |
d | 11 | 20 | 1.18 |
e | 8 | 15 | 1 |
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 b has the lowest critical ratio. Hence, Job b would be completed next in the sequence of jobs.
Determine the critical ratio after the completion of Job a and Job b:
As the processing time of job a is 7 hours and Job b is 4, completion day of completed day would be 11 (7+4).
Job | Processing time (hours) | Due date | Critical ratio |
a | - | - | - |
b | - | - | - |
c | 2 | 12 | 0.5 |
d | 11 | 20 | 0.82 |
e | 8 | 15 | 0.5 |
Critical ratio for Job c:
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 c has the lowest critical ratio (break the tie arbitrarily). Hence, Job c would be completed next in the sequence of jobs after Job a and Job b.
Determine the critical ratio after the completion of Job a, Job b and Job c:
As the processing time of job a is 7 hours, Job b is 4, and Job c is 2 hours. completion day of completed day would be 13 (7+4+2).
Job | Processing time (hours) | Due date | Critical ratio |
a | - | - | - |
b | - | - | - |
c | - | - | - |
d | 11 | 20 | 0.82 |
e | 8 | 15 | 0.5 |
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 b, and Job c.
As Job d is the remaining job, it will be completed next.
Hence, the sequence of jobs using critical ratio is a-b-c-e-d.
Average flow time:
It is calculated by dividing the total flow time and number of jobs.
Hence, average flow time is 16.80 hours.
Average tardiness:
It is calculated by dividing the total tardiness and number of jobs.
Hence, average tardiness is 4.60 hours.
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.63 jobs.
Want to see more full solutions like this?
Chapter 16 Solutions
OPERATIONS MANAGEMENT W/ CNCT+
- Could you please help explain How was the poor strategic decisions lead to economic downturns of Circuit City Company? What are the sequences of key events and problems that contribute to its collapse. Could you please explain each one them and give the examples If Circuit City would apply Lean Six Sigma. would it helped prevent businesses from collapsed?? How Qualitative and quantitative Research Methodology in Case Study Research would affect Circuit City?arrow_forwardApple is a global technology company renowned for its innovation and design. To create its products, Apple has established a world class global supply chain to bring their products to market. What strategies is Apple using to source and manufacture its products? How does Apple view its responsibility to its suppliers and those who build its products?arrow_forwardCritical Path Method (CPM) is an important Project Management Tool that has wide industry application in modern day Project Management. By using an example of the project of your choice, critically examine the practical application of CPM as a Project Management Tool.arrow_forward
- what is an other difination for principle?arrow_forwardNeed help or ideas to design out two slides as my script and writing quite long to squeese into two slides. But can just point form in slides with correct title and a good script for me to present two slides in only 2.5 mins. Following is my draft, pls guide me step by step on powerpoint creation and good script to present findings. My draft: Slide 1: Foreign Labor Exploitation in Dyson's Supply Chain Introduction Dyson's former Malaysian supplier, ATA IMS Bhd, became embroiled in serious labor exploitation allegations in 2021. These concerns surfaced when whistleblowers exposed unethical labor practices affecting migrant workers, primarily from Nepal and Bangladesh. Key Forms of Exploitation Debt Bondage Due to Recruitment Fees Workers were forced to pay exorbitant recruitment fees before securing employment, often taking loans at high interest rates. This financial burden trapped them in debt bondage, leaving them with little choice but to accept exploitative working…arrow_forwardNot use ai pleasearrow_forward
- The Business Development Bank of Canada. (2023). Canadian economic outlook for 2024: Shifting into neutral. https://www.bdc.ca/en/articles-tools/blog/canadian-economic-outlook-for-2024-shifting-into-neutral “Despite persistently high inflation and rising interest rates, the news was generally better than expected for the Canadian economy in 2023” (BDC Blog 2024). Discussion Question: In your view, what are the most pressing problems for Canadian companies or consumers in 2024? Explain your answer using current examples of companies or consumer concerns.arrow_forwardhow have idividual objectives led to the current situation at TeraCog? what should Emaa do?arrow_forwardCan you write me an email about addressing an issue to mentor my supervisor the right way of deligating operations dutiesarrow_forward
- Can you right me an email about addressing an issue to mentor the right why of deligating operations dutiesarrow_forwardDefine delegation. Discuss in detail the four reasons why managers do delegation? Also statethe four main types of delegation.arrow_forwardB) Going forward, is Lean/JIT worth the risks? Should it be embraced (why?), abandoned (if so, why & what are the costs), or modified (how?) Do you think Lean works or not? Please write a complete response (about 1-2 paragraphs each part). Each team member should discuss and contribute so that the group agrees on their joint response. Please help each other and build upon and/or challenge others' points (in a respectful way!)arrow_forward
- Practical Management ScienceOperations ManagementISBN:9781337406659Author:WINSTON, Wayne L.Publisher:Cengage,Understanding Management (MindTap Course List)ManagementISBN:9781305502215Author:Richard L. Daft, Dorothy MarcicPublisher:Cengage Learning

