Algebra DPP 1.3 Quadratics
Q1. For what values of b do the equations:
1988x² + bx + 8891 = 0 and 8891x² + bx + 1988 = 0 have a common root?
Solution:
We are given two quadratic equations:
We are to find the values of for which they have a common root.
Step 1: Let be the common root.
Then satisfies both equations. So,
From equation (1):
From equation (2):
Step 2: Subtract equation (i) from equation (ii):
Step 3: Plug back and into either equation to find corresponding .
Case 1:
Plug into equation (1):
Case 2:
✅ Final Answer:
Q2.
Given that the equation in x has at least a real root, find the range of m.
Solution:
Once you do discriminant >= 0 you will get m >= -5/4.
Note that this range also includes +-1.
And if you put m = +-1, the given equation is no longer quadratic.
So should we exclude +-1 from this computed range?
No.
Why?
Because when we put m = +-1, the equation becomes a linear equation, with one real root.
And that's what the question asks.
So m >= -5/4 is the answer.
Q3.
If the equation in x has real roots, then find the value of a and b.
Solution:
Once you put discriminant >= 0 and re-arrange, you will get:
(a-1)^2 + (a+2b)^2 = 0
=> a = 1 and b = -0.5
Q4.
Mr. A is going to pick three non-zero real numbers and Mr. B is going to arrange the three numbers as the coefficients of a quadratic equation(ax^2 + bx + c = 0). Mr. A wins the game if and only if the resulting equation has two distinct rational solutions. Who has a winning strategy?
Solution:
Mr. A can force a win.
Here’s a concrete strategy that always succeeds, no matter how Mr. B permutes the three numbers.
1 A's move
Pick any three non‑zero real numbers whose sum is 0 and such that no one of them equals −2 times another (to avoid a double root).
Example: .
2 Why this choice works for every permutation
Let the three numbers be with
Whatever permutation B chooses becomes the coefficients of
Because , the discriminant is
Key facts
-
is always a perfect square, so the square‑root term in the quadratic formula is rational.
-
provided . That’s why A avoids any pair with ratio .
(With the example we get squares in the six permutations.)
Hence every arrangement gives two distinct roots
a ratio of integers → rational.
3 Conclusion
By picking numbers that sum to zero (and not in the ratio), Mr. A guarantees that all six possible quadratics have two distinct rational solutions.
Since Mr. B cannot spoil this outcome with any permutation, Mr. A has the winning strategy.
Q5.
a, b, c are three distinct non-zero real numbers. Prove that the following three equations
cannot all have two equal real roots.
Solution:
Let's prove by contradiction. Let's say each of them has 2 equal real roots. Hence their discriminant is 0.
So
4b^2 = 4ac, 4a^2 = 4bc and 4c^2 = 4ab
=> b^2 = ac and a^2 = bc
=> ac = (a^2/c)^2
=> a^3 = c^3
Since a and c are real,
=> a = c
But that's contradiction since the question says a,b,c are distinct.
Hence proved.
Q6.
If , find the value of .
Solution:
Note that this equation gives imaginary cube roots of unity.
x^2 = -1 - x
x^3 = -x - x^2 = 1
Since x^3 is 1
=> x^1999 = x and x^2000 = x^2
So x + x^2 = -1 = Answer.
Q7.
For to be a factor of , find the values of p and q.
Solution:
Let (x^2 + 2x + 5)(x^2 + bx + c) = x^4 + px^2 + q
Now equate coefficients for each power of x and you will get the answer.
p = 6, q = 25.
Q8.
If , find
Solution:
b^2 = a^2 + c^2 + 2ac
Numerator = 2(a^2 + c^2 + ac)
Denominator = a^2 + c^2 + ac
Answer: 2
Q9.
For how many real values of a will
have two integer roots?
Solution:
Step 1: General Form
The roots of the quadratic equation are:
So for the roots to be real and integers, the quantity must be an integer. Let:
Let’s find all integer factor pairs such that , and then compute for each.
Step 1: Factorization of 2008
Number of positive divisors =
So, the positive factor pairs are:
We only need pairs such that , since the equation is symmetric.
Step 2: Compute
Now for each pair , compute:
-
❌ Not valid (not real value of a that gives integer roots)
-
✅
-
✅
-
❌ Not valid
So only two of the four positive factor pairs give valid real values of such that the roots are integers.
Step 3: Consider Negative Factor Pairs
Because , negative factor pairs will also work:
Repeat same for these:
-
❌
-
✅
-
✅
-
❌
✅ Final Set of Valid Values:
So the 4 distinct real values of are:
Q10.
If are positive real numbers satisfying the system of equations
then equals
Solution:
We are given:
Dividing both sides of (1) by :
We are also given:
Dividing both sides of (3) by :
From equations (2) and (4), we observe that both left-hand sides are the same (just terms rearranged), so:
Cross-multiplying:
Divide both sides by 112:
Squaring both sides:
Now substitute equations (6) and (7) into equation (2):
Recall:
From (7), , and from (6), , so:
Left-hand side:
Right-hand side:
So:
Multiply both sides by :
Using equation (7):
Thus,
Q11.
a, b, c are positive integers such that
and . Then is"
Solution:
Equating both you will get:
(a-b)^2 + (b-c)^2 = 0
=> a = b = c
Answer = 2
Q12.
"When is real, the greatest possible value of is"
Solution:
Let y = 10^x then:
y - y^2 is a quadratic.
Its graph will be downward parabola.
Highest point will be at the vertex.
Vertex for a quadratic is -b/2a
Here b = 1, a = -1
Vertex = 1/2
Put y = 1/2 to get max value of 1/2 - 1/4 = 1/4 = answer.
Q13. Find integers 'a' and 'b' such that
divides .
Solution:
For a polynomial to divide another, all its roots must be roots of the other one.
Let's say one of those roots is p.
=> p^2 - p - 1 = 0
=> p^2 = p + 1________[1]
Also
a.p^17 + b.p^16 + 1 = 0______[2]
Using [1], we can reduce higher powers of p to linear.
While doing that you will realize that coefficients turn out to follow Fibonacci.
i.e.
p^n = F_n.x + F_(n-1)
Using that compute p^16 and p^17 and put in 2 to get:
For this to vanish identically we need
Plugging the numerical values gives the linear system
Solving this will give, a = 987, b = -1597
Q14.
Find the real points (x, y) satisfying
.
Solution:
Solve it as a plain quadratic
Start from
1. View the equation as a quadratic in
Rewrite (1) collecting the -terms:
For a fixed real , this is a quadratic in .
Real solutions require the discriminant to be non‑negative:
Compute the discriminant:
Hence
Because , the only way for is
2. Substitute back into the equation
Put in (1):
Divide by :
so .
3. Conclusion
The only real point that satisfies (1) is
(Had we treated the equation instead as a quadratic in , the same reasoning would force and then give ; either way the result is identical.)
Q15.
Solve for x, y and z; if xy + x + y = 23, yz + y + z = 31, zx + z + x = 47.
Solution:
Add 1 to each equation:
(x+1)(y+1) = 24
(y+1)(z+1) = 32
(x+1)(z+1) = 48
Let x+1 = a, y+1 = b, z+1 = c
ab = 24
bc = 32
ac = 48
ac.bc = 32.48 = ab.c^2 => c^2 = 64 => c = +-8
c = 8 gives a = 6, b = 4 => x = 5, y = 3, z = 7
c = -8 gives a = -6, b = -4 => x = -7, y = -5, z = -9
Q16
a, b are the real roots of the equation
. Find the number of pairs such that the quadratic equation with roots is still .
Solution
1. Roots and Symmetric Sums
-
Given: are roots of .
-
So
-
-
We require that the quadratic with roots is also .
For the new quadratic with roots :
-
Sum of roots:
-
Product of roots:
So, we want:
But .
Thus,
So,
-
From (2): , so or .
We will examine both cases.
2. Case Analysis
Case 1:
From (1):
So or .
Now, check if the roots are real.
Case 2:
From (1):
So or .
Again, check if the roots are real.
3. Checking Nature of Roots
The original equation will have real roots if its discriminant :
For each (p, q):
-
(0, 0): (real roots)
-
(1, 0): (real roots)
-
(2, 1): (real roots)
-
(-1, 1): (NOT real roots)
So only 3 pairs yield real roots:
-
(0, 0)
-
(1, 0)
-
(2, 1)
Final Answer
There are pairs such that the quadratic equation with roots is also , where are real roots of the original equation.
These pairs are:
-
(0, 0)
-
(1, 0)
-
(2, 1)
Q17.
Done earlier in examples.
Q18.
Given that the real numbers , satisfy
find the value of
Solution:
Changing the second equality in the form of
it follows that and both are roots of the equation
Therefore, by Viete's Theorem,
Q19.
Given that a = 8 − b and c² = ab − 16, prove that a = b.
Solution:
Substitute a in second equation to get:
c^2 + (b-4)^2 = 0
=> c = 0, b = 4
=> a = 8 - 4 = 4
H.P.
Note: This solution assumes that a,b,c are real. Else there are imaginary solutions where a != b.
For e.g. a = 4 + i and b = 4 - i.
And generally, c = +-i(b - 4). We can pick any b and use that to compute c and a.
Q20. Given that a, b are roots of the equation x² – 7x + 8 = 0, where a > b. Find the value of
without solving the equation.:
Solution:
Let α and β be the two roots of
1. Use Vieta’s relations
2. Rewrite the required expression
Because ,
Hence
3. Eliminate the square of β
Since β is a root, it satisfies its own equation:
Substitute this into (1):
4. Express β in terms of S and eliminate β
From (2): .
Insert this form of β back into the quadratic it satisfies:
Multiply by and simplify:
5. Solve for S
Because , β is the smaller root, giving the smaller of the two S‑values (the “−” sign):
Q21. Both roots of the quadratic equation x² – 63x + k = 0 are prime numbers. The number of possible values of k is:
Solution:
Let the roots be a,b.
a + b = 63
a,b are prime => a,b are positive integers.
2 + 61 = 63 gives one pair(2,61) and k = 122.
Since a,b are prime and all primes except 2 are odd.
So if we add 2 primes and both are odd we will get an even number.
But here the sum is odd. So one of them as to be even.
So only answer is the one we found.
Number of possible values of k = 1.
Q22.
Find the sum of all possible values of a such that the following equation has real root in x:
Solution:
For the LHS to be zero, both squares have to be 0.
The second term will be zero only for x = 1 and 2.
So for the first term to be zero a will have to be 1 or 2.
Answer: 1 + 2 = 3
Q23:
Let p be a real number such that the equation has only one solution.
Then find the value of .
Solution:
Discriminant has to be 0.
64 + 8p = 0 => p = -8 => p + 64 = 56.
Q24:
Let
and be the lengths of the three sides of a triangle. Suppose and are the roots of the equation
Solution:
Since are the roots of the equation , it follows that
Then
Hence the triangle is right-angled, and .
Q25:
How many ordered pairs of integers (x, y) satisfy the equation
x² + y² = 2(x + y) + xy?
Solution:
x² + y² = 2(x + y) + xy
Key steps in the solution:
-
Rewriting the equation as a quadratic in :
-
Discriminant of the quadratic:
To ensure integer solutions, this must be a perfect square.
-
Solving the inequality:
So possible integer values for : 0, 1, 2, 3, 4.
-
Filtering values where discriminant is a perfect square: Only qualify.
-
Solving for each valid :
-
:
-
:
-
:
-
-
Final integer solutions:
Total number of solutions: 6 ordered pairs.
Q26.
Let n be a positive integer such that one of the roots of the quadratic equation
4x² – (4√3 + 4)x + √3n – 24 = 0
is an integer. Find the value of n.
Solution:
Summary of the key steps:
-
Assume an integer root , substitute into the equation:
-
Since is irrational, equate both rational and irrational parts:
-
-
Substituting into the rational equation:
-
Since is a positive integer, the solution is:
Q27.Suppose that the two roots of the equation
are α and β. Find the value of (−αβ).
Solution:
Let
. Then , . Thus
Therefore . So . Hence . Therefore, .
Q28:
Find total number of pairs of (x, y) where x, y belongs to integer that satisfy the equation
x + y = x² - xy + y².
Solution:
Rearrange to make quadratic in x:
x^2 - x(y+1) + y^2 - y = 0
Discriminant >= 0
=> (y+1)^2 - 4(y^2 - y) >= 0
=> -3y^2 + 6y + 1 >= 0
=> 3y^2 - 6y - 1 <= 0
=> 3[y^2 - 2y] <= 1
=> 3[(y-1)^2 - 1] <= 1
=> (y-1)^2 <= 1 + 1/3 = 4/3
=> |y-1| <= 2/sqrt(3)
=> -2/sqrt(3)<= y-1 <= 2/sqrt(3)
=> -1... <= y-1 <= 1...
=> -0... <= y <= 2...
Since y is integer
y = 0,1,2
Since x is integer, Discriminant should be perfect square.
Discriminant = (y+1)^2 - 4(y^2 - y) = D
y = 0 => D = 1 Ok
y = 1 => D = 4 Ok
y = 2 => D = 9 - 4(2) = 1 Ok
Now, let's find values of x using
x^2 - x(y+1) + y^2 - y = 0
y = 0
=> x^2 - x = 0 => x = 0,1
y = 1
=> x^2 - 2x = 0 => x = 0,2
y = 2
=> x^2 - 3x + 2 = 0 => x = 1,2
So total 6 pairs for (x,y):
(0,0),(1,0),(0,1),(2,1),(1,2),(2,2)
Q29.
Let a and b be two integers. Suppose that √(7 - 4√3) is a root of the equation x² + ax + b = 0. Find the value of b - a.
Solution:
First note that sqrt(7 - 4.sqrt(3)) = 2 - sqrt(3).
If a quadratic has an irrational root but integer coefficients, then the other root will be conjugate of the first one.
Why?
Let's say p + k.sqrt(q) is one root.
Since sum of roots is integer, so the other root will be like t - k.sqrt(q) so that the irrational part vanishes.
Now the product of roots is also integer.
Product of roots = (p + k.sqrt(q))(t - k.sqrt(q)) = pt - k^2.q + k.sqrt(q)(t - p)
For it to be integer, the irrational part should vanish => t = p.
So the other root is p - k.sqrt(q).
Now, coming back to the question at hand.
Since the coefficients are integer and one root is 2 - sqrt(3) the other one will be 2 + sqrt(3).
-a = sum of roots = 4 => a = -4
b = product of roots = 4 - 3 = 1
b-a = 5 = Answer.
Q30.
Let be an integer such that both roots of the equation
are positive integers. Find the value of .
Solution:
Let the roots be r,s.
r + s = p
rs = (66p - 1)/5 = [66(r+s)- 1 ]/5
5rs = 66r + 66s - 1
5rs - 66r - 66s = - 1
Using rectangle completion trick:
5*5rs - 5*66r - 5*66s = -5
5r(5s - 66) - 66(5s) = -5
5r(5s - 66) - 66(5s - 66) - 66^2 = -5
(5r - 66)(5s - 66) = 66^2 - 5 = 4351
Let's factor 4351.
Last digit is 1.
So last digits of factors would be:
1,1 or 3,7 or 9,9
Check divisibility by 3,7,11,13,17 - all fail.
19 succeeds and the other factor is 229.
(5r - 66)(5s - 66) = 19*229
Solving this we get the roots as :
17,59
p = 17 + 59 = 76
Q31.
Suppose and are the roots of while and are the roots of the equation
. Find the value of
Solution:
p = sin(alpha), q = cos(alpha)
a + b = -p ab = 1
c + d = -q cd = -1
1/a^2 + 1/b^2 = (a^2 + b^2)/(a^2.b^2) = p^2 - 2/(ab)^2 = p^2 - 2
1/c^2 + 1/d^2 = (c^2 + d^2)/(c^2.d^2) = q^2 + 2/(cd)^2 = q^2 + 2
Add to get p^2 + q^2 = 1 = answer.
Q32.
The zeroes of the function are integers. What is the sum of all possible values of ?
Solution:
Let the roots be p,q.
p + q = a
pq = 2a = 2(p+q)
pq -2p - 2q = 0
Complete the rectangle
p(q-2) -2(q-2) = 4
(p-2)(q-2) = 4
Possible factors are 1,4 2,2 4,1 -1,-4 -2,-2 -4,-1
Solving these and doing a = p+q gives 4 unique values of a:
9,8,0,-1
For each of these the discriminant is also perfect square.
Add all to get 16 = answer.
Q33.
Let and be three distinct one-digit numbers. The maximum value of the sum of the roots of the equation
is . What is the value of ?
Solution:
Factorize further to get:
(x-b)(2x - a - c) = 0
x = b, (a+c)/2
k = b + (a+c)/2
2k = 2b + a + c
To maximize this, put
b = 9 and either of a and c to 8 and other one 7.
18 + 8 + 7 = 33 = answer.
Q34.
There are exactly N distinct rational numbers k such that |k| < 200 and 5x² + kx + 12 = 0 has at least one integer solution for x. What is N?
Solution:
Let n be the integer root.
5n^2 + nk + 12 = 0
=> k = -(12 + 5n^2)/n = -(12/n + 5n)
|k| < 200 => |5n + 12/n| < 200
=> -200 < (5n + 12/n) < 200
Claim: Each distinct value of n gives a distinct value of k. Hence N = number of distinct 'n'.
Proof by contradiction:
Let's say 2 distinct value of n(n1,n2) give same k.
=> 5n1 + 12/n1 = 5n2 + 12/n2
=> 12(1/n1 - 1/n2) - 5(n2 - n1) = 0
=> (n2 - n1)[12/n1n2 - 5] = 0
=> (n2 - n1)[12 - 5n1n2] = 0
Either n2 = n1(not true since we chose them distinct)
Or 12 = 5n1n2 (not true since 5 and 12 are co-prime).
H.P.
Case 1:
5n^2 - 200n + 12 < 0
Quadratic in 'n', graph opens upwards, so will be negative between the roots.
n = 200 +- sqrt(40000 - 240)/10
= 20 +- sqrt(400 - 2.4) = 20 +- 19.sth = 39.sth, 0.sth
Since n is integer the values will be 1 to 39.
Case 2:
5n^2 + 200n + 12 > 0
This above inequality is wrong. Why?
Because I have multiplied with n but n is negative here. So the sign must flip.
So it should become:
5n^2 + 200n + 12 < 0
Quadratic in 'n', graph opens upwards, so will be positive when 'n' is between the roots.
n = -200 +- sqrt(40000 - 240)/10
= -20 +- sqrt(400 - 2.4) = -20 +- 19.sth = -39.sth, -0.sth
=> -39 <= n <= -1
So total value of n = 78 = total values of k.
Q35.
Let and be the roots of and let and be the roots of . Now is defined as
Then find the sum of all the digits of .
Solution:
(a + c)(b + c) = ab + c^2 + c(a+b) = 1 - 2000c + c^2 = 8c
(a - d)(b - d) = ab + d^2 - d(a+b) = 1 - 2000d - d^2 = 4008d
Multiply to get 32064cd = 32064 = P
Since c,d are roots of the second equation:
c^2 - 2008c + 1 = 0
d^2 - 2008d + 1 = 0
Sum of digits of P = 15 = Answer.
Q36.
Find the value of the smallest positive integer such that the equation
has only integer solutions.
Solution:
D = perfect square => 4(m+5)^2 - 4(100m + 9) = p.s.
Factor out 4 since that's already p.s.
(m+5)^2 - (100m + 9) >= 0 and p.s.
m^2 - 90m + 16 >= 0 and p.s.
It's given that m is positive integer.
As long as m <= 89 this LHS expression is negative.
For e.g. at m = 89
89(89 - 90+ 16 < 0
So the smallest m at which LHS > 0 is m = 90.
And also at m = 90 it's 16 which is p.s.
Even though we have found the answer here is a more detailed solution.
m^2 + 10m - 100m + 16 = k^2
(m - 45)^2 - 2025 + 16 = k^2
(m - 45)^2 - k^2 = 2009
Using integer square solution method:
(| m - 45| + |k|) (| m - 45| - |k|) = 2009
Factors of 2009 = 7*7*41
=> |m - 45| = 1005,147,45
Smallest positive m will be obtained by:
m - 45 = +-45
=> m = 90 = answer
Q37.
Given that (m − 2) is a positive integer and it is also a factor of 3m² − 2m + 10. Find the sum of all such values of m.
Solution:
is an integer. Thus, is a factor of 18. Hence, value of . Thus,
The required sum is 51.
Q38.
Let
and be the roots of the equation . Suppose that and are the roots of the equation . What is ?
Solution:
In a quadratic equation of the form
, the product of the roots is (Vieta’s formulas).
Using this property, we have that and
Hence,
Q39.
The quadratic equation
has roots that are twice those of , and none of is zero. What is the value of ?
Solution:
Let
have roots and . Then
so and .
Also, has roots and , so
and , .
Thus,
Q40.
What is the negative of the sum of the reciprocals of the roots of the equation
Solution:
Multiplying both sides of the equation
by , we get:
Let the roots be and .
The question asks for the negative of the sum of the reciprocals of the roots:
Using Vieta’s formulas:
So:
Therefore, the negative of this is:
Q42. Suppose that
and are nonzero real numbers, and that the equation has solutions and . Find the value of .
Solution:
Since ,
it follows by comparing coefficients that and that .
Since is non-zero, , and
Thus,
Q43.
Let
and be real numbers such that
and .
Then is ___?
Solution:
Rearranging the given equations:
Squaring both:
Adding these two equations:
Simplifies to:
Dividing both sides by 65:
Therefore:
Comments
Post a Comment