document.write( "Question 1153836: A fair coin is tossed 3 times. What is the probability that it is all heads or tails? \n" ); document.write( "
Algebra.Com's Answer #776139 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
probability(P) of getting a head on a fair coin toss = 1/2
\n" ); document.write( ":
\n" ); document.write( "P of getting 3 heads in a row is (1/2)^3 = 1/8
\n" ); document.write( ":
\n" ); document.write( "the same reasoning holds for 3 tails, therefore
\n" ); document.write( ":
\n" ); document.write( "P(a fair coin, tossed 3 times is all heads or all tails) = 1/8 + 1/8 = 2/8 = 1/4
\n" ); document.write( "
\n" ); document.write( "
\n" );