IGCSE 0580 · ClipSAT

Home
Formulas

Open a chapter to see its formulas here.

⏱ Exam Timer: 00:00
Active Recall Deck 0
Active Recall Question
Click to show flashcard
Back side
FLASHCARDS

IGCSE 0580

Board · Cambridge IGCSE Mathematics (0580) Tiers · Core & Extended Chapters · 8 Explorers · 3 interactive
1

Number

📌 0580 Topic 1 — Number C E  ·  Types of number  ·  Fractions, decimals, percentages  ·  Indices & standard form  ·  Surds E  ·  Ratio & proportion  ·  Financial maths  ·  Limits of accuracy E

🗺 Cambridge IGCSE 0580 — Syllabus Map

C Core topics are examinable on Papers 1 & 3 (Core tier). E Extended topics appear on Papers 2 & 4 only.

ClipSAT Chapter0580 Topics coveredTier
1 NumberTypes of number, fractions, %, ratio & proportion, standard form, surds, indices, financial maths, limits of accuracyC E
2 Algebra & GraphsExpressions, equations, sequences, inequalities, simultaneous equations, graph typesC E
3 Coordinate GeometryGradient, midpoint, distance, equation of a line, perpendicular linesC E
4 MensurationPerimeter, area, arc, sector, surface area, volume of 3D shapesC E
5 GeometryAngles, polygons, circle theorems, similarity & congruence, construction & lociC E
6 TrigonometrySOH-CAH-TOA, sine/cosine rules, area of triangle, bearings, 3D trigC E
7 Transformations & VectorsTranslation, reflection, rotation, enlargement, column vectors, vector paths, magnitudeC E
8 Probability & StatisticsProbability, tree diagrams, conditional probability, averages, spread, frequency tables, histograms, cumulative frequency, box plotsC E
9 FunctionsFunction notation, domain, composite, inverseE
10 Sets & Venn DiagramsSet notation, union, intersection, complement, two- and three-set Venn diagramsC E
11 Matrices EMatrix operations, determinant, inverse, solving simultaneous equationsE

The numerical backbone of the whole syllabus: working confidently with fractions, percentages, ratio, standard form, indices and rounding. Most marks here are earned by careful, methodical arithmetic rather than clever tricks.

● Definition 1.1 — Standard form

A number is in standard form when written as \( a\times 10^{n} \) with \( 1\le a<10 \) and \( n \) an integer. Large numbers take a positive \( n \); small numbers (less than 1) take a negative \( n \).

Percentage change
\( \dfrac{\text{change}}{\text{original}}\times 100\% \)
Index law 1 — Product
\( a^{m}\,a^{n}=a^{m+n} \)
Index law 2 — Quotient
\( \dfrac{a^{m}}{a^{n}}=a^{m-n} \)
Index law 3 — Power
\( (a^{m})^{n}=a^{mn} \)
Reverse %
\( \text{original}=\dfrac{\text{new value}}{1\pm r} \)
Bounds
value rounded to a unit lies within \( \pm\tfrac12 \) unit
Worked example 1.A

Write \( 0.000452 \) in standard form.

Move the decimal point four places right to land between 4 and 5, so the exponent is \( -4 \):

\[ 0.000452 = 4.52\times 10^{-4}. \]

Worked example 1.B

A coat costs $60 after a 20% discount. Find its original price.

The sale price is 80% of the original, so divide rather than add back 20%:

\[ \text{original}=\frac{60}{0.8}=\$75. \]

● Surds E

A surd is an irrational root left in exact form (e.g. \(\sqrt{3}\)). Key rules: \(\sqrt{ab}=\sqrt{a}\cdot\sqrt{b}\); \(\dfrac{1}{\sqrt{a}}=\dfrac{\sqrt{a}}{a}\) (rationalising a denominator). To rationalise \(\dfrac{p}{a+\sqrt{b}}\), multiply numerator and denominator by the conjugate \(a-\sqrt{b}\).

Surd product
\(\sqrt{a}\cdot\sqrt{b}=\sqrt{ab}\)
Rationalise
\(\dfrac{1}{\sqrt{a}}=\dfrac{\sqrt{a}}{a}\)
Compound interest
\(A=P\!\left(1+\dfrac{r}{100}\right)^{\!n}\)
Limits of accuracy
lower = \(x-\tfrac{1}{2}\delta\), upper = \(x+\tfrac{1}{2}\delta\)
Worked example 1.C — Surds

Simplify \(\sqrt{48}-\sqrt{27}\).

\[\sqrt{48}=4\sqrt{3},\quad\sqrt{27}=3\sqrt{3}.\]\[\sqrt{48}-\sqrt{27}=4\sqrt{3}-3\sqrt{3}=\sqrt{3}.\]

Worked example 1.D — Limits of accuracy

A length is measured as \(12.4\) cm, rounded to 1 d.p. State the upper and lower bounds.

Half the smallest unit = 0.05.
Lower bound: \(12.35\) cm.   Upper bound: \(12.45\) cm.

£800 is invested at 3.5% compound interest per year. Find the amount after 4 years, to the nearest penny.
\(A=800\left(1+\frac{3.5}{100}\right)^4=800\times1.035^4\approx800\times1.1475=£918.00\).
📝 Chapter Quiz
2

Algebra & Graphs

📌 0580 Topic 2 — Algebra & Graphs C E  ·  Expressions & equations  ·  Sequences  ·  Inequalities  ·  Simultaneous equations  ·  Graph recognition & sketching  ·  Kinematics graphs E

Expanding, factorising, solving and rearranging — plus reading and sketching graphs. This is the strand that feeds directly into AS and A-Level, so the habits you build here matter well beyond the exam.

● Definition 2.1 — Factorising a quadratic

To factorise \( x^{2}+bx+c \), find two numbers that multiply to \( c \) and add to \( b \). They become the constants in \( (x+p)(x+q) \).

Difference of squares
\( a^{2}-b^{2}=(a-b)(a+b) \)
Quadratic formula
\( x=\dfrac{-b\pm\sqrt{b^{2}-4ac}}{2a} \)
Arithmetic nth term
\( a+(n-1)d \)
Rearranging
apply inverse operations to both sides
Worked example 2.A

Solve the simultaneous equations \( x+y=7 \) and \( 2x-y=2 \).

Adding eliminates \( y \): \( 3x=9 \), so \( x=3 \). Substitute back into the first equation:

\[ x=3,\qquad y=4. \]

Worked example 2.B

Find the \( n \)th term of \( 5,\,8,\,11,\,14,\ldots \)

The common difference is \( 3 \) and the term before the first would be \( 2 \):

\[ u_n=3n+2. \]

● Sequences & nth Term

An arithmetic sequence increases/decreases by a fixed common difference \(d\). The \(n\)th term is \(u_n = a+(n-1)d\) where \(a\) is the first term. A geometric sequence multiplies by a common ratio \(r\): \(u_n=ar^{n-1}\).

Arithmetic \(u_n\)
\(a+(n-1)d\)
Geometric \(u_n\)
\(ar^{n-1}\)
Linear inequality
Flip sign when multiplying/dividing by negative
Graph types
linear, quadratic (∪∩), cubic (S), reciprocal (1/x)
Worked example 2.C — nth term

Find the \(n\)th term of: 5, 9, 13, 17, …

\(d=4\), first term \(a=5\).   \(u_n=5+(n-1)\times4=4n+1\).

● Linear Inequalities & Graph Recognition E

Solve like an equation but reverse the inequality sign when multiplying or dividing by a negative number. Graph types you must recognise: linear \(y=mx+c\) (straight line), quadratic \(y=ax^2+bx+c\) (parabola), cubic \(y=ax^3+\ldots\) (S-shape), reciprocal \(y=\dfrac{k}{x}\) (two branches), exponential \(y=a^x\) (crosses \(y\)-axis at 1).

Worked example 2.D — Linear inequality

Solve \(3-2x<11\) and represent on a number line.

\[-2x<8\;\Rightarrow\;x>-4.\]

Open circle at \(-4\), arrow pointing right.

The \(n\)th term of a sequence is \(3n-7\). (a) Find the 10th term. (b) Which term has value 23?
(a) \(3(10)-7=23\). (b) \(3n-7=23\Rightarrow3n=30\Rightarrow n=10\). Wait — term 10 = 23 ✓
📝 Chapter Quiz
3

Coordinate Geometry

📌 0580 Topic 3 — Coordinate Geometry C E  ·  Gradient  ·  Midpoint & distance  ·  Equation of a line  ·  Parallel & perpendicular lines

Everything about straight lines on the \( xy \)-plane: gradient, length, midpoint and the equation \( y=mx+c \). Parallel lines share a gradient; perpendicular gradients multiply to \( -1 \).

▲ Reference — Coordinate Geometry

For points \((x_1,y_1)\) and \((x_2,y_2)\): gradient \(m=\dfrac{y_2-y_1}{x_2-x_1}\); midpoint \(=\!\left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right)\); distance \(=\!\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\). Two lines are parallel if they have equal gradients. Two lines are perpendicular if the product of their gradients is \(-1\): \(m_1\times m_2=-1\).

Perpendicular gradient
\(m_\perp=-\dfrac{1}{m}\)
Parallel lines
\(m_1=m_2\)
General line
\(ax+by=c\)
Intercepts
Set \(y=0\) or \(x=0\)
Worked example 3.B — Perpendicular line

Line \(\ell\) has equation \(y=3x-2\). Find the equation of the line perpendicular to \(\ell\) passing through \((6,1)\).

Perpendicular gradient: \(m_\perp=-\tfrac{1}{3}\).

\[y-1=-\tfrac{1}{3}(x-6)\;\Rightarrow\;y=-\tfrac{1}{3}x+3.\]

Show that the points \(A(1,3)\), \(B(4,7)\) and \(C(7,3)\) form an isosceles triangle.
\(AB=\sqrt{9+16}=5\). \(BC=\sqrt{9+16}=5\). \(AC=\sqrt{36+0}=6\). Since \(AB=BC\), triangle is isosceles.
Gradient
\( m=\dfrac{y_2-y_1}{x_2-x_1} \)
Midpoint
\( \Big(\dfrac{x_1+x_2}{2},\,\dfrac{y_1+y_2}{2}\Big) \)
Distance
\( \sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \)
Straight line
\( y=mx+c \)
Worked example 3.A

Find the equation of the line through \( (1,2) \) and \( (4,11) \).

Gradient \( m=\dfrac{11-2}{4-1}=3 \). Use \( (1,2) \): \( 2=3(1)+c \Rightarrow c=-1 \):

\[ y=3x-1. \]

📝 Chapter Quiz
4

Mensuration

📌 0580 Topic 4 — Mensuration C E  ·  Perimeter & area  ·  Arc length & sector area  ·  Volume & surface area of prisms, cylinders, cones, spheres

Perimeter, area, surface area and volume — from circles and trapezia up to cylinders, cones and spheres. Read each question carefully for the value of \( \pi \) it expects (often \( 3.14 \) or \( \tfrac{22}{7} \)).

▲ Reference — The circle

Circumference \( C=2\pi r=\pi d \); area \( A=\pi r^{2} \). An arc and sector are simply fractions of these, scaled by \( \dfrac{\theta}{360} \).

Circle
\( C=2\pi r,\quad A=\pi r^{2} \)
Cylinder
\( V=\pi r^{2}h \)
Sphere
\( V=\tfrac{4}{3}\pi r^{3} \)
Cone
\( V=\tfrac{1}{3}\pi r^{2}h \)
Prism
\( V=A_{\text{cross}}\times \ell \)
Trapezium
\( A=\tfrac12(a+b)h \)
Worked example 4.A

Find the volume of a cylinder with \( r=3 \) cm and \( h=10 \) cm. Take \( \pi=3.14 \).

\[ V=\pi r^{2}h=3.14\times 9\times 10=282.6\ \text{cm}^{3}. \]

Worked example 4.B

Find the volume of a sphere of radius \( 3 \) cm. Take \( \pi=3.14 \).

\[ V=\tfrac{4}{3}\pi r^{3}=\tfrac{4}{3}\times 3.14\times 27=113.04\ \text{cm}^{3}. \]

📝 Chapter Quiz
5

Geometry

📌 0580 Topic 5 — Geometry C E  ·  Angle properties  ·  Polygons  ·  Circle theorems E  ·  Similarity & congruence  ·  Construction & loci

Angle reasoning is the heart of IGCSE geometry: angles on lines and in polygons, and the family of circle theorems. Every answer should be justified with a reason, not just a number.

▲ Reference — Polygons

Interior angles of an \( n \)-sided polygon sum to \( (n-2)\times 180^{\circ} \). The exterior angles always sum to \( 360^{\circ} \), so a regular polygon has each exterior angle \( \dfrac{360^{\circ}}{n} \).

▲ Reference — Circle theorems

① The angle at the centre is twice the angle at the circumference on the same arc. ② The angle in a semicircle is \( 90^{\circ} \). ③ Angles in the same segment are equal. ④ Opposite angles of a cyclic quadrilateral sum to \( 180^{\circ} \). ⑤ A tangent meets the radius at \( 90^{\circ} \).

The first theorem is the one students doubt most — so watch it directly. Point \( P \) slides around the major arc while \( A \) and \( B \) stay fixed; the inscribed angle never changes, and it is always exactly half the central angle.

⊙ Explorer · Inscribed & central angleinteractive
inscribed  ∠APB
central  ∠AOB

Wherever \(P\) sits on the arc, \( \angle APB=\tfrac12\,\angle AOB \). The inscribed angle holds steady.

Triangle angle sum
\( \alpha+\beta+\gamma=180° \)
Exterior angle
Exterior \( = \) sum of two non-adjacent interior angles
Polygon angle sum
\( S=(n-2)\times180° \); each interior \( =\frac{S}{n} \) (regular)
Parallel line angles
Alternate = equal; co-interior \( = 180° \); corresponding = equal
Worked example 5.A

Find each interior angle of a regular pentagon.

Interior sum \( =(5-2)\times 180^{\circ}=540^{\circ} \); divide equally among five angles:

\[ \frac{540^{\circ}}{5}=108^{\circ}. \]

Worked example 5.B

Points \( A \) and \( B \) lie on a circle, centre \( O \), with \( \angle AOB=80^{\circ} \). Find the angle subtended by \( AB \) at the circumference.

By the centre–circumference theorem the inscribed angle is half the central angle:

\[ \tfrac12\times 80^{\circ}=40^{\circ}. \]

● Similarity & Congruence

Congruent shapes are identical in shape and size (SSS, SAS, ASA, RHS). Similar shapes have the same angles; corresponding sides are in the same ratio \(k\). Area scales as \(k^2\); volume scales as \(k^3\).

Congruence
SSS, SAS, ASA, RHS
Similar — lengths
ratio \(k\)
Similar — areas
ratio \(k^{2}\)
Similar — volumes
ratio \(k^{3}\)
Worked example 5.C — Similar areas

Two similar triangles have corresponding sides in the ratio \(3:5\). If the smaller triangle has area \(18\text{ cm}^2\), find the area of the larger.

\[\text{Area ratio}=\left(\tfrac{5}{3}\right)^{\!2}=\tfrac{25}{9}.\qquad A_{\text{large}}=18\times\tfrac{25}{9}=50\text{ cm}^2.\]

● Construction & Loci

A locus is the set of all points satisfying a given condition. Key loci: (1) equidistant from a fixed point → circle; (2) equidistant from two fixed points → perpendicular bisector; (3) equidistant from two lines → angle bisector; (4) fixed distance from a line → pair of parallel lines.

Two similar cylinders have radii 4 cm and 6 cm. If the volume of the smaller is \(160\pi\) cm³, find the volume of the larger.
\(k=6/4=1.5\). Volume ratio \(=1.5^3=3.375\). Volume \(=160\pi\times3.375=540\pi\) cm³.
📝 Chapter Quiz
6

Trigonometry

📌 0580 Topic 6 — Trigonometry C E  ·  SOH-CAH-TOA & Pythagoras  ·  Sine & cosine rules  ·  Area \(\tfrac{1}{2}ab\sin C\)  ·  Bearings  ·  3D trigonometry E

Right-angled triangles via Pythagoras and SOH-CAH-TOA, then any triangle through the sine and cosine rules. Bearings questions are trigonometry in disguise — always start with a clear diagram.

● Definition 6.1 — Right-triangle ratios

For an acute angle \( \theta \) in a right triangle, \( \sin\theta=\dfrac{\text{opp}}{\text{hyp}} \), \( \cos\theta=\dfrac{\text{adj}}{\text{hyp}} \), \( \tan\theta=\dfrac{\text{opp}}{\text{adj}} \) — the rule remembered as SOH-CAH-TOA.

Drag the angle and watch the three ratios respond. The hypotenuse is fixed in length; the opposite and adjacent sides — and the ratios built from them — change together.

⊙ Explorer · The trig ratiosinteractive
sin θ
cos θ
tan θ

Opposite & adjacent are drawn in indigo, the hypotenuse in amber. As \( \theta\to 90^{\circ} \), \( \tan\theta \) grows without bound.

Pythagoras
\( a^{2}+b^{2}=c^{2} \)
Sine rule
\( \dfrac{a}{\sin A}=\dfrac{b}{\sin B}=\dfrac{c}{\sin C} \)
Cosine rule
\( c^{2}=a^{2}+b^{2}-2ab\cos C \)
Triangle area
\( \tfrac12\,ab\sin C \)
Worked example 6.A

A right triangle has hypotenuse \( 10 \) and an angle of \( 30^{\circ} \). Find the side opposite that angle.

\[ \text{opp}=10\sin 30^{\circ}=10\times 0.5=5. \]

Worked example 6.B

In a triangle, \( a=7 \), \( b=8 \) and the included angle \( C=60^{\circ} \). Find \( c \).

Apply the cosine rule with \( \cos 60^{\circ}=0.5 \):

\[ c^{2}=49+64-2(7)(8)(0.5)=57,\qquad c=\sqrt{57}. \]

● Bearings

A bearing is a clockwise angle measured from North, always written as a three-digit number (e.g. 045°, 270°). Draw a North line at the starting point, then measure clockwise. The bearing from B back to A is the back-bearing = bearing ± 180°.

Worked example 6.C — Bearings with trig

A ship sails 40 km on a bearing of 130° from port P. How far east and south of P is it?

East component: \(40\sin50°\approx30.6\) km.   South component: \(40\cos50°\approx25.7\) km.

(Angle from South = 180°−130° = 50°.)

● 3D Trigonometry E

Identify a right-angled triangle within the 3D figure: find a face diagonal using Pythagoras, then use that as one side of a second right triangle. The angle of elevation is measured upward from horizontal; the angle of depression downward from horizontal.

Back-bearing
bearing \(\pm180°\)
3D diagonal
\(\sqrt{l^2+w^2+h^2}\)
Angle of elevation
upward from horizontal
Angle of depression
downward from horizontal
Worked example 6.D — 3D trig E

A cuboid has length 8 cm, width 6 cm, height 3 cm. Find the angle the space diagonal makes with the base.

Base diagonal \(=\sqrt{8^2+6^2}=10\) cm.

\[\tan\theta=\frac{3}{10}\;\Rightarrow\;\theta=\arctan(0.3)\approx16.7°.\]

A tower PQ stands vertically. From point A on level ground, 50 m from the base Q, the angle of elevation of P is 32°. Find the height of the tower.
\(h=50\tan32°\approx50\times0.6249\approx31.2\) m.
📝 Chapter Quiz
7

Transformations & Vectors

📌 0580 Topic 7 — Transformations & Vectors C E  ·  Translation  ·  Reflection  ·  Rotation  ·  Enlargement  ·  Combined transformations E  ·  Vectors & vector paths  ·  Magnitude E

Four transformations move shapes around the plane, and column vectors describe the moves precisely. A full description must name the transformation and its defining data.

● The four transformations

Translation — give the column vector. Reflection — give the mirror line. Rotation — give the centre, angle and direction. Enlargement — give the centre and scale factor (a fraction shrinks; a negative factor flips through the centre).

📊 Cambridge IGCSE Mathematics 0580 — Topic Weighting

Number
~30% CoreExtended
Algebra & Graphs
~30% Extended
Geometry & Mensuration
~20% CoreExtended
Statistics & Probability
~20% CoreExtended

Source: Cambridge Assessment International Education — Syllabus 0580 (2025–2027)

Pick a transformation and compare the faint original triangle with its solid image. The mapping rule \( (x,y)\to(\ldots) \) updates underneath.

⊙ Explorer · Transforming a triangleinteractive

Mapping: (x, y) → (x, −y)

Column vector
\( \begin{pmatrix} x \\ y \end{pmatrix} \)
Magnitude
\( |\mathbf{v}|=\sqrt{x^{2}+y^{2}} \)
Addition
add components separately
Worked example 7.A

Reflect the point \( (3,2) \) in the \( x \)-axis.

Reflection in the \( x \)-axis sends \( (x,y)\to(x,-y) \):

\[ (3,2)\ \longmapsto\ (3,-2). \]

Worked example 7.B

Find the magnitude of the vector \( \begin{pmatrix} 3 \\ 4 \end{pmatrix} \).

\[ |\mathbf{v}|=\sqrt{3^{2}+4^{2}}=\sqrt{25}=5. \]

● Vector Magnitude & Addition E

The magnitude of \(\mathbf{a}=\binom{x}{y}\) is \(|\mathbf{a}|=\sqrt{x^2+y^2}\). Vectors add tip-to-tail: \(\overrightarrow{AC}=\overrightarrow{AB}+\overrightarrow{BC}\). To find a vector path, combine known vectors (you may need to reverse direction, which negates the vector).

Magnitude
\(|\mathbf{a}|=\sqrt{x^2+y^2}\)
Vector path
\(\overrightarrow{AC}=\overrightarrow{AB}+\overrightarrow{BC}\)
Negative vector
\(-\overrightarrow{AB}=\overrightarrow{BA}\)
Combined transform
Apply right-hand transform first
Worked example 7.C — Vector path

\(O\) is the origin; \(\overrightarrow{OA}=\mathbf{a}\), \(\overrightarrow{OB}=\mathbf{b}\). \(M\) is the midpoint of \(AB\). Find \(\overrightarrow{OM}\).

\[\overrightarrow{OM}=\overrightarrow{OA}+\tfrac{1}{2}\overrightarrow{AB}=\mathbf{a}+\tfrac{1}{2}(\mathbf{b}-\mathbf{a})=\tfrac{1}{2}(\mathbf{a}+\mathbf{b}).\]

Find the magnitude of \(\mathbf{v}=\binom{-5}{12}\) and hence find a unit vector in the direction of \(\mathbf{v}\).
\(|\mathbf{v}|=\sqrt{25+144}=\sqrt{169}=13\). Unit vector \(=\dfrac{1}{13}\binom{-5}{12}\).
📝 Chapter Quiz
8

Probability & Statistics

📌 0580 Topic 8 — Probability & Statistics C E  ·  Probability & tree diagrams  ·  Conditional probability E  ·  Mean, median, mode  ·  Frequency diagrams & histograms E  ·  Cumulative frequency & box plots E

Measuring chance and summarising data: the probability scale, combined events with tree diagrams, the three averages, and reading frequency and cumulative-frequency diagrams.

● Definition 8.1 — Probability

Probability runs from \( 0 \) (impossible) to \( 1 \) (certain). For equally likely outcomes, \( P(E)=\dfrac{\text{number of favourable outcomes}}{\text{total number of outcomes}} \).

Single event
\( P(E)=\dfrac{\text{favourable}}{\text{total}} \)
Complement
\( P(\text{not }E)=1-P(E) \)
AND (independent)
\( P(A\cap B)=P(A)\,P(B) \)
OR (exclusive)
\( P(A\cup B)=P(A)+P(B) \)
Worked example 8.A

A bag holds 3 red and 5 blue counters. One is drawn at random. Find \( P(\text{red}) \).

There are \( 3+5=8 \) equally likely counters, 3 of them red:

\[ P(\text{red})=\frac{3}{8}. \]

Worked example 8.B

Find the mean of \( 4,\,8,\,10,\,6,\,2 \).

\[ \bar{x}=\frac{4+8+10+6+2}{5}=\frac{30}{5}=6. \]

● Histograms (Frequency Density) E

For grouped data with unequal class widths, plot frequency density on the \(y\)-axis, not frequency. \(\text{Frequency density}=\dfrac{\text{frequency}}{\text{class width}}\). Area of each bar equals the frequency for that class.

Frequency density
\(\dfrac{\text{frequency}}{\text{class width}}\)
Frequency from bar
area = class width × freq. density
Cumulative freq.
Running total of frequencies
IQR from box plot
\(Q_3-Q_1\)
Worked example 8.C — Histogram

A class interval 20–30 has frequency 15; class width = 10.

\[\text{Freq. density}=\frac{15}{10}=1.5.\]

Conversely, a bar of height 2.4 over interval 30–45 (width 15) represents frequency \(2.4\times15=36\).

● Conditional Probability & Tree Diagrams E

Without replacement: after removing one item, the total decreases, so probabilities on the second branch change. Conditional probability: \(P(A\mid B)=\dfrac{P(A\cap B)}{P(B)}\). Multiply along branches for "and"; add separate branches for "or".

Worked example 8.D — Tree diagram without replacement

A bag has 5 red and 3 blue balls. Two balls are drawn without replacement. Find \(P(\text{both red})\).

\[P(\text{both red})=\frac{5}{8}\times\frac{4}{7}=\frac{20}{56}=\frac{5}{14}.\]

Using the same bag (5 red, 3 blue), find the probability of drawing exactly one red ball.
\(P(\text{RB})+P(\text{BR})=\dfrac{5}{8}\cdot\dfrac{3}{7}+\dfrac{3}{8}\cdot\dfrac{5}{7}=\dfrac{15}{56}+\dfrac{15}{56}=\dfrac{30}{56}=\dfrac{15}{28}\).
📝 Chapter Quiz
9

Functions

📌 0580 Topic 2 (Extended) — Functions E  ·  Function notation  ·  Domain & range  ·  Composite functions  ·  Inverse functions

Function notation, composite and inverse functions form a core Extended-tier topic.

▲ Reference — Functions

\( f(x) \) gives the output for an input \( x \). The composite \( fg(x)=f(g(x)) \) is applied inside-out; the inverse \( f^{-1} \) reverses \( f \).

Notation
\( f(x) \)
Composite
\( fg(x) \)
Inverse
\( f^{-1}(x) \)
Domain
valid inputs
Worked example 9.A

If \( f(x)=2x+3 \), find \( f^{-1}(x) \).

\[ f^{-1}(x)=\frac{x-3}{2}. \]

Worked example 9.B — Composite and inverse

Given \(f(x)=2x+3\) and \(g(x)=x^{2}\), find (a) \(fg(3)\), (b) \(f^{-1}(x)\).

(a) \(fg(3)=f(9)=2(9)+3=21\).

(b) Let \(y=2x+3\). Swap and solve: \(x=\dfrac{y-3}{2}\). So \(f^{-1}(x)=\dfrac{x-3}{2}\).

\(h(x)=\dfrac{3x-1}{2}\). Find \(h^{-1}(4)\).
\(y=\dfrac{3x-1}{2}\Rightarrow2y=3x-1\Rightarrow x=\dfrac{2y+1}{3}\). So \(h^{-1}(x)=\dfrac{2x+1}{3}\) and \(h^{-1}(4)=\dfrac{9}{3}=3\).
📝 Chapter Quiz
10

Sets & Venn Diagrams

📌 0580 Topic 1/2 — Sets & Venn Diagrams C E  ·  Set notation  ·  Union, intersection, complement  ·  Two- and three-set Venn diagrams  ·  Solving problems with \(n(A)\)

Sets group elements; Venn diagrams display unions, intersections and complements.

▲ Reference — Set notation

Union \( A\cup B \) (in either set), intersection \( A\cap B \) (in both), complement \( A' \) (not in \( A \)); \( n(A) \) counts the elements of \( A \).

Union
\( A\cup B \)
Intersection
\( A\cap B \)
Complement
\( A' \)
Subset
\( A\subseteq B \)
Worked example 10.A

If \( A=\{1,2,3\} \) and \( B=\{2,3,4\} \), find \( A\cap B \).

\[ \{2,\,3\}. \]

Worked example 10.B — Three-set Venn diagram

In a class of 30: 14 play football (F), 11 play basketball (B), 8 play tennis (T); 4 play F and B, 3 play F and T, 2 play B and T, 1 plays all three.

Use the formula: \(n(F\cup B\cup T)=n(F)+n(B)+n(T)-n(F\cap B)-n(F\cap T)-n(B\cap T)+n(F\cap B\cap T)\)

\[=14+11+8-4-3-2+1=25.\]

So \(30-25=5\) students play none of the three sports.

\(\mathcal{E}=\{1,2,3,4,5,6,7,8,9,10\}\), \(A=\{2,4,6,8\}\), \(B=\{3,6,9\}\). List \(A\cap B\), \(A\cup B\), and \(A'\).
\(A\cap B=\{6\}\). \(A\cup B=\{2,3,4,6,8,9\}\). \(A'=\{1,3,5,7,9,10\}\).
📝 Chapter Quiz
11

Matrices E

📌 0580 Topic 2 — Algebra (Extended only) E  ·  Matrix notation & order  ·  Addition & scalar multiplication  ·  Matrix multiplication  ·  Determinant & inverse of a 2×2 matrix  ·  Solving simultaneous equations using the inverse matrix

Matrices are rectangular arrays of numbers. The IGCSE Extended syllabus requires you to add, multiply and invert 2×2 matrices, and use the inverse to solve a pair of simultaneous equations.

▲ Reference — 2×2 Matrix Rules

For \(A=\begin{pmatrix}a&b\\c&d\end{pmatrix}\):   det\((A)=ad-bc\).   Inverse: \(A^{-1}=\dfrac{1}{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}\) (exists only when det ≠ 0).   Multiplication: \((AB)_{ij}=\sum_k A_{ik}B_{kj}\); only defined when columns of \(A\) = rows of \(B\).

det(A)
\(ad-bc\)
Inverse \(A^{-1}\)
\(\dfrac{1}{\det A}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}\)
Solve \(A\mathbf{x}=\mathbf{b}\)
\(\mathbf{x}=A^{-1}\mathbf{b}\)
Singular matrix
\(\det A=0\) — no inverse
Worked example 11.A — Matrix multiplication

Find \(AB\) where \(A=\begin{pmatrix}2&1\\3&0\end{pmatrix}\) and \(B=\begin{pmatrix}1&4\\-1&2\end{pmatrix}\).

\[AB=\begin{pmatrix}2(1)+1(-1)&2(4)+1(2)\\3(1)+0(-1)&3(4)+0(2)\end{pmatrix}=\begin{pmatrix}1&10\\3&12\end{pmatrix}.\]

Worked example 11.B — Inverse and simultaneous equations

Solve: \(3x+2y=8\) and \(x-y=1\) using the inverse matrix method.

Write as \(\begin{pmatrix}3&2\\1&-1\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}8\\1\end{pmatrix}\).

\(\det=-3-2=-5\).   \(A^{-1}=\dfrac{1}{-5}\begin{pmatrix}-1&-2\\-1&3\end{pmatrix}=\begin{pmatrix}0.2&0.4\\0.2&-0.6\end{pmatrix}\).

\[\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}0.2&0.4\\0.2&-0.6\end{pmatrix}\begin{pmatrix}8\\1\end{pmatrix}=\begin{pmatrix}2\\1\end{pmatrix}.\]

Solution: \(x=2,\;y=1\).

\(M=\begin{pmatrix}5&2\\3&1\end{pmatrix}\). Find (a) det(\(M\)), (b) \(M^{-1}\), (c) solve \(M\mathbf{x}=\begin{pmatrix}7\\4\end{pmatrix}\).
(a) \(5-6=-1\). (b) \(M^{-1}=\dfrac{1}{-1}\begin{pmatrix}1&-2\\-3&5\end{pmatrix}=\begin{pmatrix}-1&2\\3&-5\end{pmatrix}\). (c) \(\begin{pmatrix}x\\y\end{pmatrix}=\begin{pmatrix}-1&2\\3&-5\end{pmatrix}\begin{pmatrix}7\\4\end{pmatrix}=\begin{pmatrix}1\\1\end{pmatrix}\).
📝 Chapter Quiz
§

Practice set

Fifty exam-style questions spanning all eight topic areas — Number through Probability & Statistics — and tagged by difficulty. Click any problem to reveal a full worked solution.

1

Write \( 0.000452 \) in standard form.

Basic
\[ 4.52\times 10^{-4}. \]
2

Evaluate \( \dfrac{3}{4}+\dfrac{1}{6} \).

Basic

Common denominator 12:

\[ \frac{9}{12}+\frac{2}{12}=\frac{11}{12}. \]
3

Increase 80 by 15%.

Basic
\[ 80\times 1.15=92. \]
4

A jacket costs \$60 after a 20% discount. Find its original price.

Intermediate

\$60 is 80% of the original:

\[ \frac{60}{0.8}=\$75. \]
5

Share \$120 in the ratio \( 2:3 \).

Intermediate

5 parts, each \( 120\div 5=24 \):

\[ \$48 \ \text{and}\ \$72. \]
6

Evaluate \( 2^{5}\times 2^{3} \).

Basic
\[ 2^{5+3}=2^{8}=256. \]
7

Write 56 as a product of its prime factors.

Intermediate
\[ 56=2^{3}\times 7. \]
8

A length is 4.7 cm, correct to 1 decimal place. Write its lower bound.

Intermediate

Half of \( 0.1 \) below the rounded value:

\[ 4.65\ \text{cm}. \]
9

Expand \( 3(2x-5) \).

Basic
\[ 6x-15. \]
10

Solve \( 4x+7=23 \).

Basic
\[ 4x=16,\qquad x=4. \]
11

Factorise \( x^{2}+5x+6 \).

Intermediate

Two numbers multiplying to 6, adding to 5:

\[ (x+2)(x+3). \]
12

Solve \( x^{2}-7x+10=0 \).

Intermediate

\( (x-2)(x-5)=0 \):

\[ x=2\ \text{or}\ x=5. \]
13

Make \( r \) the subject of \( C=2\pi r \).

Intermediate
\[ r=\frac{C}{2\pi}. \]
14

Solve simultaneously: \( x+y=7 \), \( 2x-y=2 \).

Intermediate

Add: \( 3x=9 \Rightarrow x=3 \), then \( y=4 \):

\[ x=3,\ y=4. \]
15

Find the \( n \)th term of \( 5,\,8,\,11,\,14,\ldots \)

Intermediate
\[ 3n+2. \]
16

Solve the inequality \( 2x-3<9 \).

Advanced
\[ 2x<12,\qquad x<6. \]
17

Find the gradient of the line through \( (1,2) \) and \( (4,11) \).

Basic
\[ m=\frac{11-2}{4-1}=3. \]
18

Find the midpoint of \( (2,3) \) and \( (8,7) \).

Intermediate
\[ \Big(\tfrac{2+8}{2},\tfrac{3+7}{2}\Big)=(5,5). \]
19

A line has gradient 2 and passes through \( (0,-1) \). Write its equation.

Intermediate
\[ y=2x-1. \]
20

Find the length of the segment from \( (1,2) \) to \( (4,6) \).

Advanced
\[ \sqrt{3^{2}+4^{2}}=\sqrt{25}=5. \]
21

Find the area of a circle of radius 7. Take \( \pi=\tfrac{22}{7} \).

Basic
\[ \pi r^{2}=\frac{22}{7}\times 49=154. \]
22

Find the circumference of a circle of radius 5. Take \( \pi=3.14 \).

Basic
\[ 2\pi r=2\times 3.14\times 5=31.4. \]
23

Find the area of a triangle with base 10 and height 6.

Intermediate
\[ \tfrac12\times 10\times 6=30. \]
24

Find the volume of a cuboid measuring \( 4\times 5\times 3 \).

Intermediate
\[ 4\times 5\times 3=60. \]
25

Find the volume of a cylinder with \( r=3 \), \( h=10 \). Take \( \pi=3.14 \).

Intermediate
\[ \pi r^{2}h=3.14\times 9\times 10=282.6. \]
26

Find the volume of a sphere of radius 3. Take \( \pi=3.14 \).

Advanced
\[ \tfrac{4}{3}\pi r^{3}=\tfrac{4}{3}\times 3.14\times 27=113.04. \]
27

Find the area of a trapezium with parallel sides 6 and 10 and height 4.

Intermediate
\[ \tfrac12(6+10)\times 4=32. \]
28

Find the total surface area of a cube of side 5.

Advanced

Six square faces:

\[ 6\times 5^{2}=150. \]
29

Two angles of a triangle are \( 50^{\circ} \) and \( 60^{\circ} \). Find the third.

Basic
\[ 180^{\circ}-50^{\circ}-60^{\circ}=70^{\circ}. \]
30

Find the sum of the interior angles of a hexagon.

Intermediate
\[ (6-2)\times 180^{\circ}=720^{\circ}. \]
31

Find each interior angle of a regular pentagon.

Intermediate
\[ \frac{(5-2)\times 180^{\circ}}{5}=108^{\circ}. \]
32

A regular polygon has an exterior angle of \( 30^{\circ} \). How many sides has it?

Intermediate
\[ \frac{360^{\circ}}{30^{\circ}}=12\ \text{sides}. \]
33

State the size of the angle in a semicircle.

Intermediate
\[ 90^{\circ}. \]
34

\( A \) and \( B \) lie on a circle, centre \( O \), with \( \angle AOB=80^{\circ} \). Find the angle subtended by \( AB \) at the circumference.

Advanced

Inscribed angle is half the central angle:

\[ \tfrac12\times 80^{\circ}=40^{\circ}. \]
35

A right triangle has the two shorter sides 3 and 4. Find the hypotenuse.

Basic
\[ \sqrt{3^{2}+4^{2}}=5. \]
36

In a right triangle the side opposite \( \theta \) is 5 and the hypotenuse is 10. Find \( \theta \).

Intermediate

\( \sin\theta=\tfrac{5}{10}=0.5 \):

\[ \theta=30^{\circ}. \]
37

A right triangle has hypotenuse 10 and an angle of \( 30^{\circ} \). Find the opposite side.

Intermediate
\[ 10\sin 30^{\circ}=5. \]
38

A triangle has \( a=7 \), \( b=8 \) and included angle \( C=60^{\circ} \). Find \( c \).

Advanced

Cosine rule, \( \cos 60^{\circ}=0.5 \):

\[ c^{2}=49+64-56=57,\quad c=\sqrt{57}. \]
39

Find the hypotenuse of a right triangle with legs 6 and 8.

Intermediate
\[ \sqrt{6^{2}+8^{2}}=10. \]
40

In triangle \( ABC \), \( a=10 \), \( A=30^{\circ} \), \( B=45^{\circ} \). Find \( b \) (sine rule).

Advanced
\[ b=\frac{a\sin B}{\sin A}=\frac{10\sin 45^{\circ}}{\sin 30^{\circ}}=10\sqrt2\approx 14.14. \]
41

Reflect the point \( (3,2) \) in the \( x \)-axis.

Basic
\[ (3,-2). \]
42

Rotate the point \( (1,0) \) by \( 90^{\circ} \) anticlockwise about the origin.

Intermediate

\( (x,y)\to(-y,x) \):

\[ (0,1). \]
43

Given \( \mathbf{a}=\begin{pmatrix}2\\3\end{pmatrix} \) and \( \mathbf{b}=\begin{pmatrix}1\\-1\end{pmatrix} \), find \( \mathbf{a}+\mathbf{b} \).

Intermediate
\[ \begin{pmatrix}3\\2\end{pmatrix}. \]
44

Find the magnitude of \( \begin{pmatrix}3\\4\end{pmatrix} \).

Advanced
\[ \sqrt{3^{2}+4^{2}}=5. \]
45

A fair die is rolled. Find \( P(\text{even number}) \).

Basic

Three of six outcomes are even:

\[ \frac{3}{6}=\frac12. \]
46

Find the mean of \( 4,\,8,\,10,\,6,\,2 \).

Intermediate
\[ \frac{30}{5}=6. \]
47

Find the median of \( 3,\,7,\,2,\,9,\,5 \).

Intermediate

Ordered: \( 2,3,5,7,9 \); middle value:

\[ 5. \]
48

A bag holds 3 red and 5 blue counters. Find \( P(\text{red}) \).

Intermediate
\[ \frac{3}{8}. \]
49

Find the mode of \( 2,\,3,\,3,\,5,\,7,\,3,\,8 \).

Intermediate

The most frequent value:

\[ 3. \]
50

Two fair coins are tossed. Find \( P(\text{two heads}) \).

Advanced
\[ \tfrac12\times\tfrac12=\frac14. \]

Test generator

Build a randomised test from this subject’s question bank. Pick the number of questions and a difficulty, generate, then reveal the worked answers when you’re ready — or print a clean copy to hand out.

Full official exam paper

Mirrors Cambridge IGCSE 0580 Extended tier: structured questions requiring full working. Paper 2 (no calc) and Paper 4 (calc) format.

Downloads

Take IGCSE 0580 offline. The PDF packet prints straight from your browser; native Word versions with editable equation-editor math are available on request.

PDF · ready now

IGCSE notes & practice

All eight chapters plus every worked solution, formatted as a clean print document.

DOCX · on request

Native Word packet

Editable .docx with real Word equations (OMML) — ready for a worksheet, mock paper or quiz.

Official · Past Papers

Past Papers & Official Tests

Officially released exams and mark schemes from the examining body.

Worksheet Library

220 real worksheets with answer keys, organized by unit — free to download and print.

Loading worksheet library…

Mock Exam

--:--