Final answer:
Using the Central Limit Theorem, the expected total when rolling the die 100 times is 350 with a standard deviation of 17.1. A z-score calculation gives us the number of standard deviations the score of 375 is above the mean. The probability that the total score is at least 375 is approximately 0.0721.
Step-by-step explanation:
To solve this problem, we can use the Central Limit Theorem (CLT), which states that when an independent random variable is sampled repeatedly, the mean of the sample will form a normal distribution (a bell curve) if the sample size is sufficiently large. In our case, X represents the outcome of a single die roll, and we are given that the mean (μX) is 3.5 and the standard deviation (σX) is 1.71.
When the die is rolled 100 times, the expected total sum would be 100 times the mean of a single die roll, so:
- Expected total sum (μTotal) = 100 * μX = 100 * 3.5 = 350.
Similarly, the standard deviation of the total sum (σTotal) is the standard deviation of a single die roll multiplied by the square root of the number of dice:
- Standard deviation of total sum (σTotal) = √100 * σX = 10 * 1.71 = 17.1.
To find the probability that the total score is at least 375, we can use the normal distribution and z-score. The z-score is calculated by taking the difference between the target total score and the expected total sum, and then dividing by the standard deviation of the total sum:
- Z = (Target total score - μTotal) / σTotal = (375 - 350) / 17.1 ≈ 1.46.
The z-score tells us how many standard deviations away from the mean our target value is. Consulting a z-table or using a calculator would give us the probability of having a sum less than the target. To find the probability of at least the target, we subtract that value from 1.
For example, if the probability of having a sum less than 375 is 0.9279, then the probability of having a sum of at least 375 is 1 - 0.9279 = 0.0721.
The correct answer would therefore be (c) 0.0721, given our approximation.