Is the integer n odd?
1. n is divisible by 3
2. 2n is divisible by twice as many positive integers as n
goelmohit2002 Wrote:Hi Stacey,
Probably I am missing something here...but if you take the example number 52.
Here 52 is divisible by 1, 2, 4, 13, 26. [editor: 52 is also divisible by 52 itself.]
But 104 is divisible by 1, 2, 4, 8, 13, 26, 52, 104
Thus it is not that only one extra is added when multiplied by 2.....there can be more too...
Thanks
Mohit
RonPurewal Wrote:goelmohit2002 Wrote:Hi Stacey,
Probably I am missing something here...but if you take the example number 52.
Here 52 is divisible by 1, 2, 4, 13, 26. [editor: 52 is also divisible by 52 itself.]
But 104 is divisible by 1, 2, 4, 8, 13, 26, 52, 104
Thus it is not that only one extra is added when multiplied by 2.....there can be more too...
Thanks
Mohit
very true. good catch.
here's a revised version:
let's say a number has "n" different factors.
when you multiply this number by 2, you POTENTIALLY create "n" MORE factors - by doubling each factor.
HOWEVER,
the only way that ALL of these factors can be NEW (i.e., not already listed in the original n factors) is if they are ALL ODD.
if there are ANY even factors to start with, then those factors will be repeated in the original list. (for instance, note that 2, 4, 26, and 52 all appear in both lists above.) therefore, if the number is even, then the number of factors will be less than doubled because of the repeat factors.
thus if statement (2) is true, then the number must be odd.
gsingh058 Wrote:ist statement, If n=0, then n is divided by 3 but it is even. so answer is No. Can we consider n=0 for such division ?
2nd Statement : We can't consider n=0 becasue '2n=0" is divisble my all the positive integer (more than twice) but the statements says, n shall be divided by twice as many positive integer.
Is the above reasoning to choose n=0 in the 1st statement and not to choose n=0 in the 2nd statement is correct ?
Gagan