Given the set A={x|-5<x^3<5} and the set B={-3,-1,0,2,3}, how to find the intersection of sets A and B?
I tried the following method myself, but how come it doesn't achieve the goal?
A = {Reduce[{-5 < x^3 < 5}, x, Reals]} B = {-3, -1, 0, 2, 3} Intersection[A, B] 


Intersectioncarefully, don't guess its usage, it's just not for the task you're imagining. (-1) $\endgroup$