SOLUTION: Determine how many numbers between 10 and 1000 inclusive contain a repeated digit and the rest of the digits(if any) are distinct.(eg:101,229). My solution : For two digits

Algebra.Com
Question 1024465: Determine how many numbers between 10 and 1000 inclusive
contain a repeated digit and the rest of the digits(if any)
are distinct.(eg:101,229).
My solution :
For two digits number : [P(9,1)*P(9,1)-1]+[[P(9,1)*P(9,1)]/9]=89.
For three digits number : [9*9*8]+[9*9]+[9*9]+[9*9]=891.
891 + 89 = 980 numbers.
Is this the correct answer?
Thanks in advance

Answer by Edwin McCravy(20054)   (Show Source): You can put this solution on YOUR website!
No, that's way too many!  Think of the number of ways
there are to choose the digits.  Don't depend on
permutation formulas.  Think it through.

Case 1:  2 digit numbers  
There are 9 2-digit numbers, 11,22,33,...,99

Case 2:  3 digit numbers 

There are three types of these numbers: AAB, ABA, and ABB 
(For example 773, 505, and 911)

For each of these 3 types,
There are 9 choices for the A, 1 through 9 (can't use 0) 
There are 9 remaining choices for the B, (can use 0)

That's 3*9*9 = 243

Grand total: 9+243 = 252.

Edwin

RELATED QUESTIONS

How many integers between 1 and 1000 (inclusive) do not contain the digits 8 or 9? (A) (answered by RAY100)
How many numbers between 300 and 300 can be made from the digits 0,1,2,3,4 and 5 if no... (answered by ikleyn)
How many 5-digit numbers between 25000 and 29999 can be made if no digits are... (answered by Edwin McCravy)
How many four-digit numbers can be formed using the digits 0,1,2,3,4,5,6,7,8, and 9 if... (answered by ikleyn)
find how many no between 5000 and 6000 can be formed from the digits 1,2,3,4,5,6 a) if... (answered by jim_thompson5910)
If all digits 0,1,2,3,4,5,6,7,8,9 are rotated through a 180 degrees ,the digits 0,1, and (answered by Edwin McCravy)
A company has 6 digit ID numbers consisiting of numbers 0-9. How many ID numbers contain... (answered by Fombitz)
Suppose that a composing has 6 digit ID numbers consisting of numbers from 0-9. How many... (answered by jorel555,MathTherapy)
How many two-digit whole numbers does not contain zero and any number greater than 1.... (answered by EdenWolf)