kevincan
A secret society gives each its members a five-digit code, each letter of which must be one of { 1,2,3,5,6,7 }. When a new member joins, he is issued a code that is greater that those of all existing members. A certain member has just been issued the code 37676. He knows that no members have joined after him and that everyone who has joined the society is still a member. How many elements of { 3251, 3449, 3852, 3955 } COULD be the number of members in the club?
(A) 0 (B) 1 (C) 2 (D) 3 (E) 4
I got the answer as 4......(E)...
its tough to explain.,.....but I will give a shot.....
I went through the same approach that we need to find total 5 number combinations that can be formed from the given set & that are smaller than 37675....
I solved this by finding the possibility of changing each individual digit
1) Just chaning units digit: 3767
5
Total combinatioins possible that are smaller than 37675 are 4 (37671--37674)...............(1)
2) Changing Tens digit: 376
75
First 3 digits are fixed.....thus total combinations would be
1*1*1*6*7 = 42........(2)
3) Changing Hundereds digit: 37
675
First 2 digits are fixed....total combinations
1*1*5*7*7 = 245.............(3)
4) Changing Thousands digit: 3
7675
Combinatiions: 1*6*7*7*7 = 1758............(4)
5) Changing ten thousands digit:
37675
Combinations: 2*7*7*7*7 = 4802......(5)
Thus total members = Add (1) thru (5) = 6851
Thus all 4 numbers can be a set of the members.....hence.....answer is (E)....