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
2−9
29
−4
4
2−9
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+r92=0
Since we are given that r ≠ 0, we can multiply both sides of the equation by r^2 to isolate c:
c=−r92
Now, let's consider the options:
a) -(9/2)
b) 4
c) -4
d) 9/2
Comparing these options with the derived equation c=−r92, we can see that the correct answer is indeed option 'a' -(9/2), as it matches the value of c that we obtained.