document.write( "Question 982731: A 4-sided die is rolled. A 1 occurs 27.9% of the time, a 2 occurs 23.5% of the time, a 3 occurs 26.6% of the time, and a 4 occurs 22.0% of the time.
\n" );
document.write( "a) If the die is rolled 26 times, what is the probability that an even number occurs exactly 12 times?
\n" );
document.write( "b) What is the expected value of a single roll of the die?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #603529 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given: \n" ); document.write( "A 4-sided die, with the following pmf: \n" ); document.write( "1: 0.279 \n" ); document.write( "2: 0.235 \n" ); document.write( "3: 0.266 \n" ); document.write( "4: 0.220 \n" ); document.write( "(Total=1.000) \n" ); document.write( " \n" ); document.write( "(a) Rolled 26 times, need probability that an even number occurs exactly 12 times. \n" ); document.write( "(b) Find expected value of a single roll of the die. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "(A) Probability of getting an even number 12 times out of 26 tosses. \n" ); document.write( "Probability of getting an even number at each toss, \n" ); document.write( "p = P(2)+P(4)=0.235+0.220=0.455 \n" ); document.write( " \n" ); document.write( "To find probability of rolling an even number 12 times out of 26, we use binomial theorem: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Therefore \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(B) Expected value of a single throw E[X] \n" ); document.write( "Using the standard formula, \n" ); document.write( "E[X]=sum x*p(x)= |