document.write( "Question 947929: It is found that when a particular 4-sided die is rolled a 1 occurs 24.2% of the time, a 2 occurs 26.3% of the time, a 3 occurs 27.1% of the time, and a 4 occurs 22.4% of the time.
\n" );
document.write( "a.) If the die is rolled 32 times, what is the probability that an even number occurs exactly 16 times?
\n" );
document.write( "b.)What is the expected value of a single roll of the die? \n" );
document.write( "
Algebra.Com's Answer #578519 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is found that when a particular 4-sided die is rolled a 1 occurs 24.2% of the time, a 2 occurs 26.3% of the time, a 3 occurs 27.1% of the time, and a 4 occurs 22.4% of the time. \n" ); document.write( "--- \n" ); document.write( "P(even) = 26.3%+22.4% = 48.7% \n" ); document.write( "----------------------- \n" ); document.write( " a.) If the die is rolled 32 times, what is the probability that an even number occurs exactly 16 times? \n" ); document.write( "Ans: P(x = 16) = 32C16*(0.487^16)*(0.513^16) = binompdf(32,0.487,16) = 0.1384 \n" ); document.write( "---------------------------------------- \n" ); document.write( " b.)What is the expected value of a single roll of the die? \n" ); document.write( "E(x) = 0.242*1 + 0.263*2 + 3*0.271*3 + 4*0.224 = 2.477 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |