document.write( "Question 932961: A die has faces that are numbered: 1, 1, 2, 2, 3, 6
\n" ); document.write( "(i) A game consists of throwing the die two times.
\n" ); document.write( "1. Draw a table to list the outcomes when the die is rolled twice the
\n" ); document.write( "two scores added to give a total score.
\n" ); document.write( "2. Calculate the probability that the total score on the two dice is:
\n" ); document.write( "I. 7,
\n" ); document.write( "II. greater than 5,
\n" ); document.write( "III. an even number,
\n" ); document.write( " IV. less than 4,
\n" ); document.write( " V. a multiple of 3.
\n" ); document.write( "(ii) Paul rolls a die 300 times. Using a Binomial model,
\n" ); document.write( "1. determine how many sixes would you expect him to obtain.
\n" ); document.write( "2. find the probability that he obtained 55 sixes.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #566484 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
__1_1_2_2_3_6
\n" ); document.write( "1|_2_2_3_3_4_7
\n" ); document.write( "1|_2_2_3_3_4_7
\n" ); document.write( "2|_3_3_4_4_5_8
\n" ); document.write( "2|_3_3_4_4_5_8
\n" ); document.write( "3|_4_4_5_5_6_9
\n" ); document.write( "6|_7_7_8_8_9_12\r
\n" ); document.write( "\n" ); document.write( ".....count them
\n" ); document.write( "P(sum = 7) = 4/36 = 1/9
\n" ); document.write( "P(sum > 5) = 12/36 = 1/3
\n" ); document.write( "P(sum < 4)
\n" ); document.write( "P(sum = a multiple of 3)
\n" ); document.write( "........
\n" ); document.write( "Paul rolls a die 300 times.
\n" ); document.write( "p(6) = 1/6
\n" ); document.write( "Exp 6s = (1/6)300 = 50
\n" ); document.write( "P(x = 55) = binompdf(300, 1/6, 55) = .0444 0r 4.44%
\n" ); document.write( " Using a TI calculator 0r similarly a Casio fx-115 ES plus
\n" ); document.write( "
\n" );