Q1
The LCM of two numbers is 14 times their HCF. The sum of the LCM and HCF is 600. If one number is 280, find the other number.
📝 SolutionLet HCF $= h$. Then LCM $= 14h$.
Given: $h + 14h = 600 \Rightarrow 15h = 600 \Rightarrow h = 40$, so LCM $= 560$.
Now use: $\text{HCF} \times \text{LCM} = a \times b$
$40 \times 560 = 280 \times b \Rightarrow b = \dfrac{22400}{280} = \mathbf{80}$.
Key identity: product of two numbers = HCF × LCM. This holds only for two numbers.
Given: $h + 14h = 600 \Rightarrow 15h = 600 \Rightarrow h = 40$, so LCM $= 560$.
Now use: $\text{HCF} \times \text{LCM} = a \times b$
$40 \times 560 = 280 \times b \Rightarrow b = \dfrac{22400}{280} = \mathbf{80}$.
Key identity: product of two numbers = HCF × LCM. This holds only for two numbers.
Q2
If $\alpha$ and $\beta$ are the zeroes of $p(x) = x^2 - 5x + k$ and $\alpha - \beta = 1$, find the value of $k$.
📝 SolutionFrom the polynomial: $\alpha + \beta = 5$ and $\alpha\beta = k$.
Use the identity $(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta$:
$1^2 = 5^2 - 4k \Rightarrow 1 = 25 - 4k \Rightarrow 4k = 24 \Rightarrow k = \mathbf{6}$.
Check: $x^2 - 5x + 6 = (x-2)(x-3)$; zeroes 3 and 2; difference = 1 ✓
Use the identity $(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta$:
$1^2 = 5^2 - 4k \Rightarrow 1 = 25 - 4k \Rightarrow 4k = 24 \Rightarrow k = \mathbf{6}$.
Check: $x^2 - 5x + 6 = (x-2)(x-3)$; zeroes 3 and 2; difference = 1 ✓
Q3
For which value of $k$ does the pair of equations $2x + 3y = 7$ and $(k-1)x + (k+2)y = 3k$ have infinitely many solutions?
📝 SolutionFor infinitely many solutions: $\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}$
$\dfrac{2}{k-1} = \dfrac{3}{k+2} = \dfrac{7}{3k}$
From the first two: $2(k+2) = 3(k-1) \Rightarrow 2k + 4 = 3k - 3 \Rightarrow k = 7$.
Verify with the third ratio: $\dfrac{2}{6} = \dfrac13$ and $\dfrac{7}{21} = \dfrac13$ ✓
So $k = \mathbf{7}$.
Trap: You must check all three ratios. A value satisfying only two of them gives no solution, not infinite.
$\dfrac{2}{k-1} = \dfrac{3}{k+2} = \dfrac{7}{3k}$
From the first two: $2(k+2) = 3(k-1) \Rightarrow 2k + 4 = 3k - 3 \Rightarrow k = 7$.
Verify with the third ratio: $\dfrac{2}{6} = \dfrac13$ and $\dfrac{7}{21} = \dfrac13$ ✓
So $k = \mathbf{7}$.
Trap: You must check all three ratios. A value satisfying only two of them gives no solution, not infinite.
Q4
A train travels 360 km at a uniform speed. If the speed had been 5 km/h more, it would have taken 1 hour less for the same journey. Find the original speed of the train.
📝 SolutionLet the original speed be $x$ km/h. Time $= \dfrac{360}{x}$.
New speed $= (x+5)$, new time $= \dfrac{360}{x+5}$, which is 1 hour less:
$\dfrac{360}{x} - \dfrac{360}{x+5} = 1$
$360(x+5) - 360x = x(x+5)$
$1800 = x^2 + 5x \Rightarrow x^2 + 5x - 1800 = 0$
$D = 25 + 7200 = 7225,\ \sqrt{D} = 85$
$x = \dfrac{-5 + 85}{2} = \mathbf{40}$ km/h (reject the negative root).
Check: $360/40 = 9$ h; $360/45 = 8$ h ✓
New speed $= (x+5)$, new time $= \dfrac{360}{x+5}$, which is 1 hour less:
$\dfrac{360}{x} - \dfrac{360}{x+5} = 1$
$360(x+5) - 360x = x(x+5)$
$1800 = x^2 + 5x \Rightarrow x^2 + 5x - 1800 = 0$
$D = 25 + 7200 = 7225,\ \sqrt{D} = 85$
$x = \dfrac{-5 + 85}{2} = \mathbf{40}$ km/h (reject the negative root).
Check: $360/40 = 9$ h; $360/45 = 8$ h ✓
Q5
The sum of the first $n$ terms of an AP is given by $S_n = 3n^2 + 5n$. If its $k$-th term is 164, find $k$.
📝 SolutionUse $a_n = S_n - S_{n-1}$:
$S_{n-1} = 3(n-1)^2 + 5(n-1) = 3n^2 - 6n + 3 + 5n - 5 = 3n^2 - n - 2$
$a_n = (3n^2 + 5n) - (3n^2 - n - 2) = \mathbf{6n + 2}$
Now set $a_k = 164$:
$6k + 2 = 164 \Rightarrow 6k = 162 \Rightarrow k = \mathbf{27}$.
Sanity check: $a_1 = S_1 = 3 + 5 = 8$, and $6(1)+2 = 8$ ✓
$S_{n-1} = 3(n-1)^2 + 5(n-1) = 3n^2 - 6n + 3 + 5n - 5 = 3n^2 - n - 2$
$a_n = (3n^2 + 5n) - (3n^2 - n - 2) = \mathbf{6n + 2}$
Now set $a_k = 164$:
$6k + 2 = 164 \Rightarrow 6k = 162 \Rightarrow k = \mathbf{27}$.
Sanity check: $a_1 = S_1 = 3 + 5 = 8$, and $6(1)+2 = 8$ ✓
🔔 Don't miss tomorrow's DPP!
Get a new DPP every morning, straight to WhatsApp — free.
📱 Get DPP on WhatsApp
Class 10 · Maths
Class 10 Maths Board Exam Revision Kit
Formula sheet, MCQ practice & timed mock test — get ready for the board exam.
₹99 ₹249
View Kit — Instant Download