The formula
Attendance % = (attended / total) × 100 ; classes needed n: (attended + n) / (total + n) ≥ 0.75
- attended
- classes you have attended
- total
- classes held so far
- n
- consecutive future classes needed to reach the threshold
Worked example
30 classes attended out of 45 held.
- Current: 30 / 45 = 66.7 %
- Need (30 + n) / (45 + n) ≥ 0.75
- 30 + n ≥ 33.75 + 0.75n → 0.25n ≥ 3.75
n = 15 — fifteen consecutive classes without a single miss to reach 75 %.
Where you'll use it
The calculation every student does too late. Note how the arithmetic punishes early absence: recovering from 66 % takes fifteen perfect classes, while staying above the line costs nothing.