explain order of operations? no spam
Answers
Answer:
In mathematics and computer programming, the order of operations (or operator precedence) is a collection of rules that reflect conventions about which procedures to perform first in order to evaluate a given mathematical expression
The order of operations, which is used throughout mathematics, science, technology and many computer programming languages, is expressed here:
•exponentiation and root extraction
•multiplication and division
•addition and subtraction
Step-by-step explanation:
Hope it is helpful
Pls follow for updates
Answer:
→ Hey Mate
→ Given Question : explain order of operations? no spam
→ Step-by-step explanation:
→ Answer :
→ . Order of operations
→ . Solve from left to right .
→ · Follow PEMDAS .
→ · M and D solved at the same time.
→ · A and S solved at the same time .
→ · Example 1 : 32 - 5 × 2 ( ∵ By Using PEMDAS )
→ : 32 - 10 ( ∵ here - 5 × 2 = -10 )
→ : 22 ( ∵ here 32 - 10 )
→ Here solution is 22.
→ Example 2 : 12 + 30 ÷ 6 - 2 ² ( ∵ By Using PEMDAS )
→ : 12 + 30 ÷ 6 - 4 ( ∵ HERE 2 × 2 = 4 )
→ : 12 + 5 - 4
→ : 17 - 4
→ : 13
→ Here solution is 13.
→ Example 3 : 45 ÷ ( 3² × 1 ) ( ∵ By Using PEMDAS )
→ : 3² × 1
→ : 9 × 1
→ : 9
→ Now , : 45 ÷ 9
→ : 5
→ Here is a solution 5
→ Example 4 : 42 - ( 3 ² . 2 ) ÷ 3 ( ∵ Using PEMDAS )
→ : 3² . 2
→ : 9 · 2
→ : 18
→ : 42 - 18 ÷ 3
→ : 42 - 6
→ : 36
→ Here is a solution 36