document.write( "Question 1120918: A fair coin is tossed 3 times. What is the probability of at least two consecutive
\n" );
document.write( "heads? \n" );
document.write( "
Algebra.Com's Answer #736606 by Boreal(15235) You can put this solution on YOUR website! There are 2^3 or 8 outcomes. Four of them have two or more heads, and three of those four have two consecutive heads. 3/8 is the answer. \n" ); document.write( "HHH \n" ); document.write( "HHT \n" ); document.write( "HTH \n" ); document.write( "HTT \n" ); document.write( "THH \n" ); document.write( "THT \n" ); document.write( "TTH \n" ); document.write( "TTT \n" ); document.write( " |