document.write( "Question 240765: accordin to goverment data, the probability that an adult was never married is 15%, in a random survey of 10 adults, what is the probability that at least 8 were married? \n" ); document.write( "
Algebra.Com's Answer #176388 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! ): according to goverment data, the probability that an adult was never married is 15%, in a random survey of 10 adults, what is the probability that at least \n" ); document.write( "8 were married? \n" ); document.write( "------------------ \n" ); document.write( "This is a binomial problem with n=10, p = 0.15, 8<=x<=10 \n" ); document.write( "------------------------------- \n" ); document.write( "Ans: P(8<= x <=10) = 1 - binomcdf(10,0.15,7) \n" ); document.write( "= 0.0000086651... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |