Question 1039426
<pre>
The order of operations:
1. Take care of absolute values as they occur left to right.
2. Take care of parentheses as they occur left to right.
3. Take care of exponents and roots as they occur left to right.
4. Take care of multiplications and divisions as they occur left 
   to right.
5. Take care of additions and subtractions as they occur left 
   to right.

Just do one replacement each time, and copy everything else over.
Don't try to skip steps until you have had more experience.  

3^2-|-18|/9+2^3

First replace the absolute value:

3^2-<font color="red"><b>|-18|</b></font>/9+2^3

Replace <font color="red"><b>|-18|</b></font> by <font color="red"><b>18</b></font>

Copy everything else over:

3^2-<font color="red"><b>18</b></font>/9+2^3

Remove the red:

3^2-18/9+2^3

Replace the first exponent which occurs left to right:

<font color="red"><b>3^2</b></font>-18/9+2^3

Replace <font color="red"><b>3^2</b></font> by <font color="red"><b>9</b></font>

Copy everything else over:

<font color="red"><b>9</b></font>-18/9+2^3

Remove the red

9-18/9+2^3

Replace the remaining exponent:

9-18/9+<font color="red"><b>2^3</b></font>

Replace <font color="red"><b>2^3</b></font> by <font color="red"><b>8</b></font>

Copy everything else over:

9-18/9+<font color="red"><b>8</b></font>

Remove the red:

9-18/9+8

Replace the multiplications or divisions, whichever comes first.
[There are no multiplications, only the division]

9-<font color="red"><b>18/9</b></font>+8

Replace <font color="red"><b>18/9</b></font> by <font color="red"><b>2</b></font>

Copy everything else over:

9-<font color="red"><b>2</b></font>+8

Remove the red:

9-2+8

Do the first addition or subtraction (whichever comes first)
The subtraction comes first left to right, so

<font color="red"><b>9-2</b></font>+8

Replace <font color="red"><b>9-2</b></font> by <font color="red"><b>7</b></font>

Copy everything else over:

<font color="red"><b>7</b></font>+8

Remove the red:

7+8

That's 

15

Edwin</pre>