Prior vs Posterior Probability
$P(B)=2/5$ is the prior (before any observation). $P(B|L)=12/37$ is the posterior (after observing "reached late"). Bayes converts priors to posteriors using evidence.
Total Probability Theorem
If $H_1,H_2,H_3$ are mutually exclusive and exhaustive: $P(E)=\sum P(H_i)\cdot P(E|H_i)$. Always verify that the hypotheses are exhaustive: $P(B)+P(S)+P(C)=2/5+1/5+2/5=1$ ✓
LCM Trick for Fractions
To add $\dfrac{2}{25}+\dfrac{1}{15}+\dfrac{1}{10}$, find LCM(25,15,10)=150. Convert: $\dfrac{12}{150}+\dfrac{10}{150}+\dfrac{15}{150}=\dfrac{37}{150}$. Keeping a common denominator avoids decimal errors.
Quick Verification
After finding all three posterior probabilities, they must sum to 1. Here $12+10+15=37$, so $12/37+10/37+15/37=1$ ✓. This is a reliable check in exam conditions.