audio read-through Practice with Order of Operations

The order that operations are to be performed (when not clearly identified) is summarized with the following memory device:

Please Excuse My Dear Aunt Sally
(PEMDAS)

In September 2017, this problem was floating around the web:

PEMDAS from web

Here's the solution, with correct order of operations:

$$ \begin{align} &\cssId{s19}{1 + 1 + 1 + 1 + 11 + 1 + 1 + 1 + 11 + 1\times 0 + 1} \cr\cr &\quad\cssId{s20}{= 1 + 1 + 1 + 1 + 11 + 1 + 1 + 1 + 11 + (1\times 0) + 1}\cr &\quad\quad\cssId{s21}{\text{(the multiplication gets done first)}} \cr\cr &\quad\cssId{s22}{= 1 + 1 + 1 + 1 + 11 + 1 + 1 + 1 + 11 + 0 + 1}\cr\cr &\quad\cssId{s23}{= 30} \end{align} $$

If this doesn't make sense to you, try the following mental exercise on a shorter (but similar) problem: $$\cssId{s25}{1 + 2 \times 0 + 3}$$

1 weak man 2 strong man 0 weak man 3

$$ \begin{align} &\cssId{s37}{1 + 2 \times 0 + 3}\cr &\qquad\cssId{s38}{=\ \ 1 + \overbrace{(2\times 0)}^{\text{strong guy wins}} + 3}\cr\cr &\qquad\cssId{s39}{=\ \ 1 + 0 + 3}\cr\cr &\qquad\cssId{s40}{=\ \ 4} \end{align} $$

More Examples

$ \begin{align} &\cssId{s42}{-1 + 3\times 5 - 2}\cr\cr &\qquad\cssId{s43}{= -1 + (3\times 5) - 2}\cr\cr &\qquad\cssId{s44}{= 12} \end{align} $
$ \begin{align} &\cssId{s45}{2 - 10\div 5 + 3}\cr\cr &\qquad\cssId{s46}{= 2 - \frac{10}{5} + 3}\cr\cr &\qquad\cssId{s47}{= 3} \end{align} $

Curious readers may want to explore the optional section: Laurel, Yanny, Cookies, Bananas, and Clocks

Practice

Feel free to use a pencil and scrap paper to work these problems. However, do not use your calculator!