document.write( "Question 316832: A silver dollar is flipped twice. Calculate the proability of each of the following occurring:
\n" );
document.write( "a) a head on the first flip
\n" );
document.write( "b) a tail on the second flip given that the first toss was a head
\n" );
document.write( "c) two tails
\n" );
document.write( "d) a tail on the first and a head on the second
\n" );
document.write( "e) a tail on the first and a head on the second or a head on the first and a tail on the second
\n" );
document.write( "e) at least one head on the two flips \n" );
document.write( "
Algebra.Com's Answer #226775 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! a) Look at the 2 possible outcomes. \n" ); document.write( "H \n" ); document.write( "T \n" ); document.write( "P(H)=1/2 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "b) Look at the 2 possible outcomes. \n" ); document.write( "H H \n" ); document.write( "H T \n" ); document.write( "P(T)=1/2 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "c)Look at the 4 possible outcomes. \n" ); document.write( "H H \n" ); document.write( "H T \n" ); document.write( "T H \n" ); document.write( "T T \n" ); document.write( "P(T,T)=1/4 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "d)Look at the 4 possible outcomes. \n" ); document.write( "H H \n" ); document.write( "H T \n" ); document.write( "T H \n" ); document.write( "T T \n" ); document.write( "P(T,H)=1/4 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "e) From d) P(T,H)=1/4 \n" ); document.write( "P(H,T)=1/4 \n" ); document.write( "P(T,H or H,T)=1/4+1/4=1/2 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "f) \n" ); document.write( "P(at least one head)+P(all tails)=1 \n" ); document.write( "P(at least one head)=1-P(T,T) \n" ); document.write( "P(at least one head)=1-1/4 \n" ); document.write( "P(at least one head)=3/4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |