Question 159239
7 more than w is less than or equal to 10
.
"7 more than w" is equivalent to w+7
.
So,
{{{ w+7 <= 10 }}}
{{{ w+7-7 <= 10-7 }}}
{{{ w <= 3 }}}