document.write( "Question 276370: A coin is flipped 3 times and heads (H) or tails (T) are recorded.
\n" );
document.write( " a. List all three elements in the sample area.
\n" );
document.write( " b. List the elements in the event \"at least two heads appear.\"
\n" );
document.write( " c. Find the probability that the event in part (b) occurs. \n" );
document.write( "
Algebra.Com's Answer #201438 by stanbon(75887) ![]() You can put this solution on YOUR website! A coin is flipped 3 times and heads (H) or tails (T) are recorded. \n" ); document.write( "a. List all three elements in the sample area. \n" ); document.write( "3 heads: hhh \n" ); document.write( "1 head:: htt, tht,tth \n" ); document.write( "2 heads: thh,hth,hht \n" ); document.write( "0 heads: ttt \n" ); document.write( "----------------------------- \n" ); document.write( "b. List the elements in the event \"at least two heads appear.\" \n" ); document.write( "hhh,thh,hth,hht \n" ); document.write( "----------------------------------------- \n" ); document.write( "c. Find the probability that the event in part (b) occurs. \n" ); document.write( "# of ways to succeed: 4 \n" ); document.write( "# of possible outcomes: 8 \n" ); document.write( "Probability: 4/8 = 1/2 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |