Question 553794
Actually, both are correct:
Why? because:
{{{abs(b-360) <= 6}}} Where b is the number of golf balls.  Solve this for b.
{{{b-360  <= 6}}} or {{{b-360 >= -6}}} 
{{{b <= 366}}} or {{{b >= 354}}} which can be written as:
{{{354 <= b <= 366}}} which is identical to:
{{{354 <= x <= 366}}} if you replace b with x.