Solveeit Logo

Question

Quantitative Aptitude Question on Common Roots

Let r and c be real numbers. If r and −r are roots of 5x3+cx2−10x+9=0,then c equals

A

92\frac{-9}{2}

B

92\frac{9}{2}

C

−4

D

4

Answer

92\frac{-9}{2}

Explanation

Solution

The given polynomial equation is 5x3 + cx2 - 10x + 9 = 0.
We are told that r and -r are roots of this equation, which means that if we substitute these values into the equation, it should become zero:

For r:
5r3 + cr2 - 10r + 9 = 0
For -r:
5(-r)3 + c(-r)2 - 10(-r) + 9 = 0
-5r3 + cr2 + 10r + 9 = 0
Since r and -r are roots, both of these equations must be true. Now, let's add the two equations:

(5r3 + cr2 - 10r + 9) + (-5r3 + cr2 + 10r + 9) = 0
cr2 + cr2 + 18 = 0
2cr2 + 18 = 0

Now, divide both sides of the equation by 2r2 (as long as r ≠ 0, since division by zero is undefined):
c+9r2=0c + \frac{9}{r}^2 = 0

Since we are given that r ≠ 0, we can multiply both sides of the equation by r^2 to isolate c:

c=9r2c = -\frac{9}{r}^2

Now, let's consider the options:

a) -(9/2)
b) 4
c) -4
d) 9/2

Comparing these options with the derived equation c=9r2c = -\frac{9}{r}^2, we can see that the correct answer is indeed option 'a' -(9/2), as it matches the value of c that we obtained.