IGCSE Mathematics | Core Topic
1. Comparison Symbols (C1.5) #
These symbols are used to compare the size of two numbers or quantities.
| Symbol | Meaning | Example |
|---|---|---|
| $=$ | is equal to | $6 = 6$ |
| $\neq$ | is not equal to | $3 \neq 7$ |
| $>$ | is greater than | $8 > 3$ |
| $<$ | is less than | $2 < 9$ |
| $\geqslant$ | is greater than or equal to | $x \geqslant 4$ means $x$ can be 4, 5, 6, … |
| $\leqslant$ | is less than or equal to | $x \leqslant 10$ means $x$ can be …, 9, 10 |
2. Ordering Numbers by Magnitude (C1.5) #
Magnitude means the size of a number. When ordering numbers, always compare their values carefully — especially with negatives, decimals, and fractions.
Ordering Decimals #
Compare digit by digit from left to right. It helps to write all numbers to the same number of decimal places first.
- Write each number to 3 decimal places: $0.350$, $0.400$, $0.305$
- Compare: $305 < 350 < 400$
- Answer: $0.305 < 0.35 < 0.4$
Ordering Fractions #
Convert all fractions to a common denominator before comparing.
- The lowest common denominator of 3, 4 and 6 is 12.
- Convert each fraction: $$\frac{2}{3} = \frac{8}{12} \qquad \frac{3}{4} = \frac{9}{12} \qquad \frac{5}{6} = \frac{10}{12}$$
- Compare numerators: $8 < 9 < 10$
- Answer: $\dfrac{2}{3} < \dfrac{3}{4} < \dfrac{5}{6}$
3. Negative Numbers — The Four Operations (C1.6) #
Adding and Subtracting #
- Adding a negative = subtracting: $5 + (-3) = 5 – 3 = 2$
- Subtracting a negative = adding: $5 – (-3) = 5 + 3 = 8$
The temperature at night is $-4\,°\text{C}$. During the day it rises by $11\,°\text{C}$. Find the daytime temperature.
$$-4 + 11 = 7\,°\text{C}$$The temperature is $3\,°\text{C}$ and falls by $8\,°\text{C}$. Find the new temperature.
$$3 – 8 = -5\,°\text{C}$$Multiplying and Dividing #
| Signs | Result | Example |
|---|---|---|
| Positive $\times$ Positive | Positive | $3 \times 4 = 12$ |
| Negative $\times$ Negative | Positive | $(-3) \times (-4) = 12$ |
| Positive $\times$ Negative | Negative | $3 \times (-4) = -12$ |
| Negative $\times$ Positive | Negative | $(-3) \times 4 = -12$ |
Both signs are negative (same signs) → positive answer.
$$(-6) \div (-2) = 3$$4. The Four Operations with Fractions (C1.6) #
Adding and Subtracting Fractions #
The denominators must be the same before you can add or subtract.
- Find the lowest common denominator (LCD) of 3 and 4: LCD = 12
- Convert both fractions: $$\frac{2}{3} = \frac{8}{12} \qquad \frac{3}{4} = \frac{9}{12}$$
- Add the numerators: $$\frac{8}{12} + \frac{9}{12} = \frac{17}{12}$$
- Convert to a mixed number: $\dfrac{17}{12} = 1\dfrac{5}{12}$
- Convert to improper fractions: $2\dfrac{1}{2} = \dfrac{5}{2}$ and $1\dfrac{2}{3} = \dfrac{5}{3}$
- LCD = 6. Convert: $\dfrac{15}{6} – \dfrac{10}{6}$
- Subtract: $\dfrac{15 – 10}{6} = \dfrac{5}{6}$
Multiplying Fractions #
Multiply the numerators together and the denominators together. Always try to cross-cancel first — this simplifies numbers before you multiply.
- Cross-cancel: 4 and 2 share factor 2 → 4 becomes 2, 2 becomes 1
- $$\frac{3}{\cancelto{2}{4}} \times \frac{\cancelto{1}{2}}{5} = \frac{3}{2 \times 5} = \frac{3}{10}$$
- Convert to improper fractions: $\dfrac{3}{2} \times \dfrac{8}{3}$
- Cross-cancel: the 3s share factor 3 (both become 1); 2 and 8 share factor 2 (2 becomes 1, 8 becomes 4) $$\frac{\cancelto{1}{3}}{\cancelto{1}{2}} \times \frac{\cancelto{4}{8}}{\cancelto{1}{3}} = \frac{4}{1} = 4$$
Dividing Fractions #
To divide by a fraction, flip the second fraction (find its reciprocal) and then multiply.
- KCF — Keep, Change, Flip: $\dfrac{5}{6} \div \dfrac{2}{3}$ becomes $\dfrac{5}{6} \times \dfrac{3}{2}$
- Cross-cancel: 6 and 3 share factor 3 → 6 becomes 2, 3 becomes 1 $$\frac{5}{\cancelto{2}{6}} \times \frac{\cancelto{1}{3}}{2} = \frac{5}{4} = 1\frac{1}{4}$$
5. Order of Operations — BIDMAS (C1.6) #
When a calculation has more than one operation, follow this fixed order, remembered as BIDMAS:
| Letter | Stands For | Priority |
|---|---|---|
| B | Brackets | First |
| I | Indices (powers and roots) | Second |
| D / M | Division and Multiplication | Third — equal priority, left to right |
| A / S | Addition and Subtraction | Last — equal priority, left to right |
- Multiplication before addition: $4 \times 2 = 8$
- Then add: $3 + 8 = 11$
$3 + 4 \times 2 \neq 14$. Do not add first.
- Brackets first: $3 + 4 = 7$
- Then multiply: $7 \times 2 = 14$
- Brackets: $6 \div 2 = 3$ → $20 – 3 \times 2^2 + 3$
- Indices: $2^2 = 4$ → $20 – 3 \times 4 + 3$
- Multiplication: $3 \times 4 = 12$ → $20 – 12 + 3$
- A/S left to right: $20 – 12 = 8$, then $8 + 3 = 11$
- Multiplication first: $2.4 \times 3 = 7.2$
- Then add: $1.5 + 7.2 = 8.7$
