for all values of x greater or equal to 1
it can be solved as:
((x-1)*(x^2+x+1))/x >=0
now, x^2+x+1 is always greater than 0.
so, we are just to check (x-1)/x >=0
=> x not equal to 0.
and (x-1) >=0
hance, ans is x>=1