document.write( "Question 231953: A six-sided number cube is tossed 8 times. What is the probability that at least 3 of the tosses will result in a four? Express the answer rounded to the nearest thousandth. \n" ); document.write( "
Algebra.Com's Answer #171708 by stanbon(75887) ![]() You can put this solution on YOUR website! A six-sided number cube is tossed 8 times. What is the probability that at least 3 of the tosses will result in a four? Express the answer rounded to the nearest thousandth. \n" ); document.write( "---------------------- \n" ); document.write( "It's a binomial problem with n=8, p= 1/6, 3<=x<=8 \n" ); document.write( "---- \n" ); document.write( "Ans: 1 - binomcdf(8,1/6,2) = 0.135 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |