top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S8-SA5-0317

What is PERT in Project Management?

Grade Level:

Class 4

AI/ML, Data Science, Research, Journalism, Law, any domain requiring critical thinking

Definition
What is it?

PERT stands for Program Evaluation and Review Technique. It's a special way to plan big projects, especially when you are not sure how long each step will take. PERT helps you guess the best, worst, and most likely time for each task to finish.

Simple Example
Quick Example

Imagine you are planning a surprise birthday party for your friend. You need to buy a cake, decorate the room, and invite guests. PERT helps you think: 'What's the fastest I can buy the cake? What's the slowest? And what's the most likely time?' This helps you plan better.

Worked Example
Step-by-Step

Let's plan to make chai for guests.

Step 1: Get milk and sugar. We guess:
Fastest (Optimistic time, O) = 1 minute
Most Likely (M) = 2 minutes
Slowest (Pessimistic time, P) = 5 minutes

---

Step 2: Boil water and add tea leaves. We guess:
O = 3 minutes
M = 4 minutes
P = 8 minutes

---

Step 3: Calculate Expected Time (ET) for Step 1 using the PERT formula: ET = (O + 4M + P) / 6
ET for Step 1 = (1 + 4*2 + 5) / 6 = (1 + 8 + 5) / 6 = 14 / 6 = 2.33 minutes

---

Step 4: Calculate Expected Time (ET) for Step 2:
ET for Step 2 = (3 + 4*4 + 8) / 6 = (3 + 16 + 8) / 6 = 27 / 6 = 4.5 minutes

---

Step 5: Add the Expected Times for all steps to find the total expected time for making chai.
Total Expected Time = ET for Step 1 + ET for Step 2 = 2.33 + 4.5 = 6.83 minutes.

---

Answer: The expected time to make chai is about 6.83 minutes.

Why It Matters

PERT is super useful in fields like AI/ML and Data Science when launching new software or research projects where timelines are uncertain. Journalists use it to plan complex investigations, and lawyers use it to manage large cases. It helps professionals make smarter decisions and finish big projects on time.

Common Mistakes

MISTAKE: Only using the 'most likely' time to plan a project. | CORRECTION: Always consider the optimistic, most likely, and pessimistic times. PERT helps you think about all possibilities, not just one.

MISTAKE: Not breaking down a big project into smaller tasks before applying PERT. | CORRECTION: PERT works best when you divide your project into many small, manageable steps. This makes guessing times more accurate.

MISTAKE: Thinking the PERT formula gives an exact, guaranteed time. | CORRECTION: PERT gives an 'expected' time, which is a good estimate based on your guesses. It's not a promise, but a smart prediction.

Practice Questions
Try It Yourself

QUESTION: For a task, the optimistic time is 2 hours, most likely is 3 hours, and pessimistic is 10 hours. What is the Expected Time (ET) using the PERT formula? | ANSWER: ET = (2 + 4*3 + 10) / 6 = (2 + 12 + 10) / 6 = 24 / 6 = 4 hours.

QUESTION: A school project has two parts. Part A: O=1 day, M=2 days, P=3 days. Part B: O=3 days, M=4 days, P=5 days. What is the total expected time for the whole project? | ANSWER: ET for Part A = (1 + 4*2 + 3) / 6 = 12 / 6 = 2 days. ET for Part B = (3 + 4*4 + 5) / 6 = 24 / 6 = 4 days. Total ET = 2 + 4 = 6 days.

QUESTION: You are setting up a small shop. Task 'Buy supplies': O=5 hours, M=8 hours, P=17 hours. Task 'Set up shelves': O=2 hours, M=3 hours, P=10 hours. If you want to finish both tasks, what is the total expected time? If you only have 15 hours, can you expect to finish? | ANSWER: ET for 'Buy supplies' = (5 + 4*8 + 17) / 6 = (5 + 32 + 17) / 6 = 54 / 6 = 9 hours. ET for 'Set up shelves' = (2 + 4*3 + 10) / 6 = (2 + 12 + 10) / 6 = 24 / 6 = 4 hours. Total Expected Time = 9 + 4 = 13 hours. Yes, you can expect to finish within 15 hours because 13 hours is less than 15 hours.

MCQ
Quick Quiz

Which of these is NOT one of the time estimates used in the PERT formula?

Optimistic time

Most likely time

Average time

Pessimistic time

The Correct Answer Is:

C

The PERT formula uses Optimistic, Most Likely, and Pessimistic times. 'Average time' is not a specific input in the standard PERT calculation.

Real World Connection
In the Real World

ISRO (Indian Space Research Organisation) uses project management techniques like PERT to plan their complex satellite launches. They have to estimate how long each part of building a rocket and preparing for launch will take, even when there's a lot of uncertainty. This helps them manage risks and launch missions successfully.

Key Vocabulary
Key Terms

OPTIMISTIC TIME: The shortest possible time a task can be completed | MOST LIKELY TIME: The most probable time a task will take | PESSIMISTIC TIME: The longest possible time a task might take | EXPECTED TIME: The calculated average time a task is expected to take using PERT formula | PROJECT MANAGEMENT: The process of planning, organizing, and managing resources to complete a project.

What's Next
What to Learn Next

Next, you can learn about 'Critical Path Method (CPM)'. While PERT helps with uncertain times, CPM helps you find the longest path of tasks in a project, which is the shortest possible time to complete the whole project. It builds on understanding task durations.

bottom of page