180k views
1 vote
According to the order of operations, which part of the following expression should be computed first?

According to the order of operations, which part of the following expression should-example-1

1 Answer

7 votes

Remember that the order of operations is:

0. P Parentheses first

,

1. E Exponents (Powers and Square Roots, etc.)

,

2. MD Multiplication and Division (left-to-right)

,

3. AS Addition and Subtraction (left-to-right)

In this case we have parentheses then we need to start there. Since in the parentheses we have a power then we need to that power first of all the operations, that is, the first operation is:


2^3

User SenG
by
4.9k points