Question 1172930
<pre>
100 - 4x < 25
    - 4x < -75
      4x > 75      // flip < to > after multiplying both sides by -1
       x > 75/4
       x > 18.75

The smallest integer that satisfies this condition is {{{ highlight( 19 ) }}}