document.write( "Question 1163707: A coin is tossed 3 times. define the events A and B as:
\n" );
document.write( "A = {num heads > num tails}
\n" );
document.write( "B = {1st toss is a head}\r
\n" );
document.write( "\n" );
document.write( "Find P(A|B) \n" );
document.write( "
Algebra.Com's Answer #787883 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(A|B) is the probability that the number of heads is greater than the number of tails, given that the first toss is a head. \n" ); document.write( "So we know the first toss was a head; we need to determine whether in the last two tosses there is at least one more head. \n" ); document.write( "In two tosses of a coin, the probability of getting two tails is (1/2)(1/2) = 1/4; so the probability of getting at least one more head in the last two tosses is 3/4. \n" ); document.write( "ANSWER: P(A|B) = 3/4. \n" ); document.write( "There are many other formal methods for working the problem. \n" ); document.write( "However, note that with the small number of tosses, the fastest path to the answer is to write out all 2*2*2 = 8 possible outcomes of the three tosses and compute P(A|B) from looking at them. \n" ); document.write( "HHH \n" ); document.write( "HHT \n" ); document.write( "HTH \n" ); document.write( "HTT \n" ); document.write( "TTT \n" ); document.write( "TTH \n" ); document.write( "THT \n" ); document.write( "THH \n" ); document.write( "Throw out the last four since the first toss was not a head; then observe that in 3 of the other four the number of heads is greater than the number of tails. \n" ); document.write( " \n" ); document.write( " |