document.write( "Question 595250: Toss a penny, nickel, dime and quarter together. How many heads/tails arrangements are possible? Of those, how many have two heads and two tails?\r
\n" );
document.write( "\n" );
document.write( "My attempts:
\n" );
document.write( "(2C1)*(2C1)*(2C1)*(2C1)=16 possible combinations
\n" );
document.write( "How can I find out how many combinations have 2 head and 2 tails? Am I on the right track? \n" );
document.write( "
Algebra.Com's Answer #377050 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You are correct. There are 16 possible outcomes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Of these 16 outcomes, only the following have two heads and two tails\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "HHTT \n" ); document.write( "HTHT \n" ); document.write( "HTTH\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "THHT \n" ); document.write( "THTH \n" ); document.write( "TTHH\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 6 combinations that have 2 heads and two tails.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Another way to calculate the above is to notice that there is only way to get all heads HHHH and only one way to get all tails TTTT. So we can subtract these two cases off\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We're left with 16 - 2 = 14 cases\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 4 ways to have exactly one head (one for each slot). They are: HTTT, THTT, TTHT, TTTH\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Likewise, there are 4 ways to have exactly one tail, and they are: THHH, HTHH, HHTH, HHHT\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are now 14 - 4 - 4 = 6 cases left\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But the only possible outcome is to have 2 heads and 2 tails. This is because having 3 heads leads to one tail or having 3 tails leads to one head.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we're led to the same answer of 6. \n" ); document.write( " |