Viper83 wrote:
Is Root of x a prime number?
(i) Abs (3x-7)= 2x+2
(ii) x to the power 2= 9x
Statement 1: |3x - 7| = (2x + 2)
Absolute value gives rise to two situations,
(1) For 3x > 7, (3x - 7) = (2x + 2) => x = 9 => √x = 3 -> Prime
or
(2) For 3x < 7, (7 - 3x) = (2x + 2) => x = 1 => √x = 1 -> Not Prime
Not sufficient.
Statement 2: x² = 9x
=> x² - 9x = 0 => x(x - 9) = 0 => x = 0 or 9
Not sufficient.
1 & 2 Together: x = 9 => √x = 3 -> Prime
Sufficient.
I have a question for Rahul, can't we ignore x = 0 in the second case because root(0) is not considered? By this, the ans. would be B.
Actually this brings me to another question as to how is root(0) treated?