document.write( "Question 1172438: Trish has a penny, 3 nickels, 4 dimes, and 3 quarters in her pocket. How many different arrangements are possible if she removes one coin at a time from her pocket? \"46,200\" \n" ); document.write( "
Algebra.Com's Answer #797460 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Edit: I'm redoing nearly the entire problem. Thanks ikleyn for pointing out I missed that penny. I'm not sure how I overlooked it.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's one way to approach the problem. We have 1+3+4+3 = 11 coins total. There are 11! = 39,916,800 ways to arrange them. The exclamation mark indicates factorial. We start at 11, and count our way down to 1, multiplying everything.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So,
\n" ); document.write( "11! = 11*10*9*8*7*6*5*4*3*2*1 = 39,916,800
\n" ); document.write( "This would be the answer if we could tell the nickels apart from other nickels, the dimes apart from the other dimes, and the quarters from the other quarters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "However, we cannot make such distinctions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since we cannot tell the nickels apart, this means we overcounted by a factor of 3! = 6 just for the nickels portion. Similarly, the dimes are overcounted by a factor of 4! = 24 as well. The quarters were overcounted by a factor of 3! = 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Overall, we overcounted by a factor of 6*24*6 = 864
\n" ); document.write( "We need to divide the result of the 11! by 864 to correct for this erroneous overcount.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, there are (11!)/(3!*4!*3!) = (39,916,800)/(864) = 46,200 distinct permutations possible.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 46,200
\n" ); document.write( "
\n" );