Given that n is an integer such that n < 61, and \((n - 1)(n - 3)(n - 5)...(n - 53)(n - 55)(n - 57) > 0\) and we need to find how many distinct values are possible for n?(n - 1)(n - 3)(n - 5)...(n - 53)(n - 55)(n - 57) > 0
=> to find the terms we can just find how many numbers are in the series 1, 3, 5, 7,... 57
Now, this is an Arithmetic series with first term 1 and last term 57 and common difference = 2
=> Number of terms, n = \(\frac{Last Term - First Term }{ Common Difference}\) + 1 = \(\frac{57 - 1}{2}\) + 1 = \(\frac{56}{2}\) + 1 = 29 terms
( Watch
this video to learn about the
Basics of Arithmetic Series )
Now, product of 29 terms has to be greater than 0
=> We need to have
- Either even number of terms as negative and odd numbers as positive
- Or all terms as Positive
Now, if we take any value of
n≤0 then all terms will become negative
Ex: n = 0
=> (n - 1)(n - 3)(n - 5)...(n - 53)(n - 55)(n - 57) = (0 - 1)(0 - 3)(0 - 5)...(0 - 53)(0 - 55)(0 - 57) = odd number of negative terms => < 0
=>
NOT POSSIBLENow,
n cannot be equal to 1, 3, 5, ..., 55, 57 as this will make the entire expression 0
=>
NOT POSSIBLENow, If we take
Even values of n which are not a multiple of 4 then we get odd number of negative numbers and even number of positive numbers, which will not give us < 0 value for entire expression
Ex: n = 2
=> (n - 1)(n - 3)(n - 5)...(n - 53)(n - 55)(n - 57) = (2 - 1)(2 - 3)(2 - 5)...(2 - 53)(2 - 55)(2 - 57) = + * - * -.... * - => < 0
=>
NOT POSSIBLENow, If we take
Even values of n which are a multiple of 4 then we get even number of negative numbers and odd number of positive numbers, which will give us > 0 value for entire expression
Ex: n = 4
=> (n - 1)(n - 3)(n - 5)...(n - 53)(n - 55)(n - 57) = (4 - 1)(4 - 3)(4 - 5)...(4 - 53)(4 - 55)(4 - 57) = - * - * +.... * + => > 0
=>
POSSIBLE=> n can be 4 , 8, 12, ..., 56 => \(\frac{56-4}{4}\) + 1 = \(\frac{52}{4}\) + 1 = 13 + 1 = 14 values
n = 58, 59, 60 will give us +ve value for all expressions
=>
POSSIBLE=> Total values of n possible are 14 + 3 = 17
So,
Answer will be BHope it helps!
Watch the following video to learn the Basics of Inequalities