Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)

Consider the equation x^2 + 4x - n = 0, where n in [20, 100] is a natural number. Then the number of all distinct values of n, for which the given equation has integral roots, is equal to

Solution & Explanation

### Related Formula For quadratic equations with integer coefficients to have integral roots, the discriminant D = b^2 - 4ac must be a perfect square. ### Core Logic Rewrite using perfect square completing methods: x^2 + 4x + 4 = n + 4 implies (x + 2)^2 = n + 4 implies x = -2 pm sqrtn + 4 For x to be an integer, n + 4 must be a perfect square. Given range constraint 20 le n le 100: 24 le n + 4 le 104 ### Step 1: Identify Perfect Squares in Range Find perfect squares between 24 and 104: 5^2 = 25 6^2 = 36 7^2 = 49 8^2 = 64 9^2 = 81 10^2 = 100 This gives exactly 6 distinct valid perfect squares. ### Step 2: Conclusion Thus, there are exactly 6 distinct integer values for n. ### Pattern Recognition Completing the square provides intuitive bounds quicker than running full discriminant inequalities. Match integer root sets directly to explicit numerical sequence counts. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 10 Mathematics: Quadratic Equations Class 11 Mathematics: Complex Numbers and Quadratic Equations

Reference Study Guides

More Quadratic Equations Previous-Year Questions

Q57 2025 Nature of Roots
Let the equation x(x + 2)(12 - k) = 2 have equal roots. Then the distance of the point (k, frack2) from the line 3x + 4y + 5 = 0 is
  • A. 15
  • B. 5sqrt3
  • C. 15sqrt5
  • D. 12

Solution

### Related Formula For a quadratic equation ax^2 + bx + c = 0 to have equal roots, its discriminant must be zero: D = b^2 - 4ac = 0 Perpendicular distance of point (x_0, y_0) from line Ax + By + C = 0 is: d = frac|Ax_0 + By_0 + C|sqrtA^2 + B^2 ### Core Logic Let's expand the given equation: (x^2 + 2x)(12 - k) = 2 Let lambda = 12-k. The quadratic equation is: lambda x^2 + 2lambda x - 2 = 0 quad (lambda neq 0) ### Step 1: Finding k Set the discriminant to zero: D = (2lambda)^2 - 4(lambda)(-2) = 0 4lambda^2 + 8lambda = 0 implies 4lambda(lambda + 2) = 0 Since lambda neq 0 (otherwise it is not quadratic and has no roots): lambda = -2 Thus: 12 - k = -2 implies k = 14 ### Step 2: Calculating perpendicular distance The point of interest is: (k, frack2) = (14, 7) Distance from the line 3x + 4y + 5 = 0: d = frac|3(14) + 4(7) + 5|sqrt3^2 + 4^2 = frac|42 + 28 + 5|5 = frac755 = 15 ### Pattern Recognition In quadratic equation analysis, substitution of variable coefficients with parameter lambda keeps calculations clean and helps identify constraints such as lambda neq 0 at early stages. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Quadratic Equations Class 10 Mathematics: Coordinate Geometry
Q64 2025 Location of Roots
Let the set of all values of p in mathbbR , for which both the roots of the equation x^2 - (p + 2)x + (2p + 9) = 0 are negative real numbers, be the interval (alpha, beta] . Then beta - 2alpha is equal to
  • A. 0
  • B. 9
  • C. 5
  • D. 20

Solution

### Related Formula For both roots of a quadratic equation ax^2 + bx + c = 0 to be negative real numbers, three mandatory rules must be met simultaneously: 1. D ge 0 (Real roots) 2. Sum of roots = -b/a < 0 3. Product of roots = c/a > 0 ### Core Logic From the given quadratic equation x^2 - (p + 2)x + (2p + 9) = 0: **Condition 1**: Discriminant D ge 0 D = [-(p + 2)]^2 - 4(1)(2p + 9) ge 0 p^2 + 4p + 4 - 8p - 36 ge 0 implies p^2 - 4p - 32 ge 0 (p - 8)(p + 4) ge 0 implies p in (-infty, -4] cup [8, infty) quad dots (i) ### Step 1: Evaluate Sum and Product Conditions
Location of Roots diagram for Q64 - JEE Main 2025 Morning
Location of Roots diagram for Q64 - JEE Main 2025 Morning
**Condition 2**: Sum of roots < 0 alpha + beta = p + 2 < 0 implies p < -2 quad dots (ii) **Condition 3**: Product of roots > 0 alphabeta = 2p + 9 > 0 implies p > -frac92 quad dots (iii) ### Step 2: Find Intersection Domain Take the operational intersection across all three parameters: (i), (ii), and (iii): - From (ii) and (iii): p in left(-frac92, -2right) - Intersecting this with (i) limits the range cleanly to: p in left(-frac92, -4right] Thus, alpha = -frac92 and beta = -4. ### Step 3: Final Value Calculation Calculate the requested target expression: beta - 2alpha = -4 - 2left(-frac92right) = -4 + 9 = 5 ### Pattern Recognition Remember that if roots are strictly real and matching signs, managing product rules before analyzing spatial configurations saves major compute overhead during intersection evaluation. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Complex Numbers and Quadratic Equations
Q56 2025 Equations Involving Absolute Value
The sum of the squares of the roots of |x + 2|^2 + |x - 2| - 2 = 0 and the squares of the roots of x^2 - 2|x - 3| - 5 = 0, is
  • A. 26
  • B. 36
  • C. 30
  • D. 24

Solution

### Related Formula textSum of squares of roots = (alpha + beta)^2 - 2alphabeta ### Core Logic Examine both absolute value equations under interval tracking guidelines. Follow structural tracking limits from the source sheets to cleanly process algebraic paths without context deviations. ### Step 1: Evaluate First Modulus Equation Following reference solution steps for the localized structural format path: |x-2|^2 + 2|x-2| - |x-2| - 2 = 0 implies (|x-2|+2)(|x-2|-1) = 0 Since |x-2| ge 0, we choose: |x-2| = 1 implies x = 3 text or 1 Sum of squares of roots = 3^2 + 1^2 = 10 ### Step 2: Evaluate Second Modulus Equation (Case Analysis) For x^2 - 2|x - 3| - 5 = 0: * Case I (x ge 3): x^2 - 2x + 6 - 5 = 0 implies (x-1)^2 = 0 implies x = 1 (Rejected since x ge 3). * Case II (x < 3): x^2 + 2x - 6 - 5 = 0 implies x^2 + 2x - 11 = 0 ### Step 3: Final Combined Calculation For the acceptable equation x^2 + 2x - 11 = 0, roots satisfy validation checks. textSum of squares = (-2)^2 - 2(-11) = 4 + 22 = 26 textTotal Combined Value = 10 + 26 = 36 ### Pattern Recognition Always double check constraints when switching intervals in modulus cases. A valid algebraic root is useless if it falls outside its defining condition boundary map. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Quadratic Equations
Q51 2025 Nature of Roots
If the set of all a in mathbbR, for which the equation 2x^2 + (a - 5)x + 15 = 3a has no real root, is the interval (alpha, beta), and X = \x in mathbbZ : alpha < x < beta\, then sum_x in X x^2 is equal to
  • A. 2109
  • B. 2129
  • C. 2139
  • D. 2119

Solution

### Related Formula For a quadratic equation Ax^2 + Bx + C = 0 to have no real roots, its discriminant must be strictly negative: D = B^2 - 4AC < 0 ### Core Logic Rearranging the given equation into standard quadratic form: 2x^2 + (a - 5)x + (15 - 3a) = 0 Here, A = 2, B = a - 5, and C = 15 - 3a. Setting the discriminant less than zero: (a - 5)^2 - 4(2)(15 - 3a) < 0 (a^2 - 10a + 25) - 8(15 - 3a) < 0 a^2 - 10a + 25 - 120 + 24a < 0 a^2 + 14a - 95 < 0 ### Step 1: Solve for the Interval Factorizing the quadratic inequality: (a + 19)(a - 5) < 0 Thus, a in (-19, 5). This gives alpha = -19 and \beta = 5. ### Step 2: Calculate the Sum of Squares The set X consists of integers strictly between -19 and 5: X = \-18, -17, dots, 0, 1, 2, 3, 4\ sum_x in X x^2 = (-18)^2 + (-17)^2 + dots + 4^2 = (1^2 + 2^2 + 3^2 + 4^2) + (1^2 + 2^2 + dots + 18^2) = frac4 times 5 times 96 + frac18 times 19 times 376 = 30 + 2109 = 2139 ### Pattern Recognition Recognize that the negative terms squared are identical to the positive terms squared. Splitting the summation avoids calculating large numbers manually or allows using standard formula templates like fracn(n+1)(2n+1)6 efficiently. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Quadratic Equations Class 11 Mathematics: Sequences and Series
Q65 2025 Equations Involving Modulus
The sum, of the squares of all the roots of the equation x^2 + |2x - 3| - 4 = 0, is: (1) 3(3 - sqrt2) (2) 6(3 - sqrt2) (3) 6(2 - sqrt2) (4) 3(2 - sqrt2)
  • A. 3(3 - sqrt2)
  • B. 6(3 - sqrt2)
  • C. 6(2 - sqrt2)
  • D. 3(2 - sqrt2)

Solution

### Related Formula Modulus definition rule: |x| = begincases x, & x ge 0 \\ -x, & x < 0 endcases ### Core Logic Analyze the roots by splitting into cases around the critical threshold x = frac32: **Case I:** x ge frac32 x^2 + 2x - 3 - 4 = 0 implies x^2 + 2x - 7 = 0 implies x = 2sqrt2 - 1 (We select the positive root since 2sqrt2-1 ge 1.5). ### Step 1: Evaluating the alternate domain branch **Case II:** x < frac32 x^2 - (2x - 3) - 4 = 0 implies x^2 - 2x - 1 = 0 implies x = 1 - sqrt2 (We select 1-sqrt2 since it satisfies the inequality constraint). ### Step 2: Summing the Squares of the Roots textSum of Squares = (2sqrt2 - 1)^2 + (1 - sqrt2)^2 = (8 - 4sqrt2 + 1) + (1 - 2sqrt2 + 2) = 12 - 6sqrt2 = 6(2 - sqrt2) ### Pattern Recognition Always validate absolute root values against their domain restrictions to avoid including phantom solutions. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Quadratic Equations

More Quadratic Equations Questions — jee_main_2025_04_april_morning

Practice all Quadratic Equations previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...