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)\"\" \"About 
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( "\"P%28n%2Cr%29=C%28n%2Cr%29p%5Er%2A+%281-p%29%5E%28n-r%29\"
\n" ); document.write( "\"++++where+C%28n%2Cr%29=n%21%2F%28r%21%28n-r%29%21%29\"
\n" ); document.write( "
\n" ); document.write( "Therefore
\n" ); document.write( "\"P%2826%2C12%29=C%2826%2C12%29%2A0.455%5E12%2A+%281-0.455%29%5E%2826-12%29=0.15508\"
\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)=\"1%2A0.279%2B2%2A0.235%2B3%2A0.266%2B4%2A0.220=2.427\"
\n" ); document.write( "
\n" );