When drawing without replacement, the probability of two successes changes after the first draw. The formula is:
\[ P = \frac{k}{n} \times \frac{k-1}{n-1} \]
Here, \(k\) is the number of favourable outcomes, and \(n\) is the total outcomes.
If the problem says “without replacement”, then probabilities change after the first draw. This is the key signal.
The formula \(P=\frac{k}{n}\times\frac{k-1}{n-1}\) calculates the probability of two dependent successes without replacement. It reflects how both numerator and denominator shrink after the first success.