Orient and prepare
Recall the scan problem, then organise the essential EST and LST language.
Practise this lesson
Three printable worksheets that build from foundations to mastery, or build your own from any module’s questions.
Think First
In a building project, Activity A (foundations, 4 days) must finish before Activities B (framing, 3 days) and C (plumbing, 5 days) can start. B and C both feed into D (roofing, 2 days).
Before reading on, what is the earliest day roofing (D) can start? And: what is the latest day framing (B) can start without delaying the final completion date?
Learning Intentions
- Define Earliest Start Time (EST) and Latest Start Time (LST) for each activity
- Apply the forward scan to find EST for every node, working left to right
- Apply the backward scan to find LST for every node, working right to left
- Record EST and LST in split node boxes on a network diagram
- Interpret which activities are on the critical path using EST and LST values
Key Terms
- EST (Earliest Start Time)
- The earliest a node can be reached, the maximum of all incoming path totals at that node.
- LST (Latest Start Time)
- The latest a node can be reached without delaying the project, found by working backwards from the final node.
- Forward scan
- Working left to right through the network, calculating EST at each node by taking the maximum path total from the start.
- Backward scan
- Working right to left, calculating LST at each node by taking the minimum of (successor LST − activity duration).
- Node box
- A split box on each node showing EST (left) and LST (right). On the critical path, EST = LST.
- Float
- The slack in a non-critical activity: LST − EST. (Studied in detail in Lesson 9.)