Is the integer n odd?
1) n is divisible by 3
2) 2n is divisible by twice as many positive integers as n
I do not know why the correct answer is C.
cesar.rodriguez.blanco Wrote:Is the integer n odd?
1) n is divisible by 3
2) 2n is divisible by twice as many positive integers as n
I do not know why the correct answer is C.
mba012012 Wrote:you guys are simply superb ! Thanks for a thorough explanation !
tsiria Wrote:Another method would be to count factors using primes:
If n is odd: n = 15 = 3 * 5 = 2*2 = 4 factors
2n = 30 = 2*3*5 = 2*2*2 = 8 factors
If n is even: n= 10 = 2*5 = 2*2 = 4 factors
2n=20= (2^2)*5 = 3*2 = 6 factors
banakida Wrote:Are you sure the correct answer is not B?