Science Fair Projects Ideas - Order of operations

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Order of operations

In arithmetic and elementary algebra, certain rules are used for the order in which the operations in algebraic expressions are to be evaluated. These precedence rules (which are mere notational conventions, not mathematical facts) are also used in many programming languages and by most modern calculators. In computing the standard algebraic notation is known as infix notation. This article assumes the reader is familiar with addition, division, exponential powers, multiplication, and subtraction.

Contents

The standard order of operations

1. Evaluate subexpressions contained within parentheses, starting with the innermost expressions. (Brackets [ ] are used here to indicate what is evaluated next.)
(4+[10/2])/9=[4+5]/9=1 \,
2. Evaluate exponential powers; for iterated powers, start from the right:
2^{[3^2]}=[2^9]=512 \,
3. Evaluate multiplications and divisions, starting from the left:
[8/2]\times3=[4\times3]=12 \,
4. Evaluate additions and subtractions, starting from the left:
[7-2]-4+1=[5-4]+1=[1+1]=2 \,

The expression: 2 + 3 × 4 is evaluated to 14, and not 20, because multiplication precedes addition. If the intention is to perform the addition first, parentheses must be used: (2 + 3) × 4 = 20.

In Canada, an acronym BEDMAS is often used as a mnemonic for Brackets, Exponents, Division, Multiplication, Addition, and Subtraction.

In the UK, the acronym BODMAS is used for Brackets, Orders, Division, Multiplication, Addition, Subtraction. This is sometimes written as BOMDAS, BIDMAS or BIMDAS where I stands for I"ndices.

In the US, the acronym PEMDAS (for Parentheses, Exponentation, Multiplication/Division, Addition/Subtraction) is used instead, sometimes expressed as the mnemonic "Please Excuse My Dear Aunt Sally".

Example

  • Given:
3-(5-(7+1))^2\times(-5)+2
  • Evaluate the innermost subexpression (7 + 1):
3-(5-8)^2\times(-5)+2
  • Evaluate the subexpression within the remaining parentheses (5 − 8):
3-(-3)^2\times(-5)+2
  • Evaluate the power of (−3)2:
3-9\times(-5)+2
  • Evaluate the multiplication 9 × (−5):
3 - ( - 45) + 2
  • Evaluate the subtraction 3 − (−45):
48 + 2
  • Evaluate the addition 48 + 2:
48 + 2 = 50

Special cases

In the case that a factorial is in an expression, it is evaluated first. When new operations are defined they are generally presumed to take precedence over other operations unless defined otherwise. In the case where repeated operators of the same type are used, such as in

a / b / c

the expression is evaluated from left to right, as

((a / b) / c)

See also

External link

10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice