CAT 2023 Slot 3 — QA Question 7
Let n be any natural number such that 5n-1 < 3n+1. Then, the least integer value of m that satisfies 3n+1 < 2n+m for each such n, is?
Answer & solution
Answer: 5
Easy
First find every natural number that satisfies — there are only finitely many. Then must make hold for all of those , so test the worst case (largest ).
Find which satisfy . Test successive :
The left side grows faster (base vs ), so it holds only for .
The binding case is the largest , namely (it makes biggest, so it is hardest to beat). The required inequality becomes
Find the least power of 2 above 729:
So we need , i.e. .
Check clears every . Since is the hardest case and satisfies it, all smaller are automatically fine. Hence the least integer is
Least value of .
"For each such " means cover the worst case. Only the largest valid matters — solve the inequality just once at instead of for all five values.