document.write( "Question 1177711: Roll a die once. Then roll it as many times as the outcome from the first roll. Getting the special number \"3\" on any roll means a win. What is the expected number of wins from this experiment? \n" ); document.write( "
Algebra.Com's Answer #850401 by CPhill(1987)\"\" \"About 
You can put this solution on YOUR website!
Let's solve this problem step-by-step.\r
\n" ); document.write( "\n" ); document.write( "**1. Define Random Variables**\r
\n" ); document.write( "\n" ); document.write( "* **X:** The outcome of the first roll (X can be 1, 2, 3, 4, 5, or 6).
\n" ); document.write( "* **Y:** The number of wins (getting a \"3\") in the subsequent rolls.\r
\n" ); document.write( "\n" ); document.write( "**2. Probability of Winning on a Single Roll**\r
\n" ); document.write( "\n" ); document.write( "* The probability of rolling a \"3\" on any single roll is 1/6.\r
\n" ); document.write( "\n" ); document.write( "**3. Conditional Expectation**\r
\n" ); document.write( "\n" ); document.write( "We need to find the expected number of wins given the outcome of the first roll.\r
\n" ); document.write( "\n" ); document.write( "* If X = 1, we roll the die once more. The expected number of wins is 1 * (1/6) = 1/6.
\n" ); document.write( "* If X = 2, we roll the die twice more. The expected number of wins is 2 * (1/6) = 2/6.
\n" ); document.write( "* If X = 3, we roll the die three more times. The expected number of wins is 3 * (1/6) = 3/6.
\n" ); document.write( "* If X = 4, we roll the die four more times. The expected number of wins is 4 * (1/6) = 4/6.
\n" ); document.write( "* If X = 5, we roll the die five more times. The expected number of wins is 5 * (1/6) = 5/6.
\n" ); document.write( "* If X = 6, we roll the die six more times. The expected number of wins is 6 * (1/6) = 6/6 = 1.\r
\n" ); document.write( "\n" ); document.write( "**4. Expected Value of X**\r
\n" ); document.write( "\n" ); document.write( "* Since the die is fair, each outcome of the first roll has a probability of 1/6.\r
\n" ); document.write( "\n" ); document.write( "**5. Total Expected Wins**\r
\n" ); document.write( "\n" ); document.write( "We need to find the expected value of Y, which is the sum of the conditional expectations multiplied by the probability of each outcome of X:\r
\n" ); document.write( "\n" ); document.write( "* E(Y) = (1/6) * (1/6) + (2/6) * (1/6) + (3/6) * (1/6) + (4/6) * (1/6) + (5/6) * (1/6) + (6/6) * (1/6)
\n" ); document.write( "* E(Y) = (1/36) * (1 + 2 + 3 + 4 + 5 + 6)
\n" ); document.write( "* E(Y) = (1/36) * 21
\n" ); document.write( "* E(Y) = 21/36
\n" ); document.write( "* E(Y) = 7/12\r
\n" ); document.write( "\n" ); document.write( "**Therefore, the expected number of wins from this experiment is 7/12.**
\n" ); document.write( "
\n" ); document.write( "
\n" );