Q12. Find the roots of: $x^2 - 3x - 10 = 0$ using the method of completing the square.
Answer:
1. Shift constant to the right: $x^2 - 3x = 10$.
2. Add square of half the coefficient of $x$ ($\left(\frac{3}{2}\right)^2 = \frac{9}{4}$) to both sides: $x^2 - 3x + \frac{9}{4} = 10 + \frac{9}{4} \implies \left(x - \frac{3}{2}\right)^2 = \frac{49}{4}$.
3. Take square root: $x - \frac{3}{2} = \pm \frac{7}{2}$.
4. Solve for $x$: $x = \frac{3}{2} \pm \frac{7}{2} \implies x = \frac{10}{2} = 5$ or $x = -\frac{4}{2} = -2$.
Result: $x = 5$ and $x = -2$
Q13. If $-5$ is a root of the quadratic equation $2x^2 + px - 15 = 0$ and the quadratic equation $p(x^2 + x) + k = 0$ has equal roots, find the value of $k$.
Answer:
1. Factor by grouping: $b^2x(a^2x + 1) - 1(a^2x + 1) = 0$.
2. Combine factors: $(b^2x - 1)(a^2x + 1) = 0$.
3. Solve for $x$: $b^2x - 1 = 0 \implies x = \frac{1}{b^2}$ and $a^2x + 1 = 0 \implies x = -\frac{1}{a^2}$.
Result: $x = \frac{1}{b^2}$ and $x = -\frac{1}{a^2}$
Q15. Find the nature of roots of the quadratic equation $2x^2 - 4x + 3 = 0$. If the real roots exist, find them.
Answer:
1. Find discriminant $D = B^2 - 4AC$: $A = 2$, $B = -4$, $C = 3$.
2. $D = (-4)^2 - 4(2)(3) = 16 - 24 = -8$.
3. Since $D < 0$, the equation has no real roots.
Result: No real roots exist.
Q16. The sum of the reciprocals of Rehman’s ages (in years) 3 years ago and 5 years from now is $\frac{1}{3}$. Find his present age.
Answer:
1. Let Rehman's present age be $x$ years.
2. Age 3 years ago = $x - 3$, age 5 years from now = $x + 5$.
3. Equation: $\frac{1}{x-3} + \frac{1}{x+5} = \frac{1}{3} \implies \frac{(x+5) + (x-3)}{(x-3)(x+5)} = \frac{1}{3} \implies \frac{2x+2}{x^2+2x-15} = \frac{1}{3}$.
4. Cross-multiply: $3(2x+2) = x^2+2x-15 \implies 6x+6 = x^2+2x-15 \implies x^2 - 4x - 21 = 0$.
5. Factorize: $(x - 7)(x + 3) = 0 \implies x = 7$ (rejecting negative age).
Result: $7\text{ years}$
Q17. In a class test, the sum of marks obtained by Shefali in Mathematics and English is 30. Had she got 2 marks more in Mathematics and 3 marks less in English, the product of their marks would have been 210. Find her marks in the two subjects.
Answer:
1. Let Maths marks be $x$, then English marks = $30 - x$.
2. New Maths = $x + 2$, New English = $(30 - x) - 3 = 27 - x$.
3. Product equation: $(x + 2)(27 - x) = 210 \implies 27x - x^2 + 54 - 2x = 210 \implies -x^2 + 25x + 54 = 210 \implies x^2 - 25x + 156 = 0$.
4. Factorize: $(x - 12)(x - 13) = 0 \implies x = 12$ or $x = 13$.
Result: Maths = $12$, English = $18$ (or Maths = $13$, English = $17$)
Q18. The difference of squares of two numbers is 180. The square of the smaller number is 8 times the larger number. Find the two numbers.
Answer:
1. Let larger number be $x$ and smaller number be $y$.
2. Equations: $x^2 - y^2 = 180$ and $y^2 = 8x$.
3. Substitute $y^2$: $x^2 - 8x = 180 \implies x^2 - 8x - 180 = 0$.
4. Factorize: $(x - 18)(x + 10) = 0 \implies x = 18$ (since larger number must be positive).
5. Find $y$: $y^2 = 8(18) = 144 \implies y = \pm 12$.
Result: Numbers are $18$ and $\pm 12$
Q19. A train travels $360\text{ km}$ at a uniform speed. If the speed had been $5\text{ km/h}$ more, it would have taken 1 hour less for the same journey. Find the original speed of the train.
Q20. Two water taps together can fill a tank in $9\frac{3}{8}$ hours ($\frac{75}{8}\text{ hours}$). The tap of larger diameter takes 10 hours less than the smaller one to fill the tank separately. Find the time in which each tap can separately fill the tank.
Answer:
1. Let smaller tap take $x$ hours, larger take $x - 10$ hours.
2. Equation: $\frac{1}{x} + \frac{1}{x - 10} = \frac{8}{75}$.
3. Simplify: $\frac{2x - 10}{x^2 - 10x} = \frac{8}{75} \implies 75(2x - 10) = 8(x^2 - 10x) \implies 150x - 750 = 8x^2 - 80x \implies 8x^2 - 230x + 750 = 0 \implies 4x^2 - 115x + 375 = 0$.
4. Factorize: $(4x - 25)(x - 15) = 0 \implies x = 25$ (since $x = 6.25$ is rejected because larger tap time $x-10 < 0$).
5. Smaller tap = $25\text{ hours}$, Larger tap = $15\text{ hours}$.
Result: Smaller tap = $25\text{ hours}$, Larger tap = $15\text{ hours}$
Q21. Find two consecutive odd positive integers, sum of whose squares is 290.
Q22. The sum of the ages of a father and his son is 45 years. Five years ago, the product of their ages (in years) was 124. Determine their present ages.
Answer:
1. Let son's age be $x$, father's age = $45 - x$.
2. Five years ago: Son = $x - 5$, Father = $40 - x$.
3. Equation: $(x - 5)(40 - x) = 124 \implies 40x - x^2 - 200 + 5x = 124 \implies -x^2 + 45x - 324 = 0 \implies x^2 - 45x + 324 = 0$.
4. Factorize: $(x - 9)(x - 36) = 0 \implies x = 9$ (since son cannot be $36$ years old when father is $45$).
5. Son = $9\text{ years}$, Father = $36\text{ years}$.
Result: Son = $9\text{ years}$, Father = $36\text{ years}$
Q23. A natural number, when increased by 12, equals 160 times its reciprocal. Find the number.
Answer:
1. Let the natural number be $x$.
2. Equation: $x + 12 = \frac{160}{x}$.
3. Cross-multiply: $x(x + 12) = 160 \implies x^2 + 12x - 160 = 0$.
4. Factorize: $(x + 20)(x - 8) = 0 \implies x = 8$ (natural number must be positive).
Result: $8$
Q24. The product of Shikha’s age (in years) 5 years ago and her age 8 years later is 30. Find her present age.
Answer:
1. Let Shikha's present age be $x$ years.
2. Age 5 years ago = $x - 5$, age 8 years later = $x + 8$.
3. Equation: $(x - 5)(x + 8) = 30 \implies x^2 + 3x - 40 = 30 \implies x^2 + 3x - 70 = 0$.
4. Factorize: $(x + 10)(x - 7) = 0 \implies x = 7$ (rejecting negative age).
Result: $7\text{ years}$
Q25. Divide 16 into two parts such that twice the square of the larger part exceeds the square of the smaller part by 164.
Academic Repository Disclaimer & எச்சரிக்கை அறிவிப்பு :
English: These model solutions are structured to global academic standards for self-assessment and practice purposes. Students are advised to verify with official textbooks for board examinations.
தமிழ்: இந்த மாதிரி கணிதத் தீர்வுகள் மாணவர்களின் சுய கற்றல் மற்றும் பயிற்சித் திறனுக்காக உலகளாவிய கல்வித் தரத்தில் உருவாக்கப்பட்டுள்ளன. தேர்வுகளுக்குத் தயாராகும் போது உங்கள் அதிகாரப்பூர்வ பாடப்புத்தகத்துடன் சரிபார்க்கவும்.