|
Parentheses
Parentheses are used to specify
the order of operations in an equation. If the
order is different we can get often get a different
result even if we use the came components.
For example:
|
typing "=(3*4)+2" in
a cell will give a result of 14
typing "=3(*4+2)" will
give a result of 18 |
In both cases we have only used the numbers 2, 3 and 4
in the equation with addition and multiplication.
However as you can see the order of operation effects
the result.
|