SOLUTION: How many three digit numbers can be made using only the digits 1 to 9 so that at least two of the digits are the same? For example, 112 and 737 are two such numbers. (A) 100 (B)

Algebra.Com
Question 206744: How many three digit numbers can be made using only the digits 1 to 9 so that at least two of the digits are the same? For example, 112 and 737 are two such numbers.
(A) 100 (B) 200 (C) 216 (D) 225 (E) None of these

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
How many three digit numbers can be made using only the digits 1 to 9 so that at least two of the digits are the same? For example, 112 and 737 are two such numbers.
---
# with >= 2 the same = (total # of 3 digit numbers) - (number with no repeats)
---
# of 3 digit with no restrictions = 9^3
# of 3 digit with no repeats = 9*8*7 =
-----
So, # with >= 2 the same = 9^3-9*8*7 = 9(9^2-56)= 9(25) = 225
=========================
Cheers,
Stan H.
=========================
(A) 100 (B) 200 (C) 216 (D) 225 (E) None of these

RELATED QUESTIONS

In how many three-digit numbers are at least two of the digits the... (answered by Edwin McCravy)
How many three-digit numbers , in which no two digits are the same, can be made using the (answered by greenestamps)
Hi, I am 9 years old and don't know how to answer this maths question I don't know how... (answered by mananth)
How many 9 digit numbers can be made from the set 1-9. No repeat digits so that all even (answered by stanbon)
Most ATMs require that you enter a four-digit code, using the digits 0 to 9. How many... (answered by solver91311)
How many three-digit numbers can be formed using only the digits 0 and... (answered by stanbon)
how many 3 digit numbers can be made using the digits 1,2,3,4,6,7 if no digits are... (answered by ewatrrr)
Two-digit numbers are be made up the digits 2, 3, and 4. How many such numbers can be... (answered by solver91311)
how many different three-digit numbers can be made from the digits 6,8, and 9 if each... (answered by quada)