Skip to content
M
hscscienceMaths Std · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 6 · L7 of 12 ~25 min MS12-7 ⚡ +50 XP available

Introduction to Critical Path Analysis

Sydney Metro project managers use critical path analysis to identify which construction tasks cannot be delayed without pushing back the entire line opening date. This lesson introduces the activity network — the diagram that makes those decisions visible and mathematical.

Today's hook — Building a house: foundations (3 days), framing after foundations (5 days), roofing after framing (2 days), electrical during framing (4 days). What is the minimum build time? Can electrical and framing really run together?
0/5QUESTS
Worksheets

Practise this lesson

Three printable worksheets that build from foundations to mastery — or build your own from any module’s questions.

01
Recall — your gut answer first
+5 XP warm-up

Building a house: foundations (3 days), framing after foundations (5 days), roofing after framing (2 days), electrical runs during framing (4 days). What is the minimum number of days to complete the build?

Before reading on — estimate the minimum time and explain your reasoning.

auto-saved
02
The big idea — longest path = minimum time
reference

Critical Path Analysis (CPA) models a project as a network of activities. The critical path is the longest path through the network — it determines the minimum time to complete the project. Activities on this path cannot be delayed.

Activity: a task with a specified duration. Shown as an arrow in the network.

Precedence: activity A is an immediate predecessor of B if B cannot start until A finishes.

Activity network: a directed graph where arrows = activities, nodes = events (start/end points).

Minimum project time: the length of the longest path through the network (the critical path).

CRITICAL PATH = LONGEST PATH Minimum project duration = longest path Parallel activities: total = max of the two Sequential activities: total = sum of durations Critical path cannot be delayed
House build: foundations(3) + framing(5) + roofing(2) = 10 days. Electrical(4) runs during framing — parallel, so it does NOT add to total. Minimum = 10 days.
Precedence table first
Always convert the verbal description to a precedence table (Activity | Duration | Immediate predecessors) before drawing the network.
Longest path = critical path
The critical path is the LONGEST route from start to end. It equals the minimum project duration. Shorter paths have "spare time" (float).
Parallel = max, not sum
When activities run in parallel, the total time is the MAXIMUM duration, not the sum. Both must finish before the next activity starts.
03
What you will master
Know

Key facts

  • Activity, duration, precedence definitions
  • Minimum project time = longest path
  • Critical path cannot be delayed
Understand

Concepts

  • How parallel vs sequential tasks differ
  • Why longest path = minimum time
  • How to read a precedence table
Can do

Skills

  • Build a precedence table from a description
  • Draw an activity network from a table
  • Find the minimum project time
04
Key terms
ActivityA task that takes time to complete, shown as an arrow in the activity network.
DurationThe time required to complete an activity.
Immediate predecessorThe activity that must finish directly before another can begin.
Activity networkA directed graph showing activities (arrows) and events (nodes) with dependencies.
Critical pathThe longest path through the activity network — determines the minimum project duration.
Minimum project timeThe shortest possible time to complete the project — the length of the critical path.
05
Reading a precedence table
core concept

A precedence table has three columns: Activity, Duration, Immediate predecessors. It completely defines the project network.

Rules for reading:

  • Activities with "—" as predecessors can start immediately (at time 0).
  • Only list immediate predecessors — the network captures indirect dependencies automatically.
  • Multiple predecessors in one row means ALL must finish before this activity starts.

Example — office fit-out:

ActivityDuration (days)Immediate predecessors
A — Strip out2
B — Electrical4A
C — Plumbing3A
D — Fit-out5B, C
Analysis: A must finish before B or C can start. B and C can run in parallel (both need only A). D needs both B and C finished. Paths: A–B–D = 2+4+5=11. A–C–D = 2+3+5=10. Minimum = max(11,10) = 11 days.
What to write in your book
  • Precedence table: Activity | Duration | Immediate predecessors.
  • "—" = can start immediately. Multiple predecessors = all must finish first.
  • Minimum time = longest path through network.
Quick check: Activities B and C both require A as their only immediate predecessor. This means B and C:
06
Drawing an activity network from a precedence table
core concept

To draw an activity network (node = event, arrow = activity):

  1. Draw a start node. Draw arrows for all activities with no predecessors.
  2. For each activity, draw a node at its end and an arrow for the activity itself, labelled with name and duration.
  3. Activities with shared predecessors must both end before the successor can start — merge their end nodes or use a dummy arrow.
  4. Draw a final node where all terminal activities end.
Key rule: Arrows go left to right. Later activities appear to the right. No arrow should point backwards. Activities on the same "level" (same predecessors) can be drawn side by side.
What to write in your book
  • Node = event (numbered circle). Arrow = activity (labelled with name and duration).
  • Left to right: start → activities → end.
  • Merged nodes: when multiple activities feed into the same successor.
Which does NOT belong in an activity network?
07
The critical path — longest path = minimum time
core concept

The critical path is the longest directed path from the start node to the end node. Its length equals the minimum project duration. Key properties:

  • Any delay to an activity on the critical path delays the entire project.
  • Activities NOT on the critical path have spare time (float) — they can be delayed without affecting the finish date.
  • A project may have more than one critical path if two paths share the maximum length.
How to find it: List all paths from start to end. Calculate each path length (sum of activity durations on that path). The longest path is the critical path. The minimum project duration = that longest path length.
What to write in your book
  • Critical path = longest path. Minimum project time = critical path length.
  • Activities on critical path: zero float — cannot be delayed.
  • Off critical path: has float — can be delayed by up to float amount.
Complete: The minimum project duration equals the _______ path through the activity network.
PROBLEM 1 · BUILD TABLE AND FIND MINIMUM TIME

Activities: A(4,—), B(3,A), C(2,A), D(5,B&C). Find the minimum project time.

1
Draw network: start→A→split→B and C→merge→D→end
A has no predecessor; B and C both need A; D needs both B and C
PROBLEM 2 · 5-ACTIVITY NETWORK

Activities: A(2,—), B(4,A), C(3,A), D(2,B), E(5,C&D). Find minimum project time and critical path.

1
Identify paths: A→B→D→E and A→C→E
E needs both C and D, so both paths merge at E
PROBLEM 3 · HOUSE BUILD REVISIT

Foundations(A,3), Framing(B,5,A), Roofing(C,2,B), Electrical(D,4,A). What is the minimum build time?

1
A has no predecessors. B needs A. C needs B. D needs A (parallel with B).
Read the precedence information carefully
09
Practice activity
+10 XP
  1. A project: A(3,—), B(2,—), C(4,A), D(3,B), E(2,C&D). Find the minimum project time.
  2. In the project above, which activities are on the critical path?
  3. Activity F(5) is added to the project above, with predecessors C and D. Does this change the minimum project time? By how much?
  4. Explain why delaying an activity that is NOT on the critical path might still cause a problem in practice.
auto-saved
10
Revisit your thinking

The house build minimum time is 10 days: foundations(3) + framing(5) + roofing(2). Electrical runs in parallel with framing — it finishes in 7 days while framing takes 5, so it doesn't delay anything. The critical path is A–B–C.

auto-saved
01
Multiple choice
+5 XP per correct

Q1. The minimum project duration is determined by:

Q2. Activities B and C both depend only on A. After A finishes, B and C:

Q3. Project: A(3,—), B(5,A), C(2,A), D(4,B&C). Minimum project time:

Q4. Which activities are on the critical path for Q3 above?

Q5. An activity that is NOT on the critical path:

02
Short answer
ApplyBand 43 marks

SA 1. A project has activities: A(2,—), B(3,—), C(5,A), D(4,B), E(3,C&D). (a) Construct the precedence table. (b) Find the minimum project time. (c) State the critical path. (3 marks)

auto-saved
AnalyseBand 52 marks

SA 2. Explain why the minimum project time equals the LONGEST path, not the shortest path. Give a real-world analogy. (2 marks)

auto-saved
Answers (click to reveal)

MC 1–D; MC 2–A; MC 3–C: A–B–D = 3+5+4=12. MC 4–B. MC 5–C.

SA 1: (a) Table correct [1]; (b) Min=10 [1]; (c) Both A–C–E and B–D–E [1].

SA 2: Explanation of "all paths must complete" [1]; valid analogy [1].

01
Boss battle · The Project Planner
earn bronze · silver · gold

Timed questions on activity networks and critical paths.

⚔ Enter the arena

Mark lesson as complete

Tick when you've finished.