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

S8-SA5-0057

What is Program Evaluation and Review Technique (PERT)?

Grade Level:

Class 4

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

Definition
What is it?

Program Evaluation and Review Technique (PERT) is a tool used to plan and manage big projects. It helps us estimate how long a project will take by considering three different time estimates for each task: best-case, worst-case, and most likely.

Simple Example
Quick Example

Imagine your school is planning its annual day function. To make sure everything is ready on time, like practicing dances, decorating the stage, and inviting guests, the teachers might use PERT. It helps them guess how long each small task will take so the whole event runs smoothly.

Worked Example
Step-by-Step

Let's say your group has to prepare a presentation for a science fair. You need to estimate the time to 'Research the Topic'.
1. **Optimistic Time (O):** You think if everything goes perfectly, you can finish research in 2 hours.
2. **Pessimistic Time (P):** If there are many problems (internet slow, books not available), it might take 8 hours.
3. **Most Likely Time (M):** Usually, it takes about 3 hours.
---
**Formula for PERT Estimated Time (Te):** Te = (O + 4M + P) / 6
---
**Calculate Te:** Te = (2 + 4 * 3 + 8) / 6
---
Te = (2 + 12 + 8) / 6
---
Te = 22 / 6
---
Te = 3.67 hours
---
So, the PERT estimated time to research the topic is approximately 3.67 hours.

Why It Matters

PERT helps people in many fields plan complex projects better, from building new roads to launching satellites. Engineers, project managers, and even scientists use it to predict project timelines, manage resources, and avoid delays. It's a key skill for anyone who wants to lead big initiatives successfully.

Common Mistakes

MISTAKE: Only using the 'most likely' time estimate for a task. | CORRECTION: PERT requires three estimates (optimistic, pessimistic, most likely) to give a more realistic average, accounting for uncertainties.

MISTAKE: Thinking the PERT estimated time is always the exact time a task will take. | CORRECTION: The PERT time is an *estimate* or an average. Real-world tasks can still take more or less time, but PERT helps make the estimate more reliable.

MISTAKE: Not considering all tasks in a project when using PERT. | CORRECTION: For PERT to be effective, every single task needed to complete the project must be identified and estimated.

Practice Questions
Try It Yourself

QUESTION: A task has an optimistic time of 1 hour, a pessimistic time of 7 hours, and a most likely time of 2 hours. What is the PERT estimated time? | ANSWER: Te = (1 + 4*2 + 7) / 6 = (1 + 8 + 7) / 6 = 16 / 6 = 2.67 hours (approx)

QUESTION: For painting a classroom, the optimistic time is 4 hours, pessimistic is 16 hours, and most likely is 6 hours. Calculate the PERT estimated time for painting. | ANSWER: Te = (4 + 4*6 + 16) / 6 = (4 + 24 + 16) / 6 = 44 / 6 = 7.33 hours (approx)

QUESTION: Your team needs to build a model for a school competition. Task 1 (Designing) has O=3, M=5, P=13 hours. Task 2 (Building) has O=5, M=7, P=15 hours. Calculate the PERT estimated time for each task. If they do Task 1 then Task 2, what is the total estimated time for the project? | ANSWER: Task 1 Te = (3 + 4*5 + 13) / 6 = (3 + 20 + 13) / 6 = 36 / 6 = 6 hours. Task 2 Te = (5 + 4*7 + 15) / 6 = (5 + 28 + 15) / 6 = 48 / 6 = 8 hours. Total estimated time = 6 + 8 = 14 hours.

MCQ
Quick Quiz

What is the main purpose of PERT?

To find the cheapest way to do a project

To estimate the time a project will take, considering uncertainties

To decide who will do each task in a project

To list all the materials needed for a project

The Correct Answer Is:

B

PERT's primary goal is to provide a more reliable time estimate for projects by factoring in optimistic, pessimistic, and most likely scenarios, addressing uncertainties. The other options are not the main purpose of PERT.

Real World Connection
In the Real World

When ISRO plans a satellite launch, they use techniques like PERT to estimate the time needed for each stage: designing, building, testing, and finally launching. This helps them manage a very complex project with many uncertainties, ensuring India's space missions are successful and on schedule.

Key Vocabulary
Key Terms

OPTIMISTIC TIME: The shortest possible time a task can be completed | PESSIMISTIC TIME: The longest possible time a task might take, considering all delays | MOST LIKELY TIME: The most probable time a task will take under normal conditions | PROJECT: A planned piece of work with a specific goal and deadline | ESTIMATE: A careful guess about the time, cost, or size of something

What's Next
What to Learn Next

Now that you understand how PERT helps estimate task times, you can explore Critical Path Method (CPM). CPM builds on PERT by helping you identify the most important sequence of tasks that directly affects the project's overall completion time.

bottom of page