document.write( "Question 1201253: Fynn performs an experiment where he flips a coin three times. If he performs this
\n" );
document.write( "experiment 100 times, how many repetitions of the experiment can he expect to result in the coin landing on the same side for all three flips? \n" );
document.write( "
Algebra.Com's Answer #835543 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(all 3 heads) = (1/2)^3 = 1/8 \n" ); document.write( "P(all 3 tails) = (1/2)^3 = 1/8 \n" ); document.write( "P(all 3 the same) = 1/8 + 1/8 = 1/4 \n" ); document.write( "The expected number of times in 100 trials that the three coins land on the same side is 100(1/4) = 25. \n" ); document.write( "ANSWER: 25 \n" ); document.write( " \n" ); document.write( " |