RK73
Right.
Then
3*90-30=240.
My Solution:
Method 1:
We have 2 different digits in each number. Let's call them A and B. Let's say we don't care about what order A and B are, so there are 10 * 9 / 2 = 45 difference pairings of A and B.
Now, let figure out how many way AA and BB can be put together. We have 4 digits, so there are 4! ways to arrange the four numbers, but the As and Bs are indistiguishable from each other so we need to adjust this by 2! twice. Hence, for a specific A and B the number of ways AABB can be combined is 4!/(2!2!) = (4*3)/(2*1) = 6.
So now we have 45 * 6 = 270 ways that AABB can be combined.
However, we cannot have 0 as a first digit. Since 0 is distributed the same as any of the other nine digits, exactly 10% of the numbers will start with zero and 90% will not.
Hence the answer is 270 * .9 = 243.
Method 2:
There are 9 ways to pick the first number (excluding zero). Let's call this number A. For any given A, there are 9 ways to pick the other number B. So there are 81 ways to pick A as the first number and B as the other number. IF we set A to be the first digit, then there are 3 ways that the other 3 can be arranged: A-ABB, A-BAB, or A-BBA.
Hence, there are 81 * 3 = 243 ways to make a four digit number with 2 paired numbers.
COMBINATORICS IS NOT ABOUT MEMORIZING FORMULAS, IT IS ABOUT COUNTING LOGICALLY AND SYSTEMATICALLY.