Skip to main content
Back to Sets, Relations & Functions
JEE Main 2020
Sets, Relations & Functions
Functions
Medium

Question

The range of the function f(x) = 7xPx3{}^{7 - x}{P_{x - 3}} is

Options

Solution

Key Concepts and Formulas

  • Permutation Formula: The number of permutations of nn distinct items taken rr at a time is given by nPr=n!(nr)!{}^{n}{P_{r}} = \frac{n!}{(n-r)!}.
  • Conditions for Permutations: For nPr{}^{n}{P_{r}} to be defined, the following conditions must be met:
    • nn must be a non-negative integer (n0n \ge 0).
    • rr must be a non-negative integer (r0r \ge 0).
    • nn must be greater than or equal to rr (nrn \ge r).
  • Domain of a Function: The set of all possible input values (xx) for which the function is defined.
  • Range of a Function: The set of all possible output values (f(x)f(x)) that the function can produce.

Step-by-Step Solution

Step 1: Identify the components of the permutation in the function. The given function is f(x)=7xPx3f(x) = {}^{7-x}{P_{x-3}}. In this permutation, n=7xn = 7-x and r=x3r = x-3.

Step 2: Determine the domain of the function by applying the conditions for permutations. We need to ensure that nn, rr, and the relationship between them satisfy the conditions:

  • Condition 1: n0n \ge 0 and nn is an integer. 7x0    x77-x \ge 0 \implies x \le 7. For 7x7-x to be an integer, xx must be an integer (since 7 is an integer).

  • Condition 2: r0r \ge 0 and rr is an integer. x30    x3x-3 \ge 0 \implies x \ge 3. For x3x-3 to be an integer, xx must be an integer.

  • Condition 3: nrn \ge r. 7xx37-x \ge x-3 7+3x+x7+3 \ge x+x 102x10 \ge 2x 5x    x55 \ge x \implies x \le 5.

Combining all the conditions:

  • xx must be an integer.
  • x7x \le 7
  • x3x \ge 3
  • x5x \le 5

The integers xx that satisfy x3x \ge 3 and x5x \le 5 are x{3,4,5}x \in \{3, 4, 5\}. This is the domain of the function f(x)f(x).

Step 3: Evaluate the function f(x)f(x) for each value in its domain.

  • For x=3x=3: n=73=4n = 7-3 = 4 r=33=0r = 3-3 = 0 f(3)=4P0f(3) = {}^{4}{P_{0}} Using the formula nPr=n!(nr)!{}^{n}{P_{r}} = \frac{n!}{(n-r)!}: f(3)=4!(40)!=4!4!=1f(3) = \frac{4!}{(4-0)!} = \frac{4!}{4!} = 1.

  • For x=4x=4: n=74=3n = 7-4 = 3 r=43=1r = 4-3 = 1 f(4)=3P1f(4) = {}^{3}{P_{1}} Using the formula: f(4)=3!(31)!=3!2!=3×2×12×1=3f(4) = \frac{3!}{(3-1)!} = \frac{3!}{2!} = \frac{3 \times 2 \times 1}{2 \times 1} = 3.

  • For x=5x=5: n=75=2n = 7-5 = 2 r=53=2r = 5-3 = 2 f(5)=2P2f(5) = {}^{2}{P_{2}} Using the formula: f(5)=2!(22)!=2!0!=2×11=2f(5) = \frac{2!}{(2-2)!} = \frac{2!}{0!} = \frac{2 \times 1}{1} = 2 (since 0!=10! = 1).

Step 4: Collect the output values to determine the range. The values of f(x)f(x) calculated are 11, 33, and 22. The range of the function is the set of these unique values: {1,2,3}\{1, 2, 3\}.

Common Mistakes & Tips

  • Forgetting the integer constraint: Always remember that nn and rr in permutations must be integers. This is crucial for determining the domain of xx.
  • Incorrectly applying nrn \ge r: This inequality is a fundamental requirement for permutations. Failing to apply it will lead to an incorrect domain.
  • Memorizing special cases: Knowing that nP0=1{}^{n}{P_{0}} = 1, nP1=n{}^{n}{P_{1}} = n, and nPn=n!{}^{n}{P_{n}} = n! can speed up calculations for specific values of rr.

Summary To find the range of the function f(x)=7xPx3f(x) = {}^{7-x}{P_{x-3}}, we first established the domain of xx by ensuring that the parameters of the permutation (n=7xn=7-x and r=x3r=x-3) met the necessary conditions: n0n \ge 0, r0r \ge 0, nrn \ge r, and that both nn and rr are integers. This led to the domain x{3,4,5}x \in \{3, 4, 5\}. We then evaluated f(x)f(x) for each of these values, obtaining f(3)=1f(3)=1, f(4)=3f(4)=3, and f(5)=2f(5)=2. The set of these output values constitutes the range of the function.

The final answer is \boxed{{1, 2, 3}}. This corresponds to option (D).

Practice More Sets, Relations & Functions Questions

View All Questions