document.write( "Question 1152116: A radio station has a contest in which contestants toll a regular 6-sided die. If he rolls a 1 or 2, he wins $50. If he rolls a 3 or a 4, he wins $100. If he rolls a 5, he wins $1000. If he rolls a 6, he doesn't win anything. What is the probability that out of the first 5 contestants exactly 2 win $100? \n" ); document.write( "
Algebra.Com's Answer #774093 by greenestamps(13198)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "P(win $100) = 2/6 = 1/3 [win $100 with either a 3 or a 4]
\n" ); document.write( "P(other outcome (\"lose\")) = 2/3

\n" ); document.write( "The \"probability vector\" for each roll is

\n" ); document.write( "\"%281%2F3%29W%2B%282%2F3%29L\" [1/3 chance of \"winning\" (W); 2/3 chance of \"losing\" (L)]

\n" ); document.write( "The probability that exactly 2 out of 5 contestants win $100 is the coefficient of the \"(W^2)(L^3)\" term in the expansion of \"%28%281%2F3%29W%2B%282%2F3%29L%29%5E5\"

\n" ); document.write( "Expand using the binomial theorem. The coefficient of the (W^2)(Y^3) term is

\n" ); document.write( " = 0.3292181 to 7 decimal places.

\n" ); document.write( "If you have a TI83 calculator, you can confirm that result with

\n" ); document.write( "2nd-VARS
\n" ); document.write( "binompdf(5,1/3,2) [5 trials; 1/3 probability of winning; 2 successes]
\n" ); document.write( "
\n" );