Art of Problem Solving
During AMC 10A/12A testing, the AoPS Wiki is in read-only mode and no edits can be made.

Order of operations: Difference between revisions

1=2 (talk | contribs)
No edit summary
Scientest (talk | contribs)
Line 3: Line 3:
==Example Problems==
==Example Problems==


Compute 14(4*7-58)-1
Compute <math>14(4\times 7-58)-1</math>


Compute 1-(7-5)(3+1)+1
Compute <math>1-(7-5)(3+1)+1</math>


Compute <math>[5+(65^{1.05})]5 \times \frac{505}{5}\times \sqrt{4} + 56 \times 5 - 2 +(1-(-5+16))</math>


==See also==
==See also==

Revision as of 17:46, 4 July 2011

The order of operations is a mathematical convention for arithmetic computation. The order of operations is usually summarized by the acronym PEMDAS, which stands for parentheses, exponents, multiplication and division, addition and subtraction.

Example Problems

Compute $14(4\times 7-58)-1$

Compute $1-(7-5)(3+1)+1$

Compute $[5+(65^{1.05})]5 \times \frac{505}{5}\times \sqrt{4} + 56 \times 5 - 2 +(1-(-5+16))$

See also

This article is a stub. Help us out by expanding it.