nitinj025
HI,
For the First Condition to Satisfy.
i)D[x]-d[x] =0 the value should be a prime number . Which, directly states that value is not even.
ii) D[3x] =1 the value can only be 1 for x. Which even states that the value is not even.
Please, Can you explain my doubt.
Regards,
NJ
Hi NJ,
1. D[x] - d[x] = 0 implies that the smallest odd divisor and largest odd divisor are the same. This divisor can also be 1. i.e. not even.
For x = 1, D[x] = 1 and d[x] = 1 => x is not even
For x = 2, D[x] = 1 and d[x] = 1 => x is even
Insufficient.
You have incorrectly read the statement 2 to be D[3x] = 1.
2. D[3x] = 3
For x = 1, D[3x] = 3, x is not even
For x = 2, D[3x] = 3 (because 3x = 6, factors of 6 = 1, 2, 3, 6 i.e. largest odd factor =3) i.e. x is even.
For x = 3, D[3x] = 9 (because 3x = 9, factors of 6 = 1, 3, 9 i.e. largest odd factor =9) - Not relevant as it does not satisfy D[3x] = 3.
Insufficient.
Together, based on statement 2, only possible values for x are 1 and 2.
x = 1, d[x] = 1, D[x] = 1, D[3x] = 3, x is odd
x = 2, d[x] = 1, D[x] = 1, D[3x] = 1, x is even
Therefore, together insufficient. i.e Answer is E.
Hope this helps.