!= means not equal to
>= means greater than or equal to
<= means lesser than or equal to
What we know is,
x is non negative
x != (3(x)^0.5) + 4 ------> Equation 1
Now lets say,
y = (x)^0.5
=> y^2 - 3y + 4 = 0
=> (y-4)(y+1) = 0
=> since y >= 0 , y!= 1
=> y = 4 and x = 16
=> Equation 1 => x!= 16
Now lets check each statement 1 by 1
Statement I. (x-1)(x-16) != 0
=> x!= 1 and x!= 16
We know x!=16, lets check for x!=1
Let, x = 1
=> x>=0
Substituting the value in equation 1
=> 1 != 7
But if we substitute 1 in (x-1)(x-16), we get 0 which cant be possible for I as it is given that it cant be equal to 0
Statement I not possible
Statement II =>. |17 - x | !=1
This is not possible if,
|17-x| = 1
=> x = 16 or x = 18
We know that x!= 16 , but we dont know about x = 18
We see that, for the given conditions,
18 >= 0
Substituting 18 in equation 1, we get
=> 18 != 3*((18)^(0.5)) + 4
=> 18 is allowed which causes the conditon II to fail
Statement II is not possible
Statement III - x is not a square of an integer
Here we need to check if any square other than 16 satisfies the given conditions
Lets say x = 9
=> 9 >= 0
=> 9 != 3*((9)^(0.5)) + 4 => 9 != 13 (Substitute 9 in equation 1)
=> Also 9 is a perfect square
We see that statement 3 is also not possible
E. None of the above