English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-10-07 21:09:36 · 8 answers · asked by stuart w 1 in Education & Reference Homework Help

8 answers

BIDMAS - order of operations

Mathematics, unlike English, is not always read from left to right. The different operations have to be carried out in a particular order. This is where the mnemonic BIDMAS comes in:

B rackets
I ndices
D ivision
M ultiplication
A ddition
S ubtraction

To find the solution to a mathematical expression, the operators have to be worked through in order - the BIDMAS order. Be careful to watch for negative values, such as 3×-2. Here the operator is ×, the first number is 3 and the other number is -2.

In general, BIDMAS gives the correct order of tackling an expression. First, look for Brackets. Work out any expression in the brackets. For example, given the expression "3(4-2)", we have to work out the 4-2, which is inside the brackets, before tackling the multiplication by three, which is outside the brackets. The 4-2 gives an answer of 2, and we can replace this in the backets: 3(2). Now we can replace the brackets. As the "3(2)" means "3×(2)", we now get 3×2, which is 6.

Indices tell us how many times to multiply a number by itself. Many of use are familiar with SQUARE numbers, that is numbers that are multiplied by themselves, such as 3×3, which is often written as 3². The superscript 2 tells us to multiply three by three. If the superscript 2 was a five then we would multiply five threes together: 3×3×3×3×3 (the answer is 243). However, in this progam we cannot show superscript very easily, so we use the ^ symbol (found above the 6 key). We would write these two examples as 3^2 and 3^5. We have to work out indices before after brackets and before multiplication.

Take this expression: 3(18-4^2)^4. Rather nasty to start with, but one step at a time.

First look inside the brackets: 18-4^2. Work this out. Although the subtraction is before the indices the indices have to be worked out first, so work out 4^2. 4^2 =16. Replace into the sum to get 18-16, which is 2. There are no more operations in that set of brackets, so replace the brackets. The expression now becomes 3×2^4.

Again, do the indices first, to get 2^4, which is 16. Now replace the 2^4 with 16 and do the final multiplication. We get 3×16=48.

Had we done things differently we may have done 18-4 to get 14, squared the 14, to get 196. Multiplied 196 by 3 to get 588 and then raise 588 to the power of 4, to get 1.19...×1011. Horrible number!

Now we work through any divisions and multiplications. Divisions have to be done first. Look at this example 12÷4÷2×4. If the divisions are carried out first (from left to right) and replacing the answer,we get 12÷4=3, then 3÷2=1.5, then 1.5×4=6. Doing the multiplication first gives 2×4=8, and the expression would become 12÷4÷8, giving 12÷4 = 3, then 3÷8=0.375 - a completely different answer!

THE VERY IMPORTANT EXCEPTION

There is an exception to BIDMAS, and it is found right at the end when only additions and subtractions remain. When there are ONLY, I repeat, ONLY additions and subtractions remaining then you can work left to right. I'll show you why.

Suppose I get an expression 4+6-4+8. If I do the additions first I will replace 4+6 with 10 and 4+8 with 12, to get the expression 10-12. The answer to which is -2. Now working from left to right, I start off with 4 units and add to that 6 units. This gives me ten units. I now take away 4 units to leave me with 4 units. Finally I add another 8 units. This gives me 14 units in all.

2006-10-07 21:15:09 · answer #1 · answered by RM 6 · 1 0

In arithmetic and algebra, certain rules are used for the order in which the operations in 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, subtraction, multiplication, division, exponents, and roots (such as square roots, cube roots, and so on).

The standard order of operations
The order of operations is expressed in the following chart.

- exponents and roots
- multiplication and division
- addition and subtraction

In the absence of parentheses, do all the exponents and roots first. Stacked exponents must be done from right to left. Root symbols have a bar over the radicand which acts as a symbol of grouping. Then do all the multiplication and division, from left to right. Finally, do all of the addition and subtraction, from left to right. If there are parentheses, in arithmetic do the expression inside the innermost parentheses first, and work outward. In algebra, the distributive law can sometimes be used to remove parentheses. The chart which gives the order of operations can help in remembering that roots and exponents distribute over multiplication and division, while multiplication and division distribute over addition and subtraction.

Order of operations is only important when an expression has a symbol for an operation both to its left and to its right. (Roots are really a special case, since the root symbol applies to everything under the bar across the top, which is part of the root symbol and also a symbol of grouping.) Exponents take precedence over all other operations, including the unary operation of taking the opposite. Thus, to evaluate -x2 we first square x and then take the opposite of the result. If x is 3, the evaluation is -9. Exponents, however, are always written to the right of their base, never to the left. Thus the expression x2y means the square of x multiplied by y. Multiplication and division signs can be written either to the left or the right of an expression, and the same is true of addition and subtraction signs. A multiplication on the left followed by a division on the right can be done in any order. For example, 8×4/2 = 32/2 = 16 is the same as 8×4/2 = 8×2 = 16. The reverse is not true, however. In 8/4×2, the division must be carried out before the multiplication, or a wrong answer results. Multiplication and division always take precedence over addition and subtraction. An addition sign on the left followed by a subtraction sign on the right can be done in any order. For example, 8+4-2 = 12-2 = 10 is the same as 8+4-2 = 8+2 = 10. The reverse is not true, however. In 8-4+2 the subtraction must be carried out first, or a wrong answer results.

You could get more information from the link below...

2006-10-07 21:59:05 · answer #2 · answered by catzpaw 6 · 0 0

you artwork with the aid of each and each of an equation so as, so if there is Brackets, do brackets first, then Indices, then branch,then Multiplication, etc. occasion: 2 + (3 x 4) / 2. you will initiate with brackets (3 x 4) that's 12. So the equation might replace into: 2 + 12 / 2 there is not any indices so which you forget approximately those. Indices are squareroots, to the flexibility of issues, etc. however the is branch next. so which you will do 12 / 2 which equals six. The equation might replace into: 2 + 6 while this is have been given so a ways, this is notably elementary to artwork out yet while the replace right into a subtraction you will do this :) i wish this helps!

2016-12-08 10:31:50 · answer #3 · answered by fechter 4 · 0 0

BASICALLY!! it is the order which you should work things out... Brackets of Division Multiplication Addition Subtraction...
so you would first work out brackets with division then multiplication etc etc etc.. hope that helps

2006-10-08 04:24:54 · answer #4 · answered by sarah 2 · 0 0

bodmas; b= brackets; o = off; d = division; m = multiplication; a= addition; s= subtraction

2006-10-07 21:17:35 · answer #5 · answered by Anonymous · 0 0

its necessary to do the calculations according to bdmas i.e.
B-bracket first
D- division
M-multiplication
A - Addition
S- subtraction
To get the correct and accurate answer...

2006-10-07 21:14:04 · answer #6 · answered by Anonymous · 0 0

BEDMAS

It's the order in which you do your math when given complicated equations:

Brackets
Exponents
Divide
Multiply
Add
Subtract

2006-10-07 21:12:44 · answer #7 · answered by borscht 6 · 0 0

I though it was called BODMAS.
(B)rackets
(O)rder
(D)ivision
(M)ultiplication
(A)ddition
(S)ubtraction

2006-10-07 22:54:04 · answer #8 · answered by Anonymous · 0 0

fedest.com, questions and answers