\
The expression is
(Replace a, b, c with 6, 4, 5)
To simplify the expression follow the order of operations: (PEMDAS)
\1. Evaluate the expressions inside Brackets/Parenthesis (P).
\2. Evaluate Powers/Exponents (E).
\3. Multiply and/or Divide in order from left to right (MD).
\4. Add and/or Subtract in order from left to right (AS).
\A simple technique for remembering the order pf operations is turned into phrase
\“Please Excuse My Dear Aunty Sally”
In the statement there are no grouping symbols and multiplication/division symbols.
\First operation is addition.
\ (Add:
)
Next operation is subtraction.
\ (Subtract:
)
The value of the expression is 5.
\