The 2026 PMP is a situational exam, not a math exam. Only a handful of questions ask you to calculate anything, but those are points you can lock in cold, because a formula either gives you the right number or it does not. This guide covers every formula worth knowing for the 2026 exam, each with what the variables mean, a worked example with real numbers, and the trap that costs people the point. Knowing when a formula applies matters more than memorizing a long list, so each section tells you what a question looks like when it wants that formula.
The formulas that actually show up
You do not need a wall of equations. A small set covers nearly every calculation question on the current exam, and the rest of your score comes from judgment, not arithmetic. Here is the whole set at a glance before we work through each one.
| Formula | What it answers | The equation |
|---|---|---|
| Communication channels | How many lines of communication exist | n(n - 1) / 2 |
| Three-point (triangular) | Expected duration or cost, even weighting | (O + M + P) / 3 |
| Three-point (beta / PERT) | Expected duration or cost, most likely weighted | (O + 4M + P) / 6 |
| Standard deviation (beta) | How uncertain the estimate is | (P - O) / 6 |
| Float (slack) | How long an activity can slip | LS - ES, or LF - EF |
| Earned value set | Are we over or under, ahead or behind | See the dedicated guide |
Communication channels: n(n - 1) / 2
This is one of the most commonly tested formulas on the exam because it is quick to ask and easy to get wrong under pressure. It tells you how many separate lines of communication exist on a team of a given size. As people join, the channels grow much faster than the headcount, which is the whole point the question is testing.
The formula is n(n - 1) / 2, where n is the number of people. Count everyone who communicates, and do not forget yourself.
Worked example. Your project has 9 team members and you, the project manager, for 10 people total. Channels are 10 times 9, which is 90, divided by 2, which is 45. Now a new stakeholder joins, bringing the team to 11. Channels become 11 times 10, which is 110, divided by 2, which is 55.
The trap. The question often gives you a starting team, adds one or two people, and asks for the increase, not the new total. In the example above, the increase is 55 minus 45, which is 10, not 55. Read the last line of the question and decide whether it wants the total or the change before you touch the math. The other classic slip is forgetting to count yourself, which throws n off by one and every answer with it.
Three-point estimates: two versions, and the exam expects both
Three-point estimating improves a single guess by using three: an optimistic value (O, the best case), a most likely value (M), and a pessimistic value (P, the worst case). The 2026 PMP treats this as core estimating content. The PMBOK Guide describes duration estimates built from three points with an assumed distribution, and there are two distributions you need to recognize, because they give different answers.
Triangular distribution weights all three points equally. The PMBOK Guide gives this as one commonly used formula:
tE = (O + M + P) / 3
Use it when the question says triangular, or when there is little historical data and no reason to favor the most likely value.
Beta distribution, the version most people call the PERT formula, weights the most likely value four times as heavily. This reflects the idea that reality usually lands near the most likely case rather than the extremes:
tE = (O + 4M + P) / 6
Worked example. An activity is optimistically 6 days, most likely 10 days, pessimistically 20 days.
- Triangular: (6 + 10 + 20) / 3 = 36 / 3 = 12 days.
- Beta / PERT: (6 + 4 times 10 + 20) / 6 = (6 + 40 + 20) / 6 = 66 / 6 = 11 days.
Same three numbers, different expected duration, because beta pulls the estimate toward the most likely value. That difference is exactly what a question is testing when it bothers to name the distribution.
The trap. If the question names a distribution, use that one. If it just says "three-point estimate" with no distribution named, the beta or PERT version is the usual default in exam questions, but the safest move is to check the answer options, since the wrong distribution usually appears as a distractor. Do not assume.
Standard deviation: (P - O) / 6
Standard deviation tells you how much spread, and therefore how much risk, sits inside a three-point estimate. A wide gap between optimistic and pessimistic means an uncertain activity, and the formula puts a number on that uncertainty. It pairs with the beta estimate above.
The commonly taught formula is (P - O) / 6.
Worked example. Using the same activity, optimistic 6 and pessimistic 20, the standard deviation is (20 - 6) / 6, which is 14 / 6, roughly 2.3 days. A large standard deviation next to a small one flags the activity that deserves more attention or reserve, which is often what the question is really asking you to identify.
The trap. Standard deviation uses only the optimistic and pessimistic values. The most likely value does not appear in it, so if you see M in a standard-deviation answer choice, that option is wrong by construction.
Float: LS - ES
Float, also called slack, is how long an activity can slip without delaying the project. It is the quiet backbone of critical path questions, because the activities with zero float are the critical path, and the critical path is the longest path through the network and the shortest possible project duration.
Total float is Late Start minus Early Start, or equivalently Late Finish minus Early Finish. Both give the same number.
Worked example. An activity has an early start of day 5 and a late start of day 8. Its float is 8 minus 5, which is 3 days, so it can begin up to three days late before it pushes the project. An activity whose early start and late start are the same has zero float and sits on the critical path, where any slip delays the whole project.
The trap. Questions blur total float and free float. Total float is slack against the project end date. Free float is how long an activity can slip without delaying its immediate successor, which is a tighter limit. When a question mentions not delaying the next activity specifically, it wants free float, not total float.
Earned value: the one set with its own guide
Earned value management is the largest formula family on the exam, covering whether you are over or under budget and ahead of or behind schedule, plus forecasting where the project will end up. The core relationships are cost performance index (CPI equals EV over AC), schedule performance index (SPI equals EV over PV), and the two variances, cost variance (CV equals EV minus AC) and schedule variance (SV equals EV minus PV). Because it is a whole system with its own memory tricks and forecasting formulas, it has a dedicated walkthrough.
Work the full set, with the variance and index formulas, the forecasting formulas like EAC and ETC, and the direction rule for reading whether a number is good or bad, in PMP EVM Formulas Explained with Examples.
How to actually remember these
Do not brute-force a formula sheet. A few habits make these stick and, more importantly, make you fast on exam day.
- Anchor each formula to the question that triggers it. "How many lines of communication" means n(n - 1) / 2. "Best, worst, most likely" means a three-point estimate. Recognition beats recall.
- Learn the traps, not just the formulas. Most missed calculation questions are read wrong, not computed wrong. Total versus change, total float versus free float, which distribution is named. The trap is where the point is won or lost.
- Practice with the exam's own wording. A formula you can state is not the same as one you can spot inside a two-paragraph scenario under time pressure. Drill them inside real question stems, which is where the reading pattern for PMP questions does the heavy lifting.
If you want the fastest reference on exam morning, the free PMP cheat sheet puts these on one page. And if formula anxiety is bleeding into your mock scores, it usually is not the math, as the mock score breakdown explains.
Common Questions
How many formulas do I need to memorize for the 2026 PMP exam?
Fewer than most people fear. The 2026 PMP is a mindset and situational exam, not a math exam, so calculation questions are a small share of the 180 items. The formulas worth knowing cold are communication channels, three-point estimates, float, and the earned value set. Knowing when a formula applies matters more than knowing many formulas.
What is the communication channels formula for the PMP exam?
The number of communication channels is n(n-1)/2, where n is the number of people involved. For 10 people that is 10 times 9 divided by 2, which is 45 channels. A common exam trap adds a stakeholder and asks for the increase, so read whether the question wants the new total or the change.
Is the PERT formula on the 2026 PMP exam?
Three-point estimating is on the exam, and you should know both forms. The triangular estimate is (Optimistic + Most Likely + Pessimistic) divided by 3. The beta or weighted estimate, often called PERT, is (Optimistic + 4 times Most Likely + Pessimistic) divided by 6, which weights the most likely value more heavily. Read the question to see which distribution it names.
Do I need to memorize earned value formulas for the PMP?
Know the earned value set well enough to recognize what a question is asking, since a few items will test it directly. The core relationships are CPI equals EV over AC, SPI equals EV over PV, and the variances CV equals EV minus AC and SV equals EV minus PV. Our full earned value guide works each one with numbers.
Drill these inside real 2026 questions
4,500+ questions tagged to the 2026 ECO · a full 2026 case study · AI Coach powered by Claude. Free to start.
Start Free →Related: PMP EVM Formulas Explained · How to Read a PMP Question and Spot the Trap · Free PMP Cheat Sheet