Given the events below, determine which equation correctly calculates the probability of drawing two kings in a row from a standard 52-card deck, without replacement.
Event A: The first card drawn is a king.
Event B: The second card drawn is a king.
A. P(A n B) = P(A) * P(B|A)
B. P(A n B) = P(A) * P(B)
C. P(A n B) = P(A) * P(A|B)
D. P(A n B) = P(B) * P(B|A)