document.write( "Question 195659: What is the probability of tossing 3 coins and getting all tails? \n" ); document.write( "
Algebra.Com's Answer #146730 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! P(3 tails) = P(tails AND tails AND tails) = P(tails)* P(tails)*P(tails) = (1/2)*(1/2)*(1/2) = 1/(2*2*2) = 1/8 \n" ); document.write( " |