0580
Number Toolkit
Number
BIDMAS
- Operations are carried out in a fixed order, remembered as BIDMAS or BODMAS
| Letter | Stands for | Note |
|---|---|---|
| B | Brackets | Innermost brackets first |
| I | Indices | Powers and roots |
| D M | Division and Multiplication | Equal rank, worked left to right |
| A S | Addition and Subtraction | Equal rank, worked left to right |
- Division and multiplication share a rank, so 24 ÷ 6 × 2 is 8, not 2
- Addition and subtraction likewise share a rank, so 10 − 4 + 3 is 9, not 3
Exam tip
BIDMAS is four ranks, not six. Division and multiplication share one, and addition and subtraction share another, and within a rank you work left to right — which is why 24 ÷ 6 × 2 is 8 and not 2.
Hidden brackets in fractions and roots
- A fraction line acts as a bracket around the whole numerator and the whole denominator
- (7 + 5)/(9 − 3) is worked as 12 ÷ 6 = 2
- A root sign acts as a bracket around everything underneath it
- √(9 + 16) is √25 = 5, which is not the same as √9 + √16 = 7
- These brackets have to be typed in explicitly on a calculator, because the layout that makes them obvious on paper is lost on the keypad
Worked example
Applying BIDMAS
Work out (9 − 4) + 3 × 2³.
Solution:
- Brackets first: 9 − 4 = 5, so the calculation becomes 5 + 3 × 2³
- Indices next: 2³ = 8, giving 5 + 3 × 8
- Multiplication before addition: 3 × 8 = 24, giving 5 + 24
- Addition last: 5 + 24 = 29