document.write( "Question 1067085: Two number cubes were rolled 150 times. Find the experimental probability that a sum less than 4 appeared 15 times \n" ); document.write( "
Algebra.Com's Answer #682273 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Two number cubes were rolled 150 times. Find the experimental probability that a sum less than 4 appeared 15 times
\n" ); document.write( "----
\n" ); document.write( "# of ways to get sum of 2 or 3:: 1+2 = 3
\n" ); document.write( "P(get sum of 2 or 3) = 3/36 = 1/12
\n" ); document.write( "-------
\n" ); document.write( "P(getting sum < 4 in 150 rolls) = 150C3(1/12)^3*(11/12)^147
\n" ); document.write( "= binompdf(150,1/12,3) = 0.00089..
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------
\n" ); document.write( "
\n" );