Solve Quadratic Equations: Find |a-b| for n=a,b

AI Thread Summary
The discussion focuses on solving the quadratic equation x^2 - (2n+18)x - n - 11 = 0 for integer values of n, specifically identifying conditions under which the roots are rational. It emphasizes that for rational roots, the discriminant must be a perfect square, leading to the equation a^2 + 19a + 92 = k^2. Participants suggest manipulating the equations for n=a and n=b to find |a-b|, which is determined to be 3. There is also a mention of using the absolute value trick involving square roots to assist in the solution. The conversation centers on algebraic manipulation and the properties of quadratic equations.
erisedk
Messages
372
Reaction score
7

Homework Statement


If roots of the equation x^2 - (2n+18)x - n - 11 = 0 (n is an integer) are rational for n=a and n=b then |a-b| is
Ans: 3

Homework Equations

The Attempt at a Solution


On substituting a (or b) into the quadratic, the roots are rational.
If the roots are rational, then the discriminant must be a perfect square (and positive).
Hence, (2a+18)^2 + 4(a+11) = k^2
On simplifying,
a^2 + 19a + 92 = k^2 and a^2 + 19a + 92 > 0

What do I do after this?
 
Physics news on Phys.org
Can you subtract the b version from the a version, simplify and then see if you can get the absolute value answer?

Perhaps the absolute value trick of using the square root will help?

abs(x) = sqrt(x^2)
 
Back
Top