document.write( "Question 1071381: A fair coin is tossed 4 times what is the probability that exactly one head appears and at least one head appears \n" ); document.write( "
Algebra.Com's Answer #686642 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 16 possible outcomes with the following distribution of number of heads,
\n" ); document.write( "0H : 1
\n" ); document.write( "1H : 4
\n" ); document.write( "2H : 6
\n" ); document.write( "3H : 4
\n" ); document.write( "4H : 1
\n" ); document.write( "So,
\n" ); document.write( "\"P%28H=1%29=4%2F16=1%2F4\"
\n" ); document.write( "\"P%28H%3E=1%29=%284%2B6%2B4%2B1%29%2F16=15%2F16\"
\n" ); document.write( "
\n" ); document.write( "
\n" );