Anubhav,
Here's my attempt:
If you have an n digit number, that means that:
If n=1, it can be any number between 1-9.
If n=2, it can be any number between 10-99.
If n=3, it can be any number between 100-999.
etc.
For n=1:
- Digits interchanged and added will never be a multiple of 11.
- Example: 1 + 1 = 2 or 9 + 9 = 18.
- This will give an answer of NO to the question.
For n=2:
- Digits interchanged and added seem to always give a multiple of 11.
- Exmaple: 99 + 99 = 198. 27 + 72 = 99. 12 + 21 = 33.
- This will give an answer of YES to the question.
For n=3:
- Interchanged digits added can sometimes give a multiple of 11.
- Negative Example: 113 + 131 = 244 --> Not a multiple of 11.
- Positive Example: 111 + 111 = 222 --> Multiple of 11.
We can keep going on, but I doubt it will help much.
STATEMENT 1.
n = product of p, q, and r --> three consecutive natural numbers.
-n could be 1*2*3 = 6; 6 + 6 = 12; not a multiple of 11, which is an answer NO to the question.
-n could be 2*3*4 = 24, 24 + 42 = 66; a multiple of 11, which is an answer YES to the question.
STATEMENT 1 is INSUFFICIENT.
STATEMENT 2.
n is a 12 digit number with 7 odd digits and 5 even digits.
I would assume this is insufficient without doing much work, but to double check, let the number be:
111111122222. Rearrange it to be: 222221111111. Add them together to get 333332233333.
Using the divisibility by 11 rule, add every other number and subtract the remaining numbers:
We have (3+3+3+2+3+3) - (3+3+2+3+3+3)= 17 - 17 = 0 --> Multiple of 11.
Now let the number be: 12121212121213 and rearrange it to be 212113211211. Add them together to get 333325332424.
We have (3+3+2+3+2+2) - (3+3+5+3+4+4) = 15 - 22 = -7 --> Not a multiple of 11.
STATEMENT 2 is INSUFFICIENT.
STATEMENTS 1 & 2 Combined.
By this point, I'm fed up of the question and would guess between either C or E. I mean, really...Who is going to sit there during to test to try and find 3 consecutive numbers whose product contains 12 digits, 5 of which are even and 7 of which are odd. Not me, for sure!
I'd make an educated guess that there are some possibilities that will give a multiple of 11 and some which don't (referring to the work in STATEMENT 2). I'd then mark
answer choice E, and move on to the next question.
Sorry for the rushed ending -- I'm interested in seeing the correct answer, and possibly a faster, more efficient/elegant solution that what I've proposed above, hehehe

.
--Rishi