Respuesta :

Problem:

You and your sister have six-sided dice each one. What is the probability that if both roll your dice, you get an even number and your sister get an odd number.

Now, each dice has 6 numbers: 1,2,3,4,5,6

The even numbers are: 2,4,6 (3 options)

The odd numbers are: 1,3,5 (3 options)

Now, the probability of rolling an even number is:

[tex]P(e)=\frac{3}{6}[/tex]

And the probability of rolling an odd number is:

[tex]P(o)=\frac{3}{6}[/tex]

Then, the probability that you get an even number and your sister an odd number is the product of the probabilities of each event:

[tex]\begin{gathered} P(e\cap o)=P(e)*P(o) \\ \\ P(e\cap o)=\frac{3}{6}*\frac{3}{6} \\ \\ P(e\cap o)=\frac{9}{36}=\frac{1}{4} \end{gathered}[/tex]

The probability is 1/4