Respuesta :

Answer:

S = {-1, 0, 1}

Step-by-step explanation:

First we need to solve the inequation x^2<=3

Using square root in both sides, we have:

|x| <= 1.73

Separating the module in two, we have:

x <= 1.73

x >= 1.73

So we have that -1.73 <= x <= 1.73

Solving this inequation only with integer values, we have:

x = -1, x = 0 or x = 1

So the set of integer solutions is S = {-1, 0, 1}