An number cube (a fair die) is rolled 3 times. For each roll, we are interested in whether the roll comes up even or odd. An outcome is represented by a string of the sort oee (meaning an odd number o
A) The first roll is odd, and the next two rolls are even.
B) The first two rolls are odd, and the third roll is even.
C) The first roll is even, and the next two rolls are odd.
D) The first two rolls are even, and the third roll is odd.