Say I have 7 cards that are numbered from 1 to 7.
$D = \{1,2,3,4,5,6,7\}$
and events A and B:
$A =:$ getting an even number $\rightarrow \{2,4,6\}$
$B =:$ getting a number bigger than $4 \rightarrow \{5,6,7\}$
Then it follows:
$P(A) = 3/7 \hspace{0.5cm} \text{and} \hspace{0.5cm} P(B) = 3/7$
$P(A\cap B) = 1/7 \hspace{0.5cm} (\text{number 6})$
$P(A) \cdot P(B) = 9/49$
One of the rules for checking events dependency is
$P(A\cap B)= P(A)\cdot P(B) \rightarrow$ independent events
$P(A\cap B)\neq P(A)\cdot P(B) \rightarrow$ dependent events
From the example above
$P(A\cap B)\neq P(A)\cdot P(B)$
meaning that we are dealing with dependent events. However, I can not conceptually understand how these events are actually dependent, i.e. we can get an even number without throwing getting a number higher that 4. Can somebody help explaining?
This example expands from a 6-sided dice scenario. Events A and B are the same, but in this case $P(A\cap B) = P(A)\cdot P(B)$