- #1
Tasaio
- 20
- 0
Hi there,
This question is giving me some trouble...
1.1-6
A game consists of rolling a pair of dice and moving a game piece the number of spaces according to the total number of dots on the dice. In order to move the game piece on a player's first turn, the player must roll a 1 or a 6 on at least one die. Give a sample space for this experiemnt, and list the sample points associated with the event "moving on the first turn."
My attempt
The sample space is:
S = {
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6),
(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6),
(3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6),
(4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6),
(5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6),
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
}
The event "moving the first turn" is
E = { (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6),
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
}
since the player can only move if a 1 or a 6 is rolled on at least one die.
Should these sets be simplified by the assumption that (x, y) is the same thing as (y, x)?
This question is giving me some trouble...
1.1-6
A game consists of rolling a pair of dice and moving a game piece the number of spaces according to the total number of dots on the dice. In order to move the game piece on a player's first turn, the player must roll a 1 or a 6 on at least one die. Give a sample space for this experiemnt, and list the sample points associated with the event "moving on the first turn."
My attempt
The sample space is:
S = {
(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6),
(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6),
(3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6),
(4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6),
(5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6),
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
}
The event "moving the first turn" is
E = { (1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6),
(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)
}
since the player can only move if a 1 or a 6 is rolled on at least one die.
Should these sets be simplified by the assumption that (x, y) is the same thing as (y, x)?