A English

Mix Examples - Quadratic Equations Questions in English

Class 10 Mathematics · Quadratic Equations · Mix Examples - Quadratic Equations

373+

Questions

English

Language

100%

With Solutions

Showing 50 of 373 questions in English

251
MediumMCQ
Obtain the roots of the following equation using the method of 'completing the square': $16x^{2} - 24x - 1 = 0$.
A
$\frac{-5+\sqrt{13}}{2}, \frac{-5-\sqrt{13}}{2}$
B
$\frac{3+\sqrt{3}}{3}, \frac{3-\sqrt{3}}{3}$
C
$\frac{3-\sqrt{10}}{4}, \frac{3+\sqrt{10}}{4}$
D
$\frac{3+\sqrt{5}}{2}, \frac{3-\sqrt{5}}{2}$

Solution

(C) Given equation: $16x^{2} - 24x - 1 = 0$.
Divide the entire equation by $16$ to make the coefficient of $x^{2}$ equal to $1$:
$x^{2} - \frac{24}{16}x - \frac{1}{16} = 0 \implies x^{2} - \frac{3}{2}x - \frac{1}{16} = 0$.
Move the constant term to the right side:
$x^{2} - \frac{3}{2}x = \frac{1}{16}$.
Add the square of half the coefficient of $x$ (which is $\frac{1}{2} \times \frac{3}{2} = \frac{3}{4}$,and its square is $\frac{9}{16}$) to both sides:
$x^{2} - \frac{3}{2}x + \left(\frac{3}{4}\right)^{2} = \frac{1}{16} + \frac{9}{16}$.
Rewrite the left side as a perfect square:
$\left(x - \frac{3}{4}\right)^{2} = \frac{10}{16}$.
Take the square root of both sides:
$x - \frac{3}{4} = \pm \sqrt{\frac{10}{16}} = \pm \frac{\sqrt{10}}{4}$.
Solve for $x$:
$x = \frac{3}{4} \pm \frac{\sqrt{10}}{4} = \frac{3 \pm \sqrt{10}}{4}$.
Thus,the roots are $\frac{3+\sqrt{10}}{4}$ and $\frac{3-\sqrt{10}}{4}$.
252
EasyMCQ
Obtain the roots of the following equation using the method of 'completing the square': $3y^{2} + 7y - 20 = 0$.
A
$0, -\frac{11}{12}$
B
$5, \frac{5}{2}$
C
$-\frac{5}{3}, -2$
D
$-4, \frac{5}{3}$

Solution

(D) Given equation: $3y^{2} + 7y - 20 = 0$.
Divide by $3$: $y^{2} + \frac{7}{3}y - \frac{20}{3} = 0$.
Add and subtract $(\frac{1}{2} \times \text{coefficient of } y)^{2} = (\frac{7}{6})^{2} = \frac{49}{36}$:
$y^{2} + \frac{7}{3}y + \frac{49}{36} - \frac{49}{36} - \frac{20}{3} = 0$.
$(y + \frac{7}{6})^{2} - (\frac{49 + 240}{36}) = 0$.
$(y + \frac{7}{6})^{2} = \frac{289}{36}$.
Taking square root: $y + \frac{7}{6} = \pm \frac{17}{6}$.
Case $1$: $y = \frac{17}{6} - \frac{7}{6} = \frac{10}{6} = \frac{5}{3}$.
Case $2$: $y = -\frac{17}{6} - \frac{7}{6} = -\frac{24}{6} = -4$.
Thus,the roots are $-4, \frac{5}{3}$.
253
DifficultMCQ
Obtain the roots of the following equation using the method of 'completing the square': $5x^{2} - 4x - 10 = 0$.
A
$\frac{2 - 3\sqrt{6}}{5}, \frac{2 + 3\sqrt{6}}{5}$
B
$\frac{3 - \sqrt{10}}{4}, \frac{3 + \sqrt{10}}{4}$
C
$\frac{3 + \sqrt{3}}{3}, \frac{3 - \sqrt{3}}{3}$
D
$\frac{-5 + \sqrt{13}}{2}, \frac{-5 - \sqrt{13}}{2}$

Solution

(A) Given equation: $5x^{2} - 4x - 10 = 0$.
Divide the entire equation by $5$ to make the coefficient of $x^{2}$ equal to $1$:
$x^{2} - \frac{4}{5}x - 2 = 0$.
Shift the constant term to the right side:
$x^{2} - \frac{4}{5}x = 2$.
Add the square of half the coefficient of $x$ (which is $(\frac{1}{2} \times \frac{4}{5})^{2} = (\frac{2}{5})^{2} = \frac{4}{25}$) to both sides:
$x^{2} - \frac{4}{5}x + \frac{4}{25} = 2 + \frac{4}{25}$.
Rewrite the left side as a perfect square:
$(x - \frac{2}{5})^{2} = \frac{50 + 4}{25} = \frac{54}{25}$.
Take the square root of both sides:
$x - \frac{2}{5} = \pm \sqrt{\frac{54}{25}} = \pm \frac{3\sqrt{6}}{5}$.
Solve for $x$:
$x = \frac{2}{5} \pm \frac{3\sqrt{6}}{5} = \frac{2 \pm 3\sqrt{6}}{5}$.
Thus,the roots are $\frac{2 - 3\sqrt{6}}{5}$ and $\frac{2 + 3\sqrt{6}}{5}$.
254
MediumMCQ
Obtain the roots of the following equation using the method of 'completing the square': $m^{2} - 18m + 81 = 0$
A
$7, -7$
B
$9, 9$
C
$6, 2$
D
$0, 8$

Solution

(B) To solve the equation $m^{2} - 18m + 81 = 0$ by the method of completing the square:
$1$. The equation is already in the form $m^{2} - 18m = -81$.
$2$. To complete the square,we add the square of half the coefficient of $m$ to both sides. The coefficient of $m$ is $-18$,so half of it is $-9$,and $(-9)^{2} = 81$.
$3$. Adding $81$ to both sides: $m^{2} - 18m + 81 = -81 + 81$.
$4$. This simplifies to $(m - 9)^{2} = 0$.
$5$. Taking the square root of both sides,we get $m - 9 = 0$,which implies $m = 9$.
$6$. Since it is a quadratic equation,the roots are $9, 9$.
255
MediumMCQ
Obtain the roots of the following equation using the method of 'completing the square': $6x^2 + 11x + 3 = 0$
A
$-\frac{2}{3}, \frac{1}{2}$
B
$\frac{1}{3}, -\frac{1}{16}$
C
$-\frac{3}{2}, -\frac{1}{3}$
D
$\frac{1}{2}, -\frac{2}{3}$

Solution

(C) Given equation: $6x^2 + 11x + 3 = 0$
Divide the entire equation by $6$ to make the coefficient of $x^2$ equal to $1$:
$x^2 + \frac{11}{6}x + \frac{3}{6} = 0 \implies x^2 + \frac{11}{6}x + \frac{1}{2} = 0$
Shift the constant term to the right side:
$x^2 + \frac{11}{6}x = -\frac{1}{2}$
Add the square of half the coefficient of $x$ (i.e.,$(\frac{1}{2} \cdot \frac{11}{6})^2 = (\frac{11}{12})^2 = \frac{121}{144}$) to both sides:
$x^2 + \frac{11}{6}x + \frac{121}{144} = -\frac{1}{2} + \frac{121}{144}$
$(x + \frac{11}{12})^2 = -\frac{72}{144} + \frac{121}{144} = \frac{49}{144}$
Taking the square root on both sides:
$x + \frac{11}{12} = \pm \frac{7}{12}$
Case $1$: $x = \frac{7}{12} - \frac{11}{12} = -\frac{4}{12} = -\frac{1}{3}$
Case $2$: $x = -\frac{7}{12} - \frac{11}{12} = -\frac{18}{12} = -\frac{3}{2}$
Thus,the roots are $-\frac{3}{2}$ and $-\frac{1}{3}$.
256
DifficultMCQ
Divide $16$ into two parts such that twice the square of the larger part exceeds the square of the smaller part by $164$.
A
$5, 11$
B
$7, 9$
C
$12, 4$
D
$10, 6$

Solution

(D) Let the two parts be $x$ and $16 - x$. Assume $x$ is the larger part.
According to the problem,$2x^2 - (16 - x)^2 = 164$.
Expanding the equation: $2x^2 - (256 - 32x + x^2) = 164$.
$2x^2 - 256 + 32x - x^2 = 164$.
$x^2 + 32x - 420 = 0$.
Factoring the quadratic equation: $x^2 + 42x - 10x - 420 = 0$.
$x(x + 42) - 10(x + 42) = 0$.
$(x - 10)(x + 42) = 0$.
Since the parts must be positive,$x = 10$.
The other part is $16 - 10 = 6$.
Thus,the two parts are $10$ and $6$.
257
MediumMCQ
The formula to find the sum $S$ of the first $n$ natural numbers is $S = \frac{n(n+1)}{2}$. Find $n$ if the sum of the first $n$ natural numbers is $300$.
A
$24$
B
$20$
C
$17$
D
$13$

Solution

(A) Given the formula for the sum of the first $n$ natural numbers is $S = \frac{n(n+1)}{2}$.
We are given $S = 300$,so we have the equation $\frac{n(n+1)}{2} = 300$.
Multiplying both sides by $2$,we get $n(n+1) = 600$.
Expanding this,we get $n^2 + n - 600 = 0$.
To solve this quadratic equation,we look for two numbers that multiply to $-600$ and add to $1$. These numbers are $25$ and $-24$.
So,$(n + 25)(n - 24) = 0$.
This gives $n = -25$ or $n = 24$.
Since $n$ represents the count of natural numbers,it must be positive.
Therefore,$n = 24$.
258
MediumMCQ
The denominator of a non-zero ratio is one less than twice the numerator. If the sum of the ratio and its reciprocal is $2 \frac{4}{15},$ find the ratio.
A
$3/5$
B
$5/3$
C
$2/3$
D
$3/2$

Solution

(A) Let the numerator be $x$. Then the denominator is $2x - 1$. The ratio is $\frac{x}{2x - 1}$.
According to the problem,the sum of the ratio and its reciprocal is $2 \frac{4}{15} = \frac{34}{15}$.
So,$\frac{x}{2x - 1} + \frac{2x - 1}{x} = \frac{34}{15}$.
Let $y = \frac{x}{2x - 1}$. Then $y + \frac{1}{y} = \frac{34}{15}$.
$15y^2 - 34y + 15 = 0$.
$15y^2 - 25y - 9y + 15 = 0$.
$5y(3y - 5) - 3(3y - 5) = 0$.
$(5y - 3)(3y - 5) = 0$.
So,$y = 3/5$ or $y = 5/3$.
If $y = 3/5$,then $\frac{x}{2x - 1} = \frac{3}{5} \implies 5x = 6x - 3 \implies x = 3$. The ratio is $\frac{3}{2(3) - 1} = \frac{3}{5}$.
If $y = 5/3$,then $\frac{x}{2x - 1} = \frac{5}{3} \implies 3x = 10x - 5 \implies 7x = 5 \implies x = 5/7$. The ratio is $\frac{5/7}{2(5/7) - 1} = \frac{5/7}{3/7} = \frac{5}{3}$.
259
DifficultMCQ
When there is a decrease of $10 \,km/hr$ in the usual speed of a train,it takes $4 \frac{1}{2}$ hours more to cover a $900 \,km$ distance. Find the usual speed of the train.
A
$45 \,km/hr$
B
$26 \,km/hr$
C
$50 \,km/hr$
D
$39 \,km/hr$

Solution

(C) Let the usual speed of the train be $x \,km/hr$.
Time taken to cover $900 \,km$ at usual speed is $T_1 = \frac{900}{x} \,hours$.
When the speed is decreased by $10 \,km/hr$,the new speed is $(x - 10) \,km/hr$.
Time taken to cover $900 \,km$ at the new speed is $T_2 = \frac{900}{x - 10} \,hours$.
According to the problem,$T_2 - T_1 = 4.5 \,hours$ (which is $9/2 \,hours$).
So,$\frac{900}{x - 10} - \frac{900}{x} = \frac{9}{2}$.
Dividing by $9$,we get $\frac{100}{x - 10} - \frac{100}{x} = \frac{1}{2}$.
$100 \left( \frac{x - (x - 10)}{x(x - 10)} \right) = \frac{1}{2}$.
$100 \left( \frac{10}{x^2 - 10x} \right) = \frac{1}{2}$.
$1000 \times 2 = x^2 - 10x$.
$x^2 - 10x - 2000 = 0$.
Solving the quadratic equation: $x^2 - 50x + 40x - 2000 = 0$.
$x(x - 50) + 40(x - 50) = 0$.
$(x - 50)(x + 40) = 0$.
Since speed cannot be negative,$x = 50 \,km/hr$.
260
MediumMCQ
$A$ two-digit number is such that the product of its digits is $10$. When $27$ is added to the original number,the new number obtained is the same as the number obtained by interchanging the digits of the original number. Determine the number.
A
$15$
B
$32$
C
$20$
D
$25$

Solution

(D) Let the tens digit be $x$ and the units digit be $y$. The number is $10x + y$.
Given that the product of the digits is $xy = 10$.
When $27$ is added to the number,the digits are interchanged,so the new number is $10y + x$.
According to the problem: $(10x + y) + 27 = 10y + x$.
Rearranging the terms: $9x - 9y = -27$,which simplifies to $x - y = -3$ or $y - x = 3$.
Substitute $y = x + 3$ into the product equation: $x(x + 3) = 10$.
$x^2 + 3x - 10 = 0$.
$(x + 5)(x - 2) = 0$.
Since $x$ must be a positive digit,$x = 2$.
Then $y = 2 + 3 = 5$.
The number is $10(2) + 5 = 25$.
261
DifficultMCQ
We get $2 \ kg$ of pure butter less in Rs. $960$ if the price of pure butter increases by Rs. $40$ per $kg$. Find the original price of pure butter per kilogram.
A
$120$
B
$89$
C
$105$
D
$175$

Solution

(A) Let the original price of pure butter be $x$ Rs. per $kg$.
The quantity of butter purchased for Rs. $960$ at the original price is $\frac{960}{x} \ kg$.
When the price increases by Rs. $40$ per $kg$,the new price becomes $(x + 40)$ Rs. per $kg$.
The quantity of butter purchased for Rs. $960$ at the new price is $\frac{960}{x + 40} \ kg$.
According to the problem,the difference in quantity is $2 \ kg$:
$\frac{960}{x} - \frac{960}{x + 40} = 2$
Divide by $2$:
$\frac{480}{x} - \frac{480}{x + 40} = 1$
$480(x + 40) - 480x = x(x + 40)$
$480x + 19200 - 480x = x^2 + 40x$
$x^2 + 40x - 19200 = 0$
Solving the quadratic equation using the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$:
$x = \frac{-40 \pm \sqrt{1600 - 4(1)(-19200)}}{2}$
$x = \frac{-40 \pm \sqrt{1600 + 76800}}{2} = \frac{-40 \pm \sqrt{78400}}{2} = \frac{-40 \pm 280}{2}$
Since price cannot be negative,$x = \frac{240}{2} = 120$.
Thus,the original price is Rs. $120$ per $kg$.
262
DifficultMCQ
We get $2$ litres of kerosene less in Rs. $360$ if the price of kerosene increases by Rs. $2$ per litre. Find the original price of kerosene per litre.
A
$26$
B
$18$
C
$32$
D
$20$

Solution

(B) Let the original price of kerosene be $x$ Rs./litre.
Total amount spent = Rs. $360$.
Original quantity of kerosene = $\frac{360}{x}$ litres.
New price of kerosene = $(x + 2)$ Rs./litre.
New quantity of kerosene = $\frac{360}{x + 2}$ litres.
According to the problem,the difference in quantity is $2$ litres:
$\frac{360}{x} - \frac{360}{x + 2} = 2$
Divide by $2$:
$\frac{180}{x} - \frac{180}{x + 2} = 1$
$180(x + 2) - 180x = x(x + 2)$
$180x + 360 - 180x = x^2 + 2x$
$x^2 + 2x - 360 = 0$
$(x + 20)(x - 18) = 0$
Since price cannot be negative,$x = 18$.
Therefore,the original price of kerosene is Rs. $18$ per litre.
263
DifficultMCQ
The lengths of the sides forming the right angle of a right-angled triangle are $x \, m$ and $(x+2) \, m$. If the area of the triangle is $84 \, m^2$,find the lengths of the sides which form the right angle.
A
$21 \, m, 46 \, m$
B
$15 \, m, 23 \, m$
C
$12 \, m, 14 \, m$
D
$20 \, m, 18 \, m$

Solution

(C) The area of a right-angled triangle is given by the formula: $\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}$.
Given,$\text{base} = x \, m$ and $\text{height} = (x+2) \, m$.
$\text{Area} = 84 \, m^2$.
So,$84 = \frac{1}{2} \times x \times (x+2)$.
$168 = x^2 + 2x$.
$x^2 + 2x - 168 = 0$.
Factoring the quadratic equation: $x^2 + 14x - 12x - 168 = 0$.
$x(x+14) - 12(x+14) = 0$.
$(x-12)(x+14) = 0$.
Since the length cannot be negative,$x = 12$.
The sides are $x = 12 \, m$ and $x+2 = 14 \, m$.
264
DifficultMCQ
In a right triangle,the length of the hypotenuse is $2\,cm$ more than the length of the base and $1\,cm$ more than twice the length of the altitude. Find the length of the hypotenuse. (in $,cm$)
A
$23$
B
$20$
C
$27$
D
$17$

Solution

(D) Let the length of the hypotenuse be $h\,cm$,the base be $b\,cm$,and the altitude be $a\,cm$.
Given: $h = b + 2 \implies b = h - 2$.
Also,$h = 2a + 1 \implies a = \frac{h - 1}{2}$.
By the Pythagorean theorem,$h^2 = b^2 + a^2$.
Substituting the expressions for $b$ and $a$: $h^2 = (h - 2)^2 + \left(\frac{h - 1}{2}\right)^2$.
$h^2 = h^2 - 4h + 4 + \frac{h^2 - 2h + 1}{4}$.
Multiply by $4$: $4h^2 = 4h^2 - 16h + 16 + h^2 - 2h + 1$.
$0 = h^2 - 18h + 17$.
Factoring the quadratic equation: $(h - 17)(h - 1) = 0$.
Since $h$ must be greater than $2$ (as $b = h - 2 > 0$),we have $h = 17$.
Thus,the length of the hypotenuse is $17\,cm$.
265
DifficultMCQ
While selling a calculator for Rs. $56$,the profit percentage is equal to its cost price in rupees. Find the cost price of the calculator.
A
$40$
B
$46$
C
$36$
D
$52$

Solution

(A) Let the cost price of the calculator be $x$ rupees.
Given that the profit percentage is equal to the cost price,the profit percentage is $x\%$.
Profit = $\text{Cost Price} \times \frac{\text{Profit Percentage}}{100} = x \times \frac{x}{100} = \frac{x^2}{100}$.
Selling Price = $\text{Cost Price} + \text{Profit} = x + \frac{x^2}{100}$.
Given that the selling price is Rs. $56$,we have the equation: $x + \frac{x^2}{100} = 56$.
Multiplying by $100$,we get $100x + x^2 = 5600$,which simplifies to $x^2 + 100x - 5600 = 0$.
Factoring the quadratic equation: $x^2 + 140x - 40x - 5600 = 0$.
$x(x + 140) - 40(x + 140) = 0$.
$(x - 40)(x + 140) = 0$.
Since the cost price cannot be negative,$x = 40$.
Therefore,the cost price of the calculator is Rs. $40$.
266
DifficultMCQ
When there is a decrease of $5\, km/hr$ in the usual uniform speed of a train,it takes $4$ hours more than the usual time for covering the distance of $400\, km$. Find the usual speed of the train.
A
$17\, km/hr$
B
$25\, km/hr$
C
$20\, km/hr$
D
$30\, km/hr$

Solution

(B) Let the usual speed of the train be $x\, km/hr$.
Time taken to cover $400\, km$ at usual speed is $T_1 = \frac{400}{x}$ hours.
When the speed is decreased by $5\, km/hr$,the new speed is $(x - 5)\, km/hr$.
Time taken at the new speed is $T_2 = \frac{400}{x - 5}$ hours.
According to the problem,$T_2 - T_1 = 4$.
So,$\frac{400}{x - 5} - \frac{400}{x} = 4$.
Dividing by $4$,we get $\frac{100}{x - 5} - \frac{100}{x} = 1$.
$100x - 100(x - 5) = x(x - 5)$.
$100x - 100x + 500 = x^2 - 5x$.
$x^2 - 5x - 500 = 0$.
$(x - 25)(x + 20) = 0$.
Since speed cannot be negative,$x = 25\, km/hr$.
267
MediumMCQ
The sum of two numbers is $15$. If the sum of their reciprocals is $\frac{3}{10}$,then find the numbers.
A
$1, 2$
B
$0, 3$
C
$5, 10$
D
$4, 13$

Solution

(C) Let the two numbers be $x$ and $y$.
Given: $x + y = 15$ (Equation $1$).
Given: $\frac{1}{x} + \frac{1}{y} = \frac{3}{10}$ (Equation $2$).
From Equation $2$,we get $\frac{x + y}{xy} = \frac{3}{10}$.
Substituting the value of $x + y$ from Equation $1$ into this expression: $\frac{15}{xy} = \frac{3}{10}$.
Solving for $xy$: $3xy = 150$,so $xy = 50$.
Now we have $x + y = 15$ and $xy = 50$.
These are the roots of the quadratic equation $t^2 - (x + y)t + xy = 0$.
Substituting the values: $t^2 - 15t + 50 = 0$.
Factoring the quadratic: $(t - 5)(t - 10) = 0$.
Thus,$t = 5$ or $t = 10$.
The two numbers are $5$ and $10$.
268
DifficultMCQ
The speed of a motorboat in still water is $9\,km/h$. In a river,it covers $12\,km$ downstream and the same distance upstream in a total time of $3\,hours$. Find the speed of the current of the river. (The speed of the current of the river is less than the speed of the motorboat in still water.) (in $,km/h$)
A
$5$
B
$1$
C
$7$
D
$3$

Solution

(D) Let the speed of the current be $x\,km/h$.
Speed downstream = $(9 + x)\,km/h$.
Speed upstream = $(9 - x)\,km/h$.
Time taken downstream = $\frac{12}{9 + x}$.
Time taken upstream = $\frac{12}{9 - x}$.
Total time = $3\,hours$,so $\frac{12}{9 + x} + \frac{12}{9 - x} = 3$.
Dividing by $3$: $\frac{4}{9 + x} + \frac{4}{9 - x} = 1$.
$4(9 - x) + 4(9 + x) = (9 + x)(9 - x)$.
$36 - 4x + 36 + 4x = 81 - x^2$.
$72 = 81 - x^2$.
$x^2 = 81 - 72 = 9$.
$x = 3\,km/h$ (since speed cannot be negative).
269
DifficultMCQ
The faster train takes $1$ hour less than the slower train for covering a $400\, km$ distance. If the speed of the slower train is $20\, km/hr$ less than the speed of the faster train,find the speed of the slower train.
A
$80\, km/hr$
B
$77\, km/hr$
C
$63\, km/hr$
D
$52\, km/hr$

Solution

(A) Let the speed of the faster train be $x\, km/hr$. Then the speed of the slower train is $(x - 20)\, km/hr$.
The time taken by the faster train is $T_1 = \frac{400}{x}$ hours.
The time taken by the slower train is $T_2 = \frac{400}{x - 20}$ hours.
According to the problem,the faster train takes $1$ hour less than the slower train,so $T_2 - T_1 = 1$.
$\frac{400}{x - 20} - \frac{400}{x} = 1$
$400 \left( \frac{x - (x - 20)}{x(x - 20)} \right) = 1$
$400 \times 20 = x^2 - 20x$
$x^2 - 20x - 8000 = 0$
$(x - 100)(x + 80) = 0$
Since speed cannot be negative,$x = 100\, km/hr$.
The speed of the slower train is $x - 20 = 100 - 20 = 80\, km/hr$.
270
DifficultMCQ
The product of the digits of a two-digit number is $15$. If the digits of this number are interchanged,the new number so obtained is $18$ more than the original number. Find the original number.
A
$30$
B
$35$
C
$23$
D
$40$

Solution

(B) Let the tens digit be $x$ and the units digit be $y$. The number is $10x + y$.
Given that the product of the digits is $xy = 15$.
When the digits are interchanged,the new number is $10y + x$.
According to the problem,the new number is $18$ more than the original number:
$(10y + x) - (10x + y) = 18$
$9y - 9x = 18$
$y - x = 2$,which implies $y = x + 2$.
Substitute $y = x + 2$ into the product equation $xy = 15$:
$x(x + 2) = 15$
$x^2 + 2x - 15 = 0$
$(x + 5)(x - 3) = 0$
Since $x$ must be a positive digit,$x = 3$.
Then $y = 3 + 2 = 5$.
The original number is $10(3) + 5 = 35$.
271
DifficultMCQ
The perimeter of a bigger square is $12\,m$ more than the perimeter of a smaller square. Three times the area of the smaller square is $11\,m^2$ more than the area of the bigger square. Find the length of the side of the bigger square.
A
$3$
B
$9$
C
$8$
D
$5$

Solution

(C) Let the side of the smaller square be $x\,m$ and the side of the bigger square be $y\,m$.
The perimeter of the smaller square is $4x$ and the perimeter of the bigger square is $4y$.
According to the problem,$4y = 4x + 12$,which simplifies to $y = x + 3$.
The area of the smaller square is $x^2$ and the area of the bigger square is $y^2$.
According to the problem,$3x^2 = y^2 + 11$.
Substitute $y = x + 3$ into the second equation:
$3x^2 = (x + 3)^2 + 11$
$3x^2 = x^2 + 6x + 9 + 11$
$2x^2 - 6x - 20 = 0$
$x^2 - 3x - 10 = 0$
$(x - 5)(x + 2) = 0$
Since the side length cannot be negative,$x = 5$.
Therefore,the side of the bigger square is $y = x + 3 = 5 + 3 = 8\,m$.
272
DifficultMCQ
The sum of two natural numbers is $5$ and the sum of their reciprocals is $\frac{5}{6}$. Find those numbers.
A
$4, 7$
B
$0, 6$
C
$1, 0$
D
$2, 3$

Solution

(D) Let the two natural numbers be $x$ and $y$.
Given that the sum of the numbers is $x + y = 5$,which implies $y = 5 - x$.
The sum of their reciprocals is $\frac{1}{x} + \frac{1}{y} = \frac{5}{6}$.
Substituting $y = 5 - x$ into the equation: $\frac{1}{x} + \frac{1}{5 - x} = \frac{5}{6}$.
Taking the common denominator: $\frac{(5 - x) + x}{x(5 - x)} = \frac{5}{6}$.
This simplifies to $\frac{5}{5x - x^2} = \frac{5}{6}$.
Dividing both sides by $5$,we get $\frac{1}{5x - x^2} = \frac{1}{6}$.
Therefore,$5x - x^2 = 6$,which rearranges to the quadratic equation $x^2 - 5x + 6 = 0$.
Factoring the quadratic equation: $(x - 2)(x - 3) = 0$.
Thus,$x = 2$ or $x = 3$.
If $x = 2$,then $y = 5 - 2 = 3$. If $x = 3$,then $y = 5 - 3 = 2$.
The two numbers are $2$ and $3$.
273
DifficultMCQ
Divide $29$ into two parts such that the sum of their squares is $425$.
A
$13, 16$
B
$20, 26$
C
$17, 12$
D
$9, 20$

Solution

(A) Let the two parts be $x$ and $(29 - x)$.
According to the problem,the sum of their squares is $425$:
$x^2 + (29 - x)^2 = 425$
$x^2 + (841 - 58x + x^2) = 425$
$2x^2 - 58x + 841 - 425 = 0$
$2x^2 - 58x + 416 = 0$
Dividing by $2$:
$x^2 - 29x + 208 = 0$
Factoring the quadratic equation:
$x^2 - 13x - 16x + 208 = 0$
$x(x - 13) - 16(x - 13) = 0$
$(x - 13)(x - 16) = 0$
So,$x = 13$ or $x = 16$.
If $x = 13$,the other part is $29 - 13 = 16$.
If $x = 16$,the other part is $29 - 16 = 13$.
Thus,the two parts are $13$ and $16$.
274
DifficultMCQ
The sum of squares of two consecutive odd numbers is $514$. Find those numbers.
A
$13, 15$
B
$15, 17$
C
$17, 19$
D
$19, 21$

Solution

(B) Let the two consecutive odd numbers be $x$ and $x + 2$.
According to the problem,the sum of their squares is $514$:
$x^2 + (x + 2)^2 = 514$
$x^2 + x^2 + 4x + 4 = 514$
$2x^2 + 4x + 4 = 514$
$2x^2 + 4x - 510 = 0$
Dividing by $2$:
$x^2 + 2x - 255 = 0$
Factoring the quadratic equation:
$x^2 + 17x - 15x - 255 = 0$
$x(x + 17) - 15(x + 17) = 0$
$(x - 15)(x + 17) = 0$
Since the numbers are positive,$x = 15$.
The two numbers are $15$ and $15 + 2 = 17$.
275
DifficultMCQ
By selling a book for Rs. $119$,the profit percentage is equal to the cost price in rupees. Find the cost price of the book.
A
$78$
B
$93$
C
$70$
D
$87$

Solution

(C) Let the cost price of the book be $x$ rupees.
Given that the profit percentage is equal to the cost price,the profit percentage is $x\%$.
Profit = $\frac{x}{100} \times x = \frac{x^2}{100}$.
Selling Price = Cost Price + Profit.
$119 = x + \frac{x^2}{100}$.
Multiplying by $100$,we get $11900 = 100x + x^2$.
Rearranging into a quadratic equation: $x^2 + 100x - 11900 = 0$.
Factoring the equation: $x^2 + 170x - 70x - 11900 = 0$.
$x(x + 170) - 70(x + 170) = 0$.
$(x - 70)(x + 170) = 0$.
Since the cost price cannot be negative,$x = 70$.
Therefore,the cost price of the book is Rs. $70$.
276
DifficultMCQ
The product of the digits of a two-digit number is $14$. The number obtained by interchanging the digits is $45$ more than the original number. Find the original number.
A
$11$
B
$13$
C
$32$
D
$27$

Solution

(D) Let the tens digit be $x$ and the units digit be $y$. The number is $10x + y$.
Given that the product of the digits is $14$,so $xy = 14$.
When the digits are interchanged,the new number is $10y + x$.
According to the problem,the new number is $45$ more than the original number:
$(10y + x) - (10x + y) = 45$
$9y - 9x = 45$
$y - x = 5$,which implies $y = x + 5$.
Substitute $y = x + 5$ into $xy = 14$:
$x(x + 5) = 14$
$x^2 + 5x - 14 = 0$
$(x + 7)(x - 2) = 0$
Since $x$ must be a positive digit,$x = 2$.
Then $y = 2 + 5 = 7$.
The original number is $10(2) + 7 = 27$.
277
EasyMCQ
$x = \dots$ is a solution of the quadratic equation $x^{2} + 7x + 12 = 0$.
A
$-3$
B
$4$
C
$7$
D
$3$

Solution

(A) To find the solution of the quadratic equation $x^{2} + 7x + 12 = 0$,we factorize the quadratic expression:
$x^{2} + 4x + 3x + 12 = 0$
$x(x + 4) + 3(x + 4) = 0$
$(x + 4)(x + 3) = 0$
Setting each factor to zero:
$x + 4 = 0 \implies x = -4$
$x + 3 = 0 \implies x = -3$
Comparing this with the given options,$-3$ is a solution.
278
EasyMCQ
If $x=2$ is one of the solutions of the quadratic equation $k x^{2}+3 x-4=0,$ then what is the value of $k$?
A
$1/2$
B
$-1/2$
C
$2$
D
$-2$

Solution

(B) Given the quadratic equation $k x^{2} + 3x - 4 = 0$.
Since $x = 2$ is a solution,we substitute $x = 2$ into the equation:
$k(2)^{2} + 3(2) - 4 = 0$
$4k + 6 - 4 = 0$
$4k + 2 = 0$
$4k = -2$
$k = -2/4$
$k = -1/2$
Therefore,the value of $k$ is $-1/2$.
279
EasyMCQ
The quadratic equation .............. has a root $x=3$.
A
$x^{2}-8x-15=0$
B
$x^{2}+8x+15=0$
C
$x^{2}-8x+15=0$
D
$x^{2}+8x-15=0$

Solution

(C) To determine which quadratic equation has a root $x=3$,we substitute $x=3$ into each equation:
For option $C$: $x^{2}-8x+15=0$
Substituting $x=3$: $(3)^{2}-8(3)+15 = 9-24+15 = 24-24 = 0$.
Since the result is $0$,$x=3$ is a root of the equation $x^{2}-8x+15=0$.
280
EasyMCQ
What is the value of $k$ if one of the roots of the quadratic equation $x^{2} + 6x + k = 0$ is $-4$?
A
$20$
B
$40$
C
$8$
D
$-8$

Solution

(C) Given the quadratic equation $x^{2} + 6x + k = 0$.
Since $-4$ is a root of the equation,it must satisfy the equation.
Substitute $x = -4$ into the equation:
$(-4)^{2} + 6(-4) + k = 0$
$16 - 24 + k = 0$
$-8 + k = 0$
$k = 8$
Therefore,the value of $k$ is $8$.
281
EasyMCQ
......... can be taken as the value of $k$,if one of the roots of the quadratic equation $k x^{2} - 7x + 6 = 0$ is $\frac{3}{2}$.
A
$2$
B
$-2$
C
$\frac{3}{2}$
D
$-\frac{3}{2}$

Solution

(A) Given the quadratic equation $k x^{2} - 7x + 6 = 0$.
Since $\frac{3}{2}$ is a root of the equation,it must satisfy the equation.
Substitute $x = \frac{3}{2}$ into the equation:
$k(\frac{3}{2})^{2} - 7(\frac{3}{2}) + 6 = 0$
$k(\frac{9}{4}) - \frac{21}{2} + 6 = 0$
Multiply the entire equation by $4$ to clear the denominators:
$9k - 42 + 24 = 0$
$9k - 18 = 0$
$9k = 18$
$k = 2$
Therefore,the value of $k$ is $2$.
282
EasyMCQ
If $81$ is the discriminant of $2x^{2} + 5x - k = 0$,then the value of $k$ is ..............
A
$5$
B
$7$
C
$-7$
D
$2$

Solution

(B) The given quadratic equation is $2x^{2} + 5x - k = 0$.
Comparing this with the standard form $ax^{2} + bx + c = 0$,we get $a = 2$,$b = 5$,and $c = -k$.
The discriminant $D$ is given by the formula $D = b^{2} - 4ac$.
Given that $D = 81$,we substitute the values:
$81 = (5)^{2} - 4(2)(-k)$
$81 = 25 + 8k$
$81 - 25 = 8k$
$56 = 8k$
$k = \frac{56}{8} = 7$.
Therefore,the value of $k$ is $7$.
283
EasyMCQ
If $64$ is the discriminant of $k x^{2}-4 x-4=0$,then the value of $k$ is ...........
A
$-4$
B
$4$
C
$3$
D
$-3$

Solution

(C) The given quadratic equation is $k x^{2}-4 x-4=0$.
Comparing this with the standard form $a x^{2}+b x+c=0$,we get $a=k$,$b=-4$,and $c=-4$.
The discriminant $D$ is given by the formula $D = b^{2}-4ac$.
Given that $D = 64$,we substitute the values into the formula:
$64 = (-4)^{2}-4(k)(-4)$
$64 = 16 + 16k$
Subtract $16$ from both sides:
$48 = 16k$
Divide by $16$:
$k = 3$.
284
EasyMCQ
The value of discriminant $D$ for the equation $(3x - 14)^2 = 0$ is ........
A
$4$
B
$\frac{14}{3}$
C
$-\frac{3}{14}$
D
$0$

Solution

(D) The given equation is $(3x - 14)^2 = 0$.
Expanding this,we get $9x^2 - 84x + 196 = 0$.
Comparing this with the standard quadratic equation $ax^2 + bx + c = 0$,we have $a = 9$,$b = -84$,and $c = 196$.
The discriminant $D$ is given by the formula $D = b^2 - 4ac$.
Substituting the values,$D = (-84)^2 - 4(9)(196)$.
$D = 7056 - 7056 = 0$.
Alternatively,for any quadratic equation of the form $(px + q)^2 = 0$,the roots are equal,which implies the discriminant $D$ is always $0$.
285
EasyMCQ
The value of discriminant $D$ for the equation $(x+2)(x-5)=0$ is ............
A
$49$
B
$-10$
C
$3$
D
$-31$

Solution

(A) Given the equation $(x+2)(x-5)=0$.
Expanding the brackets: $x^2 - 5x + 2x - 10 = 0$.
This simplifies to the standard quadratic form: $x^2 - 3x - 10 = 0$.
Comparing this with the standard form $ax^2 + bx + c = 0$,we get $a=1$,$b=-3$,and $c=-10$.
The discriminant $D$ is given by the formula $D = b^2 - 4ac$.
Substituting the values: $D = (-3)^2 - 4(1)(-10)$.
$D = 9 + 40 = 49$.
286
EasyMCQ
If the roots of the equation $6x^2 - 13x + m = 0$ are reciprocal of each other,then $m = $ ...........
A
$ -13 $
B
$ 6 $
C
$ -6 $
D
$ 1/6 $

Solution

(B) Let the roots of the quadratic equation $ax^2 + bx + c = 0$ be $\alpha$ and $\beta$.
Given that the roots are reciprocal of each other,we have $\beta = 1/\alpha$,which implies $\alpha \cdot \beta = 1$.
For a quadratic equation $ax^2 + bx + c = 0$,the product of the roots is given by $\alpha \cdot \beta = c/a$.
Comparing $6x^2 - 13x + m = 0$ with $ax^2 + bx + c = 0$,we get $a = 6$,$b = -13$,and $c = m$.
Substituting these values into the product of roots formula: $1 = m/6$.
Therefore,$m = 6$.
287
EasyMCQ
Every quadratic polynomial has at the most ......... zero/s.
A
$3$
B
$1$
C
$2$
D
$4$

Solution

(C) quadratic polynomial is a polynomial of degree $2$. According to the Fundamental Theorem of Algebra,a polynomial of degree $n$ has at most $n$ roots or zeros. Therefore,a quadratic polynomial $(n=2)$ has at most $2$ zeros.
288
EasyMCQ
The roots of the quadratic equation $3x^2 - 4x + 1 = 0$ are:
A
$0, 1$
B
$-\frac{1}{3}, -\frac{1}{3}$
C
$-1, 1$
D
$1, \frac{1}{3}$

Solution

(D) To find the roots of the quadratic equation $3x^2 - 4x + 1 = 0$,we can use the splitting the middle term method.
We need two numbers that multiply to $(3 \times 1) = 3$ and add to $-4$.
These numbers are $-3$ and $-1$.
Now,rewrite the equation: $3x^2 - 3x - x + 1 = 0$.
Factor by grouping: $3x(x - 1) - 1(x - 1) = 0$.
This gives $(3x - 1)(x - 1) = 0$.
Setting each factor to zero:
$3x - 1 = 0 \implies x = \frac{1}{3}$
$x - 1 = 0 \implies x = 1$
Therefore,the roots are $1, \frac{1}{3}$.
289
EasyMCQ
If one of the roots of $x^{2}-2x-c=0$ is $5$,the other root is ...........
A
$-3$
B
$-15$
C
$3$
D
$15$

Solution

(A) Let the roots of the quadratic equation $x^{2}-2x-c=0$ be $\alpha$ and $\beta$.
Given that one root $\alpha = 5$.
The sum of the roots of a quadratic equation $ax^{2}+bx+c=0$ is given by $-\frac{b}{a}$.
Here,$a = 1$,$b = -2$,and $c = -c$.
Sum of roots $\alpha + \beta = -\frac{-2}{1} = 2$.
Substituting $\alpha = 5$,we get $5 + \beta = 2$.
Therefore,$\beta = 2 - 5 = -3$.
Thus,the other root is $-3$.
290
MediumMCQ
If one of the roots of $x^{2} + bx - 12 = 0$ is $2$,the other root is ............
A
$-2$
B
$-6$
C
$6$
D
$-12$

Solution

(B) For a quadratic equation of the form $ax^{2} + bx + c = 0$,the product of the roots is given by $\frac{c}{a}$.
Here,the equation is $x^{2} + bx - 12 = 0$,where $a = 1$ and $c = -12$.
Let the roots be $\alpha$ and $\beta$. We are given $\alpha = 2$.
The product of the roots $\alpha \cdot \beta = \frac{c}{a} = \frac{-12}{1} = -12$.
Substituting the value of $\alpha$:
$2 \cdot \beta = -12$.
$\beta = \frac{-12}{2} = -6$.
Thus,the other root is $-6$.
291
EasyMCQ
The discriminant of the equation $3x^2 - 6x + 4 = 0$ is .............
A
$0$
B
$12$
C
$-12$
D
$84$

Solution

(C) For a quadratic equation of the form $ax^2 + bx + c = 0$,the discriminant $D$ is given by the formula $D = b^2 - 4ac$.
Comparing the given equation $3x^2 - 6x + 4 = 0$ with the standard form,we have $a = 3$,$b = -6$,and $c = 4$.
Substituting these values into the formula:
$D = (-6)^2 - 4(3)(4)$
$D = 36 - 48$
$D = -12$
Therefore,the discriminant is $-12$.
292
EasyMCQ
The roots of $x^{2}+12x+36=0$ are ...........
A
reciprocal of each other
B
opposite of each other
C
fractionals
D
equal

Solution

(D) The given quadratic equation is $x^{2} + 12x + 36 = 0$.
Comparing this with the standard form $ax^{2} + bx + c = 0$,we get $a = 1$,$b = 12$,and $c = 36$.
The discriminant $D$ is calculated as $D = b^{2} - 4ac$.
$D = (12)^{2} - 4(1)(36) = 144 - 144 = 0$.
Since the discriminant $D = 0$,the roots of the quadratic equation are real and equal.
Alternatively,the equation can be written as $(x + 6)^{2} = 0$,which gives $x = -6, -6$.
293
EasyMCQ
The equation $9x^2 + 30x + 25 = 0$ has .............. in $R$.
A
equal roots
B
unequal roots
C
no roots
D
irrational roots

Solution

(A) To determine the nature of the roots of the quadratic equation $ax^2 + bx + c = 0$,we calculate the discriminant $D = b^2 - 4ac$.
Here,$a = 9$,$b = 30$,and $c = 25$.
Substituting these values into the discriminant formula:
$D = (30)^2 - 4(9)(25)$
$D = 900 - 900$
$D = 0$
Since the discriminant $D = 0$,the quadratic equation has real and equal roots.
294
EasyMCQ
If the discriminant of $x^{2}-10x+(2k-1)=0$ is $40$,then $k=$...............
A
$79$
B
$8$
C
$13$
D
$15$

Solution

(B) The given quadratic equation is $x^{2}-10x+(2k-1)=0$.
Comparing this with the standard form $ax^{2}+bx+c=0$,we get $a=1$,$b=-10$,and $c=2k-1$.
The discriminant $D$ is given by the formula $D=b^{2}-4ac$.
Given $D=40$,we substitute the values:
$40 = (-10)^{2} - 4(1)(2k-1)$
$40 = 100 - 4(2k-1)$
$40 = 100 - 8k + 4$
$40 = 104 - 8k$
$8k = 104 - 40$
$8k = 64$
$k = 8$.
295
EasyMCQ
If one of the roots of $2x^{2}-5x+k=0$ is $\frac{7}{2}$,then $k=$ .............
A
$7$
B
$4$
C
$-7$
D
$2$

Solution

(C) Given the quadratic equation $2x^{2}-5x+k=0$.
Since $x = \frac{7}{2}$ is a root of the equation,it must satisfy the equation.
Substitute $x = \frac{7}{2}$ into the equation:
$2(\frac{7}{2})^{2} - 5(\frac{7}{2}) + k = 0$
$2(\frac{49}{4}) - \frac{35}{2} + k = 0$
$\frac{49}{2} - \frac{35}{2} + k = 0$
$\frac{14}{2} + k = 0$
$7 + k = 0$
$k = -7$
296
EasyMCQ
If one of the roots of $2x^{2} + 5x + 3 = 0$ is $-1$,the other root is .............
A
$3/5$
B
$5/2$
C
$3/2$
D
$-3/2$

Solution

(D) For a quadratic equation $ax^{2} + bx + c = 0$,the product of the roots is given by $\alpha \cdot \beta = c/a$.
Given the equation $2x^{2} + 5x + 3 = 0$,we have $a = 2$,$b = 5$,and $c = 3$.
Let the roots be $\alpha = -1$ and $\beta$ be the other root.
Using the product of roots formula: $(-1) \cdot \beta = 3/2$.
Therefore,$\beta = -3/2$.
Alternatively,using the sum of roots: $\alpha + \beta = -b/a$.
$-1 + \beta = -5/2$.
$\beta = -5/2 + 1 = -3/2$.
297
MediumMCQ
The standard form of a quadratic polynomial of one variable is $\ldots .$
A
$ax + by + c$
B
$ax^2 + by + c$
C
$ax^2 + bx + c = 0$; where $a \neq 0$; $a, b, c \in R$
D
$ax^2 + bx + c$; where $a \neq 0$; $a, b, c \in R$

Solution

(D) quadratic polynomial in one variable $x$ is an algebraic expression of the form $ax^2 + bx + c$,where $a, b,$ and $c$ are real numbers $(a, b, c \in R)$ and the coefficient of the squared term must be non-zero $(a \neq 0)$.
If we set the polynomial equal to zero,it becomes a quadratic equation $(ax^2 + bx + c = 0)$.
Since the question asks for the standard form of a quadratic polynomial,the correct expression is $ax^2 + bx + c$ with the condition $a \neq 0$.
298
EasyMCQ
The standard form of a quadratic equation in one variable is $\ldots \ldots \ldots \ldots . .$
A
$ax + by + c = 0$
B
$ax^2 + by + c = 0$
C
$ax^2 + bx + c = 0$; where $a \neq 0$; $a, b, c \in R$
D
$ax^2 + bx + c$; where $a \neq 0$; $a, b, c \in R$

Solution

(C) quadratic equation in one variable $x$ is an equation of the form $ax^2 + bx + c = 0$,where $a, b,$ and $c$ are real numbers and $a \neq 0$.
If $a = 0$,the equation becomes a linear equation $(bx + c = 0)$,which is not quadratic.
Therefore,the standard form is $ax^2 + bx + c = 0$ with the condition $a \neq 0$.
299
EasyMCQ
The necessary condition for $ax^2 + bx + c = 0$,where $a, b, c \in R$,to be a quadratic equation is:
A
$a = 0$
B
$a \neq 0$
C
$a = 1$
D
$a \neq 1$

Solution

(B) quadratic equation is a polynomial equation of degree $2$.
The standard form of a quadratic equation is $ax^2 + bx + c = 0$.
For the equation to be quadratic,the coefficient of the $x^2$ term must not be zero.
If $a = 0$,the equation becomes $bx + c = 0$,which is a linear equation,not a quadratic one.
Therefore,the necessary condition is $a \neq 0$.
300
EasyMCQ
Which of the following is true for the coefficients and constant term of a quadratic equation $ax^2 + bx + c = 0$?
A
$a = 0, b \neq 0, c \neq 0$
B
$a = 0, b \neq 0, c = 0$
C
$a = 0, b = 0, c \neq 0$
D
$a \neq 0; a, b, c \in R$

Solution

(D) quadratic equation is defined as a polynomial equation of degree $2$.
For an equation to be quadratic,the coefficient of the $x^2$ term must not be zero,because if $a = 0$,the equation reduces to a linear equation $(bx + c = 0)$.
Therefore,the condition for $ax^2 + bx + c = 0$ to be a quadratic equation is $a \neq 0$,where $a, b,$ and $c$ are real numbers $(a, b, c \in R)$.

Quadratic Equations — Mix Examples - Quadratic Equations · Frequently Asked Questions

1Are these Quadratic Equations questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Quadratic Equations Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.