Question 1101308
Say x  is a number
x+5  is five more than a number

And to limit that to 20:
{{{ highlight( x+5 <= 20 ) }}}

—
Usually, this would be simplified (here, by subtracting 5 from both sides):   {{{ x <= 15 }}}