Question 1008112

what is the sum of all integer values of x such that 31/90 < x/100 < 41/110 is true?

The answer is 108. How?
<pre>{{{31/90 < x/100 < 41/110}}}

{{{(3410/9900) < (99x/9900) < (3690/9900)}}}   ------------ Multiplying by LCD, 
It then becomes: {{{3410 < 99x < 3690}}}
{{{(3410/99) < (99x/99) < (3690/99)}}} --------- Dividing by 99
{{{34.444 < x < 37.27273}}}
Integers are therefore: {{{highlight_green(35 + 36 + 37 = 108)}}}