Basic Probability with R

Hello,
I have just started learning Rstudio. I am working on the topic mentioned. Any help would be appreciated. Thanks!

Suppose you have 4 different dice; two fair and two biased ones. For the first biased die, a 3 appears twice more often than the other numbers. For the second biased one, a 6 appears 5 times more often than the other rest. Consider the following experiment: We put all four dice in a bag and randomly pick and throw one die and observe the outcome number, that is (1,...,6). Simulate this experiment 100 times in R using set.seed(300) and store generated numbers. Let D = d1, ...d4 and X = 1, .., 6 be the random variable representing the dice and observed numbers on the die, respectively.

Another hint:
https://math.stackexchange.com/questions/588057/dice-biased-such-that-a-3-comes-up-twice-as-often-as-each-other-number

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.