Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Sets and Relations
Hard

Question

The number of elements in the set {nZ:n210n+19<6}\{ n \in Z:|{n^2} - 10n + 19| < 6\} is _________.

Answer: 2

Solution

Key Concepts and Formulas

  • Absolute Value Inequality: For any real number xx and positive real number aa, x<a|x| < a is equivalent to a<x<a-a < x < a.
  • Quadratic Inequalities: To solve ax2+bx+c<0ax^2 + bx + c < 0 (or >0> 0), find the roots of ax2+bx+c=0ax^2 + bx + c = 0. If a>0a > 0, the quadratic is negative between the roots and positive outside the roots.
  • Quadratic Formula: The roots of ax2+bx+c=0ax^2 + bx + c = 0 are given by x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Step-by-Step Solution

Step 1: Apply the Absolute Value Property We are given the inequality n210n+19<6|n^2 - 10n + 19| < 6. Using the property x<a    a<x<a|x| < a \iff -a < x < a, we can rewrite this as: 6<n210n+19<6-6 < n^2 - 10n + 19 < 6 This compound inequality can be split into two simultaneous inequalities:

  1. n210n+19>6n^2 - 10n + 19 > -6
  2. n210n+19<6n^2 - 10n + 19 < 6

Step 2: Solve the First Inequality Consider the inequality n210n+19>6n^2 - 10n + 19 > -6. Add 6 to both sides to set the inequality to zero: n210n+19+6>0n^2 - 10n + 19 + 6 > 0 n210n+25>0n^2 - 10n + 25 > 0 The left side is a perfect square trinomial: (n5)2(n-5)^2. So, the inequality becomes: (n5)2>0(n-5)^2 > 0 A squared real number is always non-negative. For (n5)2(n-5)^2 to be strictly greater than 0, (n5)(n-5) must not be zero. Therefore, n50n-5 \neq 0, which means n5n \neq 5. The integers satisfying this are all integers except 5.

Step 3: Solve the Second Inequality Consider the inequality n210n+19<6n^2 - 10n + 19 < 6. Subtract 6 from both sides to set the inequality to zero: n210n+196<0n^2 - 10n + 19 - 6 < 0 n210n+13<0n^2 - 10n + 13 < 0 To find the values of nn for which this quadratic is negative, we first find the roots of the equation n210n+13=0n^2 - 10n + 13 = 0 using the quadratic formula n=b±b24ac2an = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. Here, a=1a=1, b=10b=-10, and c=13c=13. n=(10)±(10)24(1)(13)2(1)n = \frac{-(-10) \pm \sqrt{(-10)^2 - 4(1)(13)}}{2(1)} n=10±100522n = \frac{10 \pm \sqrt{100 - 52}}{2} n=10±482n = \frac{10 \pm \sqrt{48}}{2} Simplify 48\sqrt{48}: 48=16×3=43\sqrt{48} = \sqrt{16 \times 3} = 4\sqrt{3}. n=10±432n = \frac{10 \pm 4\sqrt{3}}{2} n=5±23n = 5 \pm 2\sqrt{3} The roots are n1=523n_1 = 5 - 2\sqrt{3} and n2=5+23n_2 = 5 + 2\sqrt{3}. Since the coefficient of n2n^2 is positive (a=1>0a=1>0), the parabola y=n210n+13y = n^2 - 10n + 13 opens upwards. Thus, the quadratic is negative between its roots. The solution to n210n+13<0n^2 - 10n + 13 < 0 is 523<n<5+235 - 2\sqrt{3} < n < 5 + 2\sqrt{3}.

Step 4: Determine Integer Solutions from the Second Inequality We need to approximate the values of the roots to find the integers nn in the interval (523,5+23)(5 - 2\sqrt{3}, 5 + 2\sqrt{3}). We know that 31.732\sqrt{3} \approx 1.732. So, 232×1.732=3.4642\sqrt{3} \approx 2 \times 1.732 = 3.464. The interval becomes: 53.464<n<5+3.4645 - 3.464 < n < 5 + 3.464 1.536<n<8.4641.536 < n < 8.464 The integers nn that satisfy this inequality are 2,3,4,5,6,7,82, 3, 4, 5, 6, 7, 8.

Step 5: Combine the Conditions We need to find the integers nn that satisfy both conditions:

  • From Step 2: nZ{5}n \in \mathbb{Z} \setminus \{5\} (all integers except 5).
  • From Step 4: n{2,3,4,5,6,7,8}n \in \{2, 3, 4, 5, 6, 7, 8\}.

The intersection of these two sets is {2,3,4,5,6,7,8}{5}\{2, 3, 4, 5, 6, 7, 8\} \setminus \{5\}. This gives the set of integers {2,3,4,6,7,8}\{2, 3, 4, 6, 7, 8\}.

Step 6: Count the Number of Elements The set of integers satisfying the original inequality is {2,3,4,6,7,8}\{2, 3, 4, 6, 7, 8\}. The number of elements in this set is 6.

Common Mistakes & Tips

  • Approximation Accuracy: Ensure sufficient decimal places are used when approximating square roots to correctly identify the integers within an interval. For 3\sqrt{3}, 1.7321.732 is generally adequate.
  • Strict vs. Non-Strict Inequalities: Carefully distinguish between << and \le (or >> and \ge). Strict inequalities exclude boundary points, while non-strict inequalities include them.
  • Intersection of Solutions: When solving a compound inequality like a<x<a-a < x < a, the solution set is the intersection of the solution sets of the two individual inequalities.

Summary The problem required solving an absolute value inequality, which was transformed into two quadratic inequalities. The first inequality, (n5)2>0(n-5)^2 > 0, was satisfied by all integers except n=5n=5. The second inequality, n210n+13<0n^2 - 10n + 13 < 0, was solved by finding its roots 5±235 \pm 2\sqrt{3} and determining the integers between them, which were {2,3,4,5,6,7,8}\{2, 3, 4, 5, 6, 7, 8\}. Combining these conditions, we excluded n=5n=5 from this list, resulting in the set {2,3,4,6,7,8}\{2, 3, 4, 6, 7, 8\}, which contains 6 elements.

The final answer is \boxed{6}.

Practice More Sets, Relations & Functions Questions

View All Questions