document.write( "Question 27580: Three coins are tossed. What is the probability of two tails and one head? \n" ); document.write( "
Algebra.Com's Answer #15006 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! just by thinking of all the possible outcomes, we could get...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "TTT \n" ); document.write( "----------- \n" ); document.write( "TTH \n" ); document.write( "THT \n" ); document.write( "HTT \n" ); document.write( "----------- \n" ); document.write( "THH \n" ); document.write( "HTH \n" ); document.write( "HHT \n" ); document.write( "----------- \n" ); document.write( "HHH\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Each roll has a probability of 1/2...3 in a row is (1/2)*(1/2)*(1/2) --> 1/8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So Each of the 8 possible outcomes above has probability of 1/8.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We want P(2 tails) = P(HTT) + P(THT) + P(TTH) \n" ); document.write( "--> 1/8 + 1/8 + 1/8 \n" ); document.write( "-->3/8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |