document.write( "Question 391926: a fair coin is flipped 4 times. what is the probability that
\n" );
document.write( "a) the last toss results in a tail
\n" );
document.write( "b) if the first and second tosses are heads that the third is also a head
\n" );
document.write( "c) if the first and second tosses are heads that the four tosses will result in two heads and two tails
\n" );
document.write( "d) the four tosses will result in four heads \n" );
document.write( "
Algebra.Com's Answer #278132 by jerryguo41(197)![]() ![]() You can put this solution on YOUR website! a) 50% \n" ); document.write( "b) ~13% \n" ); document.write( "c) 25% \n" ); document.write( "d) ~6%\r \n" ); document.write( "\n" ); document.write( "a) One toss is 50/50 chance \n" ); document.write( "b) Each toss is still a 50/50 chance *3 = ~13% \n" ); document.write( "c) Each toss is still a 50/50 chance *2 = 25% \n" ); document.write( "d) \"\" *4 = ~6% \n" ); document.write( " |