TOUGH GUY
Of the three-digit positive integers that have no digits equal to zero, how many have two digits that are equal to each other and the remaining digit different from the other two?
A. 24
B. 36
C. 72
D. 144
E. 216
Here's another approach.
There are three possible cases that satisfy the given information.
case i: The integer is in the form XXY
case ii: The integer is in the form XYX
case iii: The integer is in the form YXX
case i: The integer is in the form XXYThere are 9 ways to select the first digit (1,2,3,4,5,6,7,8 or 9)
There is 1 way to select the second digit (since the second digit must match the first digit)
There are 8 ways to select the third digit (it can be any digit except the digit we chose for first position)
So the total number of integers in the form XXY = (9)(1)(8) =
72case ii: The integer is in the form XYXThere are 9 ways to select the first digit (1,2,3,4,5,6,7,8 or 9)
There are 8 ways to select the second digit (it can be any digit except the digit we chose for first position)
There is 1 way to select the third digit (since the third digit must match the first digit)
So, the total number of integers in the form XYX = (9)(8)(1) =
72As you might guess, each of the three cases can be accomplished in
72 ways
Answer: (3)(
72) = 216
Answer: E
Cheers,
Brent