document.write( "Question 189484: Four salesmen play \"odd man out\" to see who pays for lunch. They each flip a coin, and if there is a salesman whose coin doesn't match the others he pays for lunch. (For instance, he might get heads while the other three get tails.) What is the probability that there is an \"odd man\" the first time they flip? \n" ); document.write( "
Algebra.Com's Answer #142207 by Edwin McCravy(20086) You can put this solution on YOUR website! Four salesmen play \"odd man out\" to see who pays for lunch. They each flip a \n" ); document.write( "coin, and if there is a salesman whose coin doesn't match the others he pays \n" ); document.write( "for lunch. (For instance, he might get heads while the other three get tails.) \n" ); document.write( "What is the probability that there is an \"odd man\" the first time they flip? \n" ); document.write( " \r\n" ); document.write( "One way to do it is by listing all 16 possible cases:\r\n" ); document.write( "\r\n" ); document.write( " 1st 2nd 3rd 4th odd\r\n" ); document.write( " man man man man man\r\n" ); document.write( "---------------------------------------\r\n" ); document.write( "case 1 H H H H NONE\r\n" ); document.write( "case 2 H H H T 4th man\r\n" ); document.write( "case 3 H H T H 3rd man\r\n" ); document.write( "case 4 H H T T NONE\r\n" ); document.write( "case 5 H T H H 2nd man \r\n" ); document.write( "case 6 H T H T NONE\r\n" ); document.write( "case 7 H T T H NONE\r\n" ); document.write( "case 8 H T T T 1st man \r\n" ); document.write( "case 9 T H H H 1st man\r\n" ); document.write( "case 10 T H H T NONE\r\n" ); document.write( "case 11 T H T H NONE\r\n" ); document.write( "case 12 T H T T 2nd man \r\n" ); document.write( "case 13 T T H H NONE\r\n" ); document.write( "case 14 T T H T 3rd man \r\n" ); document.write( "case 15 T T T H 4th man \r\n" ); document.write( "case 16 T T T T NONE\r\n" ); document.write( "\r\n" ); document.write( "Then we count and find there are 8 out of the 16\r\n" ); document.write( "cases in which there is an odd man. So the\r\n" ); document.write( "probability is\n" ); document.write( " |