Order of Operations
Whether you are programming or dealing with simple Algebra factors, it is essential to know the order of operations.
It is obvious that even when we look at some social media small games, we can see that many do not remember the order of operations.
If I ask the result of , half of the answers will go wrong.
The following rules must be followed:
1. Complete all the operations within the parentheses before the outside operations.
2. Evaluate all exponential expressions
3. Do all multiplications and divisions in order from left to right.
4. Finish with all additions and subtractions in order from left to right.
This is what most describe as PEMDAS (memorize as Please Excuse My Dear Aunt Sally).
Task 1:
There is no parentheses.
There is an exponent
Now we have
From left to right we hit
Now we are left with
From left to right we hit one addition which is the answer.
Exercise:
1. Simplify and Calculate:
(1)
2. Simplify and Calculate:
(2)
Be the first to comment