(0,3), (1,0) (-1,-2)
x^4 - sqr(-x)
to avoid an imaginary number, x has to be negative
otherwise -x will be negative and the square root of a negative number is imaginary.
only possibility is (-1,-2) but (-1)^4- sqr(--1) = 1-1=0 not -2
(0)^4 -sqr0 + 0-0=0 not 3
(1)^4 - sqr(-1) = 1-i which is not 0
(1,0) would be the correct answer if the problem had been x^4 -sqrx maybe there's a typo in the problem?