Question 1101691
what is eleven less than 3 times a number?
<pre>
First translate it as:

What is 3 times a number minus 11?
        |           |      |    |
        3 times     N      -   11

So that's:

                   3N - 11

Edwin</pre>