Respuesta :
The order for operations:
()
^
* /
+ -
So,
1+3^2*2-5 =
1+((3^2)*2)-5 =
1+(9*2)-5 =
1+18-5 =
14
()
^
* /
+ -
So,
1+3^2*2-5 =
1+((3^2)*2)-5 =
1+(9*2)-5 =
1+18-5 =
14
Answer:
Below
Step-by-step explanation:
● 1 + 3^2 × 2 -5
Start by calculating 3^2 wich is 9
● 1 + 9 × 2 -5
Multiply 2 by 9 (9×2=18)
● 1 + 18 -5
Add 1 to 18 (1+18 = 19)
● 19 -5
Substract 5 from 19 (19-5 = 14 )
● 14