If x and y are positive integers, is \(x^{17} - 2*y^3\) odd?
(1) The median of x consecutive even integers is an even integer.
(2) 2x is divisible by twice as many positive integers as x
to find out x^{17} - 2*y^3 is odd
in other words we have to find out is a - 2(b) Odd?
or
Is a - even = odd?
or
Is a = odd? => x ^ 17 = odd?
or
Is x = odd?
1)consecutive even integers -->
If no of integers are odd e.g. 2, 4, 6 => median = 4, an even no.
If no of integers are even e.g. 2, 4, 6, 8 => Median is 4+6/ 2 = 5, an odd no.
As from above x is odd. => C, E gone
2) 2x is divisible by twice as many positive integers as x
Point to remember: total number of Factors for any number = (a+1) (b+1) (c+1) when the number is in the form of (x^a)(y^b)(z^c) | X, Y, Z are prime factors and a, b, c are their corresponding powers
even
lets x = 4 => 2x = 8
Factors of x or (2)^2 = 2+1 = 3
Factors of 2x or (2)^3 = 3+1 = 4
4 is not twice of 3
Odd
Lets x = 5=> 2x =10
Factors of x or 5 = 1+1 = 2
Factors of 2x or 10 or (5^1)(2^1) = (1+1)(1+1) =4
Seems right
Let me check one more example
Lets x = 9 => 2x = 18
Factors of x or 9 or 3^2 = 2+1= 3
Factors of 2x or 18 or (3^2)(2^1)= (2+1)(1+1)=3*2= 6
This also works..
Basically whenever there is only one multiple of 2, there would be (2^1) = Multiple of (1+1) factors or in other terms twice the factor
If there is more than one multiple of 2 [one introduced by 2 and atleast one introduced by the original number by virtue of being an Even integer.. for instance minimum (2^2) there would be (2+1) or three times extra factor (in this case)
Both are sufficient
IMO [D]