CAT 2022 Slot 2 — QA Question 1
LogarithmsEasy
The number of distinct integer values of n satisfying < 0, is
Answer & solution
Answer: 47
Solution
Easy
A fraction is negative exactly when its numerator and denominator have opposite signs. Split into two cases and count the integers that satisfy each. Remember the domain: a logarithm needs .
1
Case 1: numerator , denominator .
\begin{aligned} &4-\log_2 n<0 \;\Rightarrow\; \log_2 n>4 \;\Rightarrow\; n>16\\ &3-\log_4 n>0 \;\Rightarrow\; \log_4 n<3 \;\Rightarrow\; n<4^3=64\\ &\Rightarrow\ 162
Case 2: numerator , denominator .
No can be both and , so this case gives values.
distinct integers.
Once you see the only feasible case is $16