In this question, statement 1 says s=q.
While as per statement 2, s<q.
Please provide insights on the quality of question.
rishabhmishra
Q p,q,r, and s are integers such that p>q>r.
what is the value of (r+s)?
1.\(x^4-x^2=(x-p)(x-q)(x-r)(x-s)\)
2. s<q
Source :-
expertsglobal Statement 1:
Lets break down the left hand side into its factors, and then compare it with right hand side.
x^4 - x^2 = x^2 (x^2 - 1) = x^2 (x-1) (x+1). This can further be written as:
x*x*(x-1)*(x+1) = (x-0)*(x-0)*(x-1)*(x-(-1)) (I have written x+1 as x-(-1) so that I can easily compare it to right hand side)
So we have: (x-0)*(x-0)*(x-1)*(x-(-1)) = (x-p)(x-q)(x-r)(x-s)
Thus comparing the two sides, we can say that p, q, r, s will take the values of 0, 0, 1 and -1 in some order. And two of them will take the same value of '0'.
We are already given that p > q > r. This means p=1, q=0 and r=-1; that's the only possibility here. This leaves s=0.
So we can calculate r+s = -1+0 = -1.
Sufficient.
Statement 2:
s < q. Clearly this is
not sufficient.
Hence
A answer.