document.write( "Question 678281: A fair die is rolled 8 times. What is the probability that an even number (2,4, 6) will occur between 2 and 4 times? Round your answer to four places after the decimal \n" ); document.write( "
Algebra.Com's Answer #421238 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A fair die is rolled 8 times. What is the probability that an even number (2,4, 6) will occur between 2 and 4 times? Round your answer to four places after the decimal
\n" ); document.write( "--------
\n" ); document.write( "Binomial Problem with n = 8 ; p(even) = 1/2 ; P(odd) = 1/2
\n" ); document.write( "--------
\n" ); document.write( "P(2<= x <=4) = binomcdf(8,1/2,4)-binomcdf(8,1/2,1) = 0.6016
\n" ); document.write( "====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );