Bunuel
Positive integers a, b and c are all less than 10. If the sum of all the distinguishable three digit numbers that can be formed by juxtaposing these integers is 1998, is a = b?
(1) c = 4
(2) a = 3
Are You Up For the Challenge: 700 Level Questions: 700 Level Questions
Similar question:
https://gmatclub.com/forum/positive-int ... 00002.htmlProper method would be to check what the question means.
Let us see the case when a=b.
(i) a=b=c,
then the sum would be the number itself as only one number can be formed.
(ii) a=b and c is different
Total 3-digit number that can be formed is 3!/2!=3. aac, aca, caa
When you add them each digit gets added once => (100a+10a+c)+ (100a+10c+a)+ (100c+10a+a)
=> 222a+111c=1998…….…111(2a+c)=1998……….2a+c=18
Case when a is not equal to bTotal 3-digit numbers possible is 3! or 6. Thus, 2(a+b+c)*111=1998……..a+b+c=9
What do we know now. If a=b, then 2a+c=2b+c=18
If all digits are different, then a+b+c=9
(1) c=4
a) a=b => \(2a+4=18………a=b=7……….774+747+477=1998\)
b) a is not equal to b => \(a+b+c=9……...a+b+4=9……..a+b=5……...a=2 / / and / / b=3…….234+243+324+342+423+432=1998\)
Insufficient
(2) a=3
a) a=b…..2*3+c=18……..c=12……..Not possible as c<10.
We can mark B as the answer, but let us check the values. b) a is not equal to b……a+b+c=9…….3+b+c=9…….b+c=6…..a,b,c can be 3,2,4 or 3,4,2 or 3,1,5 or 3,5,1.
Sufficient
B
Bunuel, please check the OA.