IMO Practice Test — Quadratic Equations
6 Questions • 15 min • Olympiad level
15:00
Question 1 of 6
medium
If the roots of \(x^{2} + px + q\) = 0 are in the ratio 2:3, find the relation between p and q.
\(6p^{2}\) = 25q
\(25p^{2}\) = 6q
\(6q^{2}\) = 25p
\(25p^{2}\) = 96q
Explanation: Let the roots be $2k$ and $3k$. Sum $=5k=-p \Rightarrow k=-\frac{p}{5}$. Product $=6k^{2}=q \Rightarrow 6 \cdot \frac{p^{2}}{25}=q \Rightarrow 6p^{2}=25q$.
Question 2 of 6
medium
Solve for x: \(\sqrt{x}\) + \(\sqrt{x+5}\) = 5
x=2
x=3
x=4
x=5
Explanation: Let $\sqrt{x}=p$, so $\sqrt{x+5}=5-p$. Squaring: $x+5=25-10p+p^{2}$. Since $p^{2}=x$, this gives $5=25-10p \Rightarrow p=2 \Rightarrow x=4$. Check: $\sqrt{4}+\sqrt{9}=2+3=5$.
Question 3 of 6
medium
If one root of \(x^{2} - 6x + k\) = 0 is twice the other, find k.
6
8
10
12
Explanation: Let the roots be $\alpha$ and $2\alpha$. Sum $=3\alpha=6 \Rightarrow \alpha=2$, so the roots are $2$ and $4$. Then $k=$ product $=2 \times 4 = 8$.
Question 4 of 6
medium
Find the value of k such that the equation \(3x^{2} - 10x + k\) = 0 has roots that are reciprocals of each other.
2
3
4
6
Explanation: If the roots are reciprocals, their product is $1$. For $3x^{2}-10x+k=0$ the product of roots is $\frac{k}{3}$, so $\frac{k}{3}=1 \Rightarrow k=3$ (the roots are $3$ and $\frac{1}{3}$).
Question 5 of 6
medium
If the equations \(x^{2} + px + q\) = 0 and \(x^{2} + p\)'x + q' = 0 have one common root, find the condition.
(q − q')\(^{2}\) = (p − p')(pq' − p'q)
(q − q')\(^{2}\) = (p − p')(p'q − pq')
(p − p')\(^{2}\) = (q − q')(pq' − p'q)
(p − p')\(^{2}\) = (q − q')(p'q − pq')
Explanation: Let the common root be $\alpha$. Subtracting the two equations gives $(p-p')\alpha+(q-q')=0$, so $\alpha=\frac{q'-q}{p-p'}$. Substituting back and simplifying gives the condition $(q-q')^{2}=(p-p')(p'q-pq')$.
Question 6 of 6
medium
Solve: \(2x^{4} - 5x^{2} + 3\) = 0
x=±1,±\(\sqrt{3/2}\)
x=±1,±\(\sqrt{2/3}\)
x=±\(\sqrt{2}\),±\(\sqrt{3}\)
x=±1,±\(\sqrt{3}\)
Explanation: Let y=\(x^{2}\): \(2y^{2}-5y+3\)=0→\(2y^{2}-2y-3y+3\)=0→2y(y−1)−3(y−1)=0→(y−1)(2y−3)=0→y=1 or y=3/2. So \(x^{2}\)=1→x=±1; \(x^{2}\)=3/2→x=±\(\sqrt{3/2}\)