Question 1051042
{{{abs(x-24)<=0.02}}}
which gives you,
{{{x-24<=0.02}}}
{{{x<=24.02}}}
and
{{{-(x-24)<=0.02}}}
{{{x-24>=-0.02}}}
{{{x>=23.98}}}
So putting them together,
{{{23.98<=x<=24.02}}}