Let $S$ be the set of all 4-digit numbers greater than 6999.
An element of $S$ is randomly chosen. Consider the following events:
- A: The chosen number is even;
- B: The digits of the chosen number are all different.
Find out if these events are independent.
About this exercise my book gives me the hint that independent events have the following property:
$$p(A \cap B) = p(A)\cdot p(B)$$
I know that
- $p(A) = \frac{3\cdot10\cdot10\cdot5}{3000} = \frac{1}{2}$
- $p(B) = \frac{3\cdot9\cdot8\cdot7}{3000} = \frac{63}{125}$
- $p(A)\cdot p(B) = \frac{63}{250}$
My problem is that I am not sure how to calculate $p(A \cap B)$.
I think I could calculate all probabilities for the positions of odd or even numbers, so that the last digit is always even, but that would take an eternity (or maybe not?).
However, these events are obviously not independent because if the digits all have to be different then the digits of the leftmost 3 numbers are always going to influence the 4th digit.
Is this correct? Or do I really have to calculate all posibilities? If so, yes there any quicker way of doing that?