document.write( "Question 995519: An endurance contest is being held with two independent groups of 12 participants. Individual participants in the contest drop out before the end of the contest with probability 0.18 (independently of other participants). What is the probability that at least 11 participants complete the endurance contest in one of the two groups, but not in both groups? \n" ); document.write( "
Algebra.Com's Answer #614276 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the probability of not passing the test is .18. \n" ); document.write( "the probability of passing the test is 1 - .18 = .82.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of all 12 passing the test in one group is .82^12 = .0924200563 \n" ); document.write( "the probability of 11 passing the test and 1 failing the test in one group is .82^11 * .18^1 * 12 = .2434479531.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of 11 or more passing the test in one group is .0924... + .2434... = .3358680094\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability of 11 or more not passing the test in one group is 1 - .3358... = .6641319906\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have two groups.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that only one of the groups will have 11 or more participants complete the test is equal to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".3358... * .6641... * 2 = .4461213793\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that both groups have 11 or more participants complete the test is equal to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".3358... * .3358... = .1128073197\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability that both groups will not have 11 or more participants complete the test is equal to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".6641... * .6641... = .441071301\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total probability is .4461213793 + .1128073197 + .441071301 = 1 as it should be. \n" ); document.write( " |