52380512
A spinner has three equal sections labeled \(1\), \(2\), and \(3\). The spinner is spun twice. The random variable \(S\) is the sum of the two results.
a) Create a probability distribution table for \(S\).
b) Find the probability that the sum is at least \(4\).
Hints
- List the ordered pairs that can result from two spins.
- Determine how many equally likely outcomes there are.
- Organize the outcomes in a list or grid to find each possible sum.
- Translate “at least” into an inequality before selecting outcomes.
Solution
1. Each result has probability \(\frac{1}{3}\), so the two spins have \(3\cdot3=9\) equally likely ordered outcomes: \((1, 1)\), \((1, 2)\), \((1, 3)\), \((2, 1)\), \((2, 2)\), \((2, 3)\), \((3, 1)\), \((3, 2)\), and \((3, 3)\).
2. Count the outcomes for each sum: \(S=2\) occurs once, \(S=3\) twice, \(S=4\) three times, \(S=5\) twice, and \(S=6\) once. Therefore, the probabilities are \(\frac{1}{9}\), \(\frac{2}{9}\), \(\frac{3}{9}\), \(\frac{2}{9}\), and \(\frac{1}{9}\), respectively.
3. For a sum of at least \(4\), add the probabilities for \(S=4\), \(S=5\), and \(S=6\): \(P(S\ge4)=\frac{3}{9}+\frac{2}{9}+\frac{1}{9}=\frac{6}{9}=\frac{2}{3}\).
Answer
a)
<table border="1">
<tr>
<td>\(s\)</td>
<td>\(2\)</td>
<td>\(3\)</td>
<td>\(4\)</td>
<td>\(5\)</td>
<td>\(6\)</td>
</tr>
<tr>
<td>\(P(S=s)\)</td>
<td>\(\frac{1}{9}\)</td>
<td>\(\frac{2}{9}\)</td>
<td>\(\frac{3}{9}\)</td>
<td>\(\frac{2}{9}\)</td>
<td>\(\frac{1}{9}\)</td>
</tr>
</table>
b) \(P(S\ge4)=\frac{2}{3}\approx66.7\%\)
