document.write( "Question 878792: You roll a fair 6-sided die 8 times. What is the probability that you will roll at least four “4’s”? \n" ); document.write( "
Algebra.Com's Answer #530259 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Previously Posted \n" ); document.write( "p(four) = 1/6, n = 8 \n" ); document.write( "P(x ≥ 4) = 1 - binomcdf(8, 1/6, 3) = 1 - .9693 = .0307 \n" ); document.write( " |