document.write( "Question 926433: In an experiment, a fair coin is tossed 13 times and the face that appears (H for head or T for tail) for each toss is recorded.
\n" );
document.write( "1.How many elements of the sample space will start with a pair (TT or HH ) or end with a pair (but not both) and have a total of exactly two heads? \n" );
document.write( "
Algebra.Com's Answer #562939 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! If the 13-tuple starts or ends with HH, then the remaining 11 flips must be T, but this violates the constraint that it cannot both start and end with a pair, so zero tuples. Therefore it must start with TT and end with TH or HT, or start with TH or HT and end TT.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we start with TT and end with TH or HT, there are 2 ways to pick TH or HT, and then out of 9 remaining slots, one of them will be H. So 2*9 = 18 ways. Same with ending with TT/starting with TH or HT. Overall there are 36 ways. \n" ); document.write( " |