← Year 12: Networks

NSWMaths Standard 2Syllabus dot point

What is the critical path in a project network, and how does it determine the minimum project duration?

Construct an activity network from a precedence table, identify the critical path and find the minimum project duration

A focused answer to the HSC Maths Standard 2 dot point on critical path analysis. Building an activity network from a precedence table, identifying paths through the network, and determining the minimum project duration via the critical (longest) path with worked Australian construction examples.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to take a precedence table for a project (list of activities, their durations and which other activities must finish before each one can start), build the activity network, find the critical path, and state the minimum project duration. This is the standard format for project management questions.

The answer

Activity network for a project with five activities and parallel paths A project network in activity-on-edge form. Activity A from event 1 to event 2 takes 2 units. From event 2, parallel activities B (duration 3) and C (duration 4) both lead to event 3. Activity D (5) goes from event 3 to event 4, and activity E (2) from event 4 to event 5. Critical path A C D E in accent, length 13. A (2) B (3) C (4) D (5) E (2) 1 2 3 4 5 Critical path A β†’ C β†’ D β†’ E, total duration 2 + 4 + 5 + 2 = 13

What is a project network

A project network is a directed graph representing a project. Vertices are events (states of completion). Edges are activities (tasks to be done). Each activity has a duration.

The two main conventions:

  • Activity-on-edge (AOE) also called activity-on-arrow. Activities are edges with durations as weights. Vertices are events (e.g. "Activity A complete").
  • Activity-on-node (AON). Activities are nodes with weights; edges represent the precedence ordering only.

NESA uses AOE convention. Each activity is a labelled edge with its duration as the weight.

Precedence table

A precedence table lists:

  • Each activity.
  • Its duration.
  • Its immediate predecessors (activities that must finish first).

From this table, you build the network.

Building the network

  1. Identify activities with no predecessors. These start at the project-start node.
  2. For each activity, find the node where all its predecessors finish; this is the activity's start node.
  3. Draw the activity as an edge from its start node to a new (or shared) end node.
  4. The project end node is where all the final activities (those that are no predecessor for anything) terminate.

You may need dummy activities (zero-duration edges) to enforce precedence without introducing false connections. Standard 2 questions usually avoid complicated cases that need dummies.

Paths through the network

A path is a sequence of activities from the project start to the project end. The length (duration) of a path is the sum of its activity durations.

The critical path

The critical path is the longest path through the network. Its length is the minimum possible project duration: no matter how you schedule the activities, the project cannot finish faster than the critical-path length, because that sequence of activities must happen in order.

Activities on the critical path are critical activities. Any delay to a critical activity delays the whole project.

Multiple critical paths

If two or more paths tie at the longest length, all of them are critical. All activities on any critical path are critical.

Why this matters

In real project management:

  • Critical activities need the most attention because they directly affect the deadline.
  • Non-critical activities have slack (covered in the "forward and backward scanning" dot point) which lets them be delayed without affecting the project end date.
  • Speeding up a critical activity shortens the project; speeding up a non-critical activity does not (until it becomes critical).

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q285 marksA project has activities AA through GG with durations and immediate predecessors. Construct an activity network, identify the critical path, and state the minimum project duration. (Precedence table given in the question.)
Show worked answer β†’

Step 1: Draw the activity network. Each activity is an edge from a start node to an end node. Predecessors finish at a shared node before successors begin.

Step 2: List all paths from project start to project end and their total durations.

For example: path AA-CC-FF-GG might have 4+3+5+2=144 + 3 + 5 + 2 = 14 days. Path AA-CC-EE-GG might have 4+3+6+2=154 + 3 + 6 + 2 = 15 days. Path BB-DD-EE-GG might have 3+4+6+2=153 + 4 + 6 + 2 = 15 days. Path BB-DD-FF-GG might have 3+4+5+2=143 + 4 + 5 + 2 = 14 days.

Step 3: Identify the critical path as the longest. In this example, two paths tie at 1515 days, so the critical path is AA-CC-EE-GG or BB-DD-EE-GG. The minimum project duration is 1515 days.

Markers reward the network diagram, the paths listed with durations, identification of the critical (longest) path, and the minimum project duration with units. If two paths tie, both are critical.

2023 HSC Q264 marksA project to renovate a kitchen has 55 activities with given durations and precedence constraints. Find the critical path and minimum project time.
Show worked answer β†’

Step 1: Build the network from the precedence table. Activities are edges; nodes are events.

Step 2: For each path from start to finish, sum the durations.

Step 3: The critical path has the largest sum. Activities on the critical path have zero float.

For example with activities A(2),B(3),C(4),D(2),E(3)A(2), B(3), C(4), D(2), E(3) where B,CB, C require AA and EE requires both CC and DD:

  • Path AA-BB has length 2+3=52 + 3 = 5.
  • Path AA-CC-EE has length 2+4+3=92 + 4 + 3 = 9.
  • Path DD-EE has length 2+3=52 + 3 = 5 (assuming DD has no predecessors).

Critical path: AA-CC-EE at 99 days.

Markers reward an attempted network sketch, the paths enumerated and summed, and identification of the longest path as critical.

Related dot points