document.write( "Question 1104768: How many ways are there to create a 6 digit pin number where exactly 4 of digits are the same? the numbers 0-9 can be in any place \n" ); document.write( "
Algebra.Com's Answer #719644 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "I have a completely different interpretation of the problem, and a completely different answer, than the other tutor....

\n" ); document.write( "(1) You can choose any 1 of 10 digits to be the one that occurs 4 times: C(10,1) = 10.
\n" ); document.write( "(2) You need to choose 2 of the other 9 digits for the other 2 digits of the PIN: C(9,2) = 36.
\n" ); document.write( "(3) The number of different ways you can arrange the 4 identical and 2 other digits is (6!)/(4!) = 720/24 = 30.

\n" ); document.write( "The total number of different PINs is 10*36*30 = 10800.
\n" ); document.write( "
\n" );