Firstly, i want to sorry for asking the question that has been answered. This is because i don't have enough reputation so that i can ask the people who gave the answer.
The question that has been answered: Independent events, drawing cards without replacement.
Question: Two cards are chosen from a pack of cards without replacement. Are the following events independent? (i)the first card is a heart, (ii)the second card is a picture card.
After reading this, i still can not understand why these 2 events are independent. I can prove these 2 are independent:
$A$ : First card is a heart.
$B$ : Second card is a picture card.
\begin{align}
P(A) &= \frac{13}{52} \\
P(B) &= \frac{12}{52}
\end{align}
If we assume that these two events are independent then :
\begin{align}
P(A \cap B) &= P(A).P(B) = \frac{13.12}{52^2} = \frac{3}{52}
\end{align}
We also have:
\begin{split}
P(A \cap B) &= P(\text{first card is a heart card with picture }\cap B) \\
&\quad+ P(f\text{first card is a heart card not picture }\cap B)\\
&=\frac{3}{52}\cdot \frac{11}{51} \; + \frac{10}{52}\cdot\frac{12}{51} = \frac{3}{52}
\end{split}
So that:
\begin{align}
P(A \cap B) &= P(A)\cdot P(B)\;\;\textit{is true}
\end{align}
This proves that these two events are independent.
The reason here is that i think that when we pick the first card is a heart then we have two cases :
1) If we pick the first card, it is a heart picture card. So the number of picture cards and total cards in the pack of cards decreases.
2) If we pick the first card, it is a heart but not a picture card. So the number of total cards in the pack of cards decreases.
I think on both cases these 2 events are dependent because after the event $A$ happens, it affects to the probability of the event $B$.
After thinking a lot i still can not figure out why they are independent. Thanks a lot for reading and helping me !