- g.shankaran
- Master | Next Rank: 500 Posts
- Posts: 101
- Joined: Tue Oct 27, 2009 8:19 am
- Thanked: 4 times
- Followed by:2 members
Hi,
From(1): n is divisible by 3.
n can be 3,6,9,...
Insufficient
From(2): My understanding of st(2) is if n has p factors, 2n has 2p factors..is it right?
If so, my solution:
if n = (a^i).(b^j).(c^k)... where a,b,c are all distinct primes.
So, p = (i+1)(j+1)..
Now 2n = 2^1.(a^i).(b^j).(c^k)...
Number of factors of 2n will be (1+1).(i+1)(j+1)... For this to happen, a,b,c... should be distinct from 2. So, n is product of powers of primes other than 2 i.e. product of odd numbers. So, n is odd number.
Sufficient
Hence, B













