Digits

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 301
Joined: Tue Apr 22, 2008 6:07 am
Thanked: 2 times

Digits

by beater » Fri Feb 13, 2009 7:57 pm
Of the 3-digit integers greater than 700, how many have 2 digits that are equal to each other and the remaining digit different from the other 2 ?

(A) 90
(B) 82
(C) 80
(D) 45
(E) 36

Could someone please show me how to solve this using combinatorics
Source: — Problem Solving |

User avatar
Site Admin
Posts: 2567
Joined: Thu Jan 01, 2009 10:05 am
Thanked: 712 times
Followed by:550 members
GMAT Score:770

Senior | Next Rank: 100 Posts
Posts: 80
Joined: Mon Feb 02, 2009 6:36 am
Thanked: 10 times

Re: Digits

by billzhao » Sat Feb 14, 2009 1:31 am
beater wrote:Of the 3-digit integers greater than 700, how many have 2 digits that are equal to each other and the remaining digit different from the other 2 ?

(A) 90
(B) 82
(C) 80
(D) 45
(E) 36

Could someone please show me how to solve this using combinatorics
There are three situations:
1.All the digits are the same.
2.Two of the three are the same.
3.Every digit is distinct.

So we can use subtraction.

Total number of 3-digit integer: 3*10*10 = 300
Total number of 3-digit integer with all the digits are the same: 3*1*1=3 (i.e. 777,888,999)
Total number of 3-digit integer with every digit is distinct: 3*9*8=216
Total number of 3-digit integer with 2 digits that are equal to each other: 300-3-216=81

Then we need to exclude 700. So the answer is 81-1=80
Yiliang