asked 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

answered
User SenG
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.