document.write( "Question 488990: If I drop three coins on a table, what is the probability of finding
\n" );
document.write( " 1. exactly 2 heads
\n" );
document.write( " 2. at most 1 head
\n" );
document.write( " 3. at least 2 heads
\n" );
document.write( " 4. at least 1 head
\n" );
document.write( "sample space = 8\r
\n" );
document.write( "\n" );
document.write( "I came up with HHT, HTH, THH,HTT,THT,TTH,TTT,HHH.
\n" );
document.write( "state the probability of each in the form of fraction and percent.
\n" );
document.write( "For 1,2,3 I came up with 1/4 or .25, and for 4 = 1/6.
\n" );
document.write( "Have I done this correctly, or can you show me a better way to show this??
\n" );
document.write( "Is this a form of \"classical probability\"??
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #333500 by chessace(471)![]() ![]() You can put this solution on YOUR website! Good that you tried. \n" ); document.write( "For something this small, it's fine just to list all possibilities, but this should be done systematically to avoid missing or double counting. \n" ); document.write( "I.e., HHH HHT HTH HTT THH THT TTH TTT (count H=0 and T=1 and this is counting in binary from 0 to 7). \n" ); document.write( "Possibly because your list was random, you \"didn't count perfectly\". \n" ); document.write( "1. Has 3 hits, P = 3/8 \n" ); document.write( "2. Has 4 hits, P = 1/2 \n" ); document.write( "3. Is exactly like 2 because H and T are symetric. P = 1/2 \n" ); document.write( "4. It is impossible to get any probability out of this example = 1/6; P = 7/8.\r \n" ); document.write( "\n" ); document.write( "There is indeed a better way to do this. \n" ); document.write( "Note that none of the 4 questions care about the order, which is reasonable since the coins were dropped all at once. \n" ); document.write( "Thus you can expand (H+T)^3 [works for any \"3\", e.g., 5 coins --> (H+T)^5] \n" ); document.write( "HHH + 3HHT + 3HTT + TTT (not in any coin order, just H written before T). \n" ); document.write( "Meaning: There is only one way to get all H; 3 ways to get HHT = 3 ways to pick which coin is the T. \n" ); document.write( "From this you just look [and add]: \n" ); document.write( "1. 2nd term: 3 --> 3/8 \n" ); document.write( "2. 3rd and 4th terms: 3+1 = 4 --> 1/2 \n" ); document.write( "3. 1st and 2nd terms: 4 \n" ); document.write( "4. 1st 3 terms: 1+3+3 = 7 \n" ); document.write( "Yes, this is \"classic probability\" although I haven't heard that term. \n" ); document.write( " \n" ); document.write( " |