Difficulty: Medium
Correct Answer: 4
Explanation:
Introduction / Context:
We compare two permutations via factorial forms and simplify to a rational function of n. Solving the resulting polynomial yields n.
Given Data / Assumptions:
(2n + 1)P(n − 1) : (2n − 1)P(n) = 3 : 5.
Concept / Approach:
Use P(a, b) = a! / (a − b)!. Compute the ratio explicitly and reduce. Then equate to 3/5 and solve for n in integers.
Step-by-Step Solution:
Verification / Alternative check:
Substitute n = 4 into the original ratio and both sides simplify to 3/5.
Why Other Options Are Wrong:
6, 3, or 8 do not satisfy the polynomial; negative roots are not admissible.
Common Pitfalls:
Dropping factorial cancellations incorrectly, or mishandling the polynomial algebra.
Final Answer:
4
Discussion & Comments