Question 437877
{{{ -3x + 1 <= 17 }}}
{{{ -3x <= 16 }}}
{{{ x >= -16/3 }}}
This says that {{{x}}} is greater than
or equal to minus 5 1/3. The negative
odd integers that satisfy this are
-5, -3, and -1
--------------
check:
{{{ -3x + 1 <= 17 }}}
{{{ -3*(-5) + 1 <= 17 }}}
{{{ 15 + 1 <= 17 }}}
{{{ 16 <= 17 }}}
OK