I need to find how many four digit numbers can be made using exactly 2 different digits. ALL DIGITS FROM 1 TO 9 CAN BE USED. NOT JUST 1 AND 0
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
There are $\,2^4=16\,$ different ways to arrange two objects in patterns of $\,4\,$, from which you have to substract the patterns that contain all the elements equal, and there are $\,\binom{10}{2}=45\,$ different ways to choose two different objects out of $\,10\,$, so... |
|||||
|
|
These are 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 .... 1111 2^4 = 16 |
|||
|
Hint:
|
|||||||
|

0220? – Henry Nov 20 '12 at 12:21