I understand well the concept of independence if it is rolling a balance die twice. of course, the first roll and the second roll are independent, because the first roll does not impact the second roll.
A:{ 6 appears in the first roll } P(A)= 1/6
B:{ 6 appears in the second roll } P(B)= 1/6
A ∩ B: {both rolls show 6} P(A ∩ B) = 1/36
P(A ∩ B)= P(A)P(B)
Now, I am rolling the die once. Can I say A and B are independent in the following case:
A = {1, 2}; P(A) = 2/6
B = {2, 3, 4} ; P(B) = 3/6
A∩B = {2}; P(A∩B) = 1/6
P(A∩B) = P(A)P(B)
How to understand the concept of independance that event A = {1, 2} does not affect event B = {2, 3, 4} . I am confused.