Respuesta :

Answer:  1/12

==========================================================

Explanation:

Let's use (x,y) notation to denote the results of the two dice. So x is the first dice value and y is the second. Something like (2,1) means we rolled a '2' on the first die, and a '1' on the second die. The order matters.

We want both x and y to be odd, and we also want x+y < 5.

Here are all of the ways to fit those conditions:

  • (1,1)
  • (1,3)
  • (3,1)

There are 3 ways to achieve this goal out of 6*6 = 36 ways to roll two dice without any restriction. The probability we're aiming for is 3/36 = 1/12

Side note: 1/12 = 0.0833 = 8.33% approximately.