Question 1097362
{{{ -4 >= x/2 }}}
{{{ -8 >= x }}}
You can write this as:
{{{ x <= -8 }}}
----------------------
This makes sense, because if {{{ x = -6 }}}
then {{{ x/2 = -3 }}} and
{{{ -4 >= -3 }}} is false
and
If {{{ x = -10 }}}
{{{ x/2 = -5 }}} and
{{{ -4 >= -5 }}} is true