In the following expression, what are the third and fourth operations?: #[(8+5) (6-2) ^2] - (4*17/2)#
2 Answers
third operation:
fourth operation:
Explanation:
Given
Using PEDMAS
To begin we must evaluate everything inside parentheses.
At the top level we have two parenthetical expressions:
In this case we work from left to right.
So we start with
and again we have two parenthetical expressions
and evaluate from left to right.
First
leaving
Second
leaving
There are no more parentheses within the initial square brackets,
so according to P E DMAS the next step is E: exponentiation.
Third operation
leaving
Next according to PE DM AS is D ivision and M ultiplication (left-to-right)
Fourth operation
This completes evaluation of the first set of parenthesized operations and we can move on to evaluating the second set.
Explanation:
It is difficult to number the operations......
Count the number of terms first. There can be more than one calculation in each step as long as they are within each term and the stronger operations are done before the weaker ones.
Parentheses are done first.
=
=
=
=