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 ->  Customizable Word Problem Solvers  -> Numbers -> 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)      Log On

Ad: Over 600 Algebra Word Problems at edhelper.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) About Me  (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