WAEC SSCE Mathematics

Topics Contents Notes

Study notes for Topics Contents Notes — part of the WAEC SSCE Mathematics syllabus. 65 learning objectives with explanations and exam tips.

Objectives65
SubjectMathematics
ExamWAEC SSCE
Study Notes
Objective 1 of 65
NUMBER BASES: CONVERSION AND OPERATIONS

Think of number bases as different ways to count, like how we use naira and kobo. Base 10, which we use daily, has digits 0-9. Base 2 (binary) uses only 0 and 1, while base 8 (octal) uses 0-7. Converting between bases means changing how we represent the same value. For example, 25 in base 10 equals 11001 in base 2. To convert to base 10, multiply each digit by its base raised to the position's power. Converting from base 10 to another base means repeatedly dividing and noting remainders. Just like exchanging 100 naira into 10-naira notes, you're reorganizing the same amount differently. Once you master conversion, operations like adding or multiplying in different bases follow the same rules as base 10, though the digits available differ.

💡 Exam tip: Always show your working clearly when converting bases, and double-check by converting your answer back to the original base to verify correctness.
Objective 2 of 65
Modular Arithmetic Study Note

Modular arithmetic is simply finding remainders when numbers are divided. When we write 6 + 4 ≡ 3(mod 7), we mean adding 6 and 4 gives 10, and when 10 is divided by 7, the remainder is 3. Think of it like a clock: after 12 o'clock comes 1 o'clock, not 13. The number wraps around.

You use this daily without knowing. Market women tracking shift duties work with modular arithmetic—if Mama Ayo's market day repeats every 5 days and she opened on day 2, her next market day follows a modulo 5 pattern. Similarly, calculating which day of the week an event falls on uses mod 7 arithmetic.

In operations, you add, subtract, or multiply numbers normally, then find the remainder when divided by the modulus. For instance, 3 × 5 ≡ 3(mod 6) because 15 ÷ 6 leaves remainder 3.

💡 Exam tip: Always show your working by first calculating the normal answer, then clearly dividing by the modulus to find and highlight the remainder.
Objective 3 of 65
Fractions, Decimals and Approximations

Fractions and decimals are just different ways of showing parts of a whole number. When you add, subtract, multiply or divide fractions, you need common denominators for addition and subtraction, but multiplication and division work differently. Decimals follow the same rules as whole numbers, just watch your decimal point placement carefully.

Approximations mean rounding numbers to make them easier to work with. Significant figures count meaningful digits from the first non-zero number. Think about it practically: if you're measuring the distance from Lagos to Ibadan, you'd measure to the nearest kilometre, not centimetre. That's realistic approximation. A tailor measuring cloth might use centimetres, but a surveyor measuring land uses metres.

Always match your approximation to what makes sense in real life. This saves time in calculations and shows mathematical sense.

**

💡 Exam tip: ** When a question asks you to approximate, check the context first—is it money (2 decimal places), distance (whole numbers), or something else? This helps you choose the right level of precision.
Objective 4 of 65
Laws of Indices Study Note

Indices are simply powers or exponents. The laws of indices help us simplify calculations involving powers. When you multiply numbers with the same base, you add the powers together. For example, 2³ × 2² = 2⁵ because 3 + 2 = 5. When you divide numbers with the same base, you subtract the powers. So 2⁵ ÷ 2² = 2³ because 5 - 2 = 3. When you raise a power to another power, you multiply the exponents. For instance, (2³)² = 2⁶ because 3 × 2 = 6.

Think of it like this: if a trader in Lagos multiplies her profit twice in three months and twice in two months, that's like combining the periods. These laws work for any real number base that isn't zero.

💡 Exam tip: Always check that the bases are identical before applying these laws. Different bases require different approaches, so this is where many students lose marks.
Objective 5 of 65
Standard Form and Indices Study Notes

Standard form, also called scientific notation, helps us write very large or very small numbers in a simple way. The format is always a number between 1 and 10 multiplied by a power of 10. For large numbers like Nigeria's population of approximately 223,000,000, we write it as 2.23 × 10⁸. For tiny numbers like 0.00000035, we write 3.5 × 10⁻⁷. Notice how the negative power shows the decimal moved leftward.

The key skill is counting decimal place movements. Moving right uses negative powers; moving left uses positive powers. When dealing with indices, remember that negative indices mean reciprocals (2⁻³ = 1/8), while fractional indices represent roots (16^½ = 4).

💡 Exam tip: Always ensure your first number is between 1 and 10, count your decimal places carefully, and use negative powers for numbers smaller than one—these are the most commonly missed marks in WAEC mathematics.
Objective 6 of 65
Study Notes on Logarithms

Logarithms are simply the reverse of powers. When you write 10³ = 1000, the logarithm tells you: "what power must I raise 10 to in order to get 1000?" The answer is 3, written as log₁₀(1000) = 3. Think of it like this: if a trader in Lagos invests ₦10 and it grows to ₦10,000, logarithms help calculate how many times the money multiplied.

The basic rules make calculations easier. When multiplying numbers, you add their logarithms: log(pq) = log p + log q. For division, you subtract: log(p/q) = log p – log q. Powers become multiplication: log(p⁵) = 5 log p. You use logarithm tables to find these values quickly, then antilogarithm tables to convert answers back to regular numbers.

💡 Exam tip: Always check whether your question asks for the logarithm or the actual number—many students find the logarithm and forget to use the antilogarithm table for the final answer.
Objective 7 of 65
Sequences and Series Study Note

A sequence is simply a list of numbers arranged in a particular order, following a definite pattern. When you understand the pattern, you can find any term you want without writing out the whole list.

Arithmetic Progression (A.P.) happens when the difference between consecutive numbers stays the same. For example, if your parents give you ₦5,000 in month one, ₦6,000 in month two, and ₦7,000 in month three, that's A.P. with a common difference of ₦1,000. The formula for the nth term is: U_n = a + (n-1)d, where a is the first term and d is the common difference.

Geometric Progression (G.P.) occurs when you multiply by the same number each time. If a phone battery is at 100%, then 50%, then 25%, that's G.P. with common ratio ½.

For A.P., you can also find the sum of all terms using: S_n = n/2(2a + (n-1)d).

💡 Exam tip: Always identify whether you have A.P. or G.P. first by checking if differences (A.P.) or ratios (G.P.) are constant, then apply the correct formula.
Objective 8 of 65
Sets Study Note

Think of a set as a collection of things that belong together. For example, the set of all students in your school who play football is a set. We write sets using curly brackets: {players}. The universal set (ℰ) contains everything you're considering, like all students in your school. A subset is a smaller group inside a larger set.

Union (∪) means combining two sets together. Intersection (∩) means finding what's common between sets. The complement (P') means everything NOT in set P. An empty set (∅) contains nothing at all.

Here's a practical example: if set A is "students who play football" and set B is "students who play basketball," then A ∪ B gives all sports players, while A ∩ B gives students playing both sports.

Venn diagrams use overlapping circles to show these relationships clearly. Drawing circles for each set helps you see unions, intersections, and complements visually.

💡 Exam tip: Always shade Venn diagrams carefully and label all regions clearly—examiners award marks for neat, accurate diagrams showing your understanding of set operations.
Objective 9 of 65
Logical Reasoning Study Notes

Logical reasoning helps you think clearly about statements and their relationships. A simple statement is a sentence that is either true or false, but not both. For example, "Lagos is in Nigeria" is a true statement, while "Nigeria is in Europe" is false.

When you negate a statement, you add "not" to reverse its meaning. If the statement "It is raining" is true, then "It is not raining" is false. An implication uses the symbol ⟹ to show cause and effect. For instance, "If a student attends class regularly ⟹ the student passes the exam" means attending class leads to passing. The reverse direction uses ⇐. Venn diagrams help visualize how sets of items relate to each other, showing overlaps and differences clearly.

💡 Exam tip: Always remember that a statement must be either completely true or completely false—there is no middle ground in logic questions.
Objective 10 of 65
Rational Numbers and Basic Operations

Rational numbers include all integers (positive and negative) and fractions. Think of them as numbers that can be written as a ratio of two whole numbers. For example, ½, -3, 2.5, and -¾ are all rational numbers. These numbers exist on a number line where zero is the centre, positive numbers stretch rightward, and negative numbers stretch leftward.

The four basic operations—addition, subtraction, multiplication, and division—work on rational numbers just like they do on whole numbers. When adding or subtracting fractions, find a common denominator first. When multiplying, multiply numerators together and denominators together. For division, flip the second fraction and multiply.

Consider a Nigerian trader who gains ₦500 on Monday but loses ₦200 on Tuesday. Using integers: +500 + (-200) = ₦300 profit. This demonstrates how rational numbers apply to real life.

💡 Exam tip: Always simplify fractions to lowest terms and show all working steps to earn partial marks.
Objective 11 of 65
Number Systems: Natural Numbers, Integers, and Rational Numbers

Natural numbers are the counting numbers you use every day: 1, 2, 3, 4, and so on. The notation N represents this set. If you're counting how many students are in your SS3 class, you're using natural numbers.

Integers, shown as Z, include natural numbers plus zero and negative numbers: ..., -2, -1, 0, 1, 2, ... Think of your bank account—if you spend money, you go into negative figures. That's an integer.

Rational numbers, written as Q, are numbers that can be expressed as fractions. This includes integers, decimals that repeat or terminate, and proper fractions like ½ or ¾. If you're sharing 5 naira among 3 people, each gets 5/3 naira—a rational number.

The key relationship is: N is inside Z, and Z is inside Q. Every natural number is an integer, and every integer is rational.

💡 Exam tip: Always remember that N ⊂ Z ⊂ Q when answering questions about which sets contain specific numbers.
Objective 12 of 65
Surds (Radicals) - Study Notes

Surds are numbers written with a square root sign that cannot be simplified to whole numbers. Think of them as "incomplete" roots. For example, √2 and √3 are surds because they don't give clean answers. When you see √8, you can simplify it to 2√2 by finding perfect square factors. This simplification is crucial for WAEC questions.

Rationalizing means removing the surd from the denominator of a fraction. If you have 1/√2, multiply both numerator and denominator by √2 to get √2/2. This cleans up your answer.

Basic operations mean adding, subtracting, multiplying, and dividing surds. Only combine surds with the same number under the root sign, like √3 + 2√3 = 3√3. Think of it like adding similar terms in algebra.

💡 Exam tip: Always simplify surds completely before rationalizing denominators, and check that your final answer has no surds in the denominator.
Objective 13 of 65
Matrices and Determinants

Think of a matrix as a rectangular arrangement of numbers organised in rows and columns, like a table. A matrix's order tells you its size—for example, a 2×3 matrix has 2 rows and 3 columns. You can add, subtract, and multiply matrices following specific rules, just like regular numbers but with more steps. The determinant is a special number you calculate from a square matrix that helps solve tricky problems. For a 2×2 matrix, finding the determinant is straightforward: multiply the diagonal numbers going top-left to bottom-right, then subtract the product of the other diagonal. Imagine a trader in Lagos tracking inventory across two shops using a matrix—rows could represent products and columns could represent each shop's stock. You'd use matrix operations to calculate total quantities or compare performance. Determinants become essential when solving simultaneous equations with two unknowns, giving you a mathematical shortcut instead of laborious substitution methods.

**

💡 Exam tip: ** Always double-check your multiplication when finding determinants—one careless error changes your entire answer, so work slowly and verify twice before moving forward.
Objective 14 of 65
Ratio, Proportions and Rates Study Notes

Ratio compares two quantities of the same type using division. For instance, if a school has 3 boys for every 2 girls, the ratio is 3:2. Proportion goes further—it shows that two ratios are equal. If boys to girls is 3:2 in one class and 6:4 in another, these are proportional because both simplify to the same ratio.

Rates measure how quantities change. Speed (distance per time), population density (people per area), and costs per unit all involve rates. In Nigeria, understanding VAT (Value Added Tax) requires ratio and rate knowledge. If an item costs ₦1000 and VAT is 7.5%, you multiply ₦1000 by 0.075 to find the tax amount.

Financial partnerships use these concepts too. When business partners contribute money in a ratio, profits are shared in that same ratio. These ideas connect directly to real Nigerian life situations—calculating transport fares, sharing inheritance, or understanding exchange rates.

💡 Exam tip: Always identify what quantities you're comparing, ensure they're the same type, and remember that proportional quantities have constant ratios.
Objective 15 of 65
Percentages and Financial Calculations

Percentages simply mean "out of 100." When you hear "20% discount," it means you're removing 20 parts from every 100 naira. Think of buying shoes for ₦5,000 with a 20% discount—you calculate 20/100 × 5,000 = ₦1,000 off, so you pay ₦4,000.

Simple interest is money earned on money you save, calculated the same way yearly. If you save ₦10,000 at 5% interest annually for 2 years, you earn ₦1,000 each year. Compound interest, however, adds earned interest back into your principal, so you earn interest on interest. Over three years, compound interest grows faster than simple interest.

Commission, depreciation, and profit-and-loss questions all use percentage methods. A trader buying goods for ₦50,000 and selling for ₦65,000 makes a 30% profit. Understanding these concepts helps you solve real market situations Nigerians face daily.

**

💡 Exam tip: ** Always write out your percentage formula and show every calculation step—examiners award marks for method, not just final answers.
Objective 16 of 65
Financial Arithmetic: Depreciation and Amortization

Depreciation means the decrease in value of fixed assets over time due to wear and tear or age. When a company buys equipment like a vehicle or machinery, it loses value yearly. For example, if a Lagos manufacturing company buys a machine for ₦500,000 and it depreciates by 10% annually, after one year it's worth ₦450,000.

Amortization is similar but applies to intangible assets like loans or capitalized expenses. It's the gradual payment or write-down of an asset's value over its useful life. Banks calculate amortization when you take a loan—you pay fixed monthly amounts that cover both interest and principal until the debt disappears.

The straight-line depreciation method is most common: Annual Depreciation = (Cost - Salvage Value) ÷ Useful Life. This helps businesses accurately report asset values on financial statements.

💡 Exam tip: Always identify whether you're dealing with tangible assets (depreciation) or intangible assets (amortization), then apply the correct formula for your calculations.
Objective 17 of 65
Annuities and Capital Market Instruments

An annuity is a series of equal payments made at regular intervals over a fixed period. Think of it like a monthly pension or insurance payment plan. When you invest money regularly and it earns interest, the total value grows faster because you earn "interest on interest." For example, if a Nigerian retiree receives ₦50,000 monthly from a pension annuity for 10 years, calculating the total value requires understanding how compound interest works on each payment.

Capital market instruments are investment documents. Shares represent ownership in companies like MTN or Dangote. Bonds and debentures are loan agreements where you lend money and receive regular interest payments. If you buy a government bond paying 12% annual interest on ₦100,000, you earn ₦12,000 yearly. These instruments help both investors earn money and companies raise funds.

💡 Exam tip: Always identify whether a problem asks for the total amount accumulated (future value) or present value, as this determines which formula you apply.
Objective 18 of 65
VARIATION - STUDY NOTES

Variation simply means how one quantity changes in relation to another. When two things are directly proportional, as one increases, the other increases at the same rate. For example, if you buy oranges at a fixed price per orange, the total cost varies directly with the number of oranges you buy. If one orange costs ₦50, then 2 oranges cost ₦100, 3 oranges cost ₦150, and so on. We write this as Cost ∝ Number of oranges, or C = 50n.

Inverse variation works opposite: as one quantity increases, the other decreases. If workers share a fixed amount of work, more workers means each person does less work. The time taken to complete a job varies inversely with the number of workers available.

Joint and partial variations combine these ideas, involving three or more variables together.

💡 Exam tip: Always identify whether quantities increase together (direct) or one increases while the other decreases (inverse), then write the mathematical relationship before solving any problem.
Objective 19 of 65
Algebraic Expressions: Formulating and Evaluating

Algebraic expressions help us describe real-life situations using letters and numbers. When you see a problem asking you to "find an expression," you're simply translating words into mathematical language. Letters like x and y represent unknown quantities that can change.

Let's say you go to the market and buy 5 notebooks at ₦150 each and 2 packs of biros at ₦80 each. The total cost T would be written as T = 5(150) + 2(80). Once you know the actual prices, you can substitute the numbers and calculate the exact total. This method works for any similar situation—whether you're buying drinks, calculating transport fares, or finding costs of goods.

The key skill is identifying what each letter represents, then writing the expression carefully before substituting values.

💡 Exam tip: Always define what each variable means before writing your expression, and show your substitution steps clearly to avoid losing marks for working.
Objective 20 of 65
Algebraic Operations and Binary Operations

Expansion means multiplying out brackets to get a simpler form. When you see (a + b)(c + d), multiply each term in the first bracket by each in the second. Factorization is the reverse—finding common factors and writing expressions in bracket form. For example, ax + ay becomes a(x + y). The difference of two squares pattern a² – b² = (a + b)(a – b) is particularly useful. You could calculate 49² – 47² as (49 + 47)(49 – 47) = 96 × 2 = 192 without a calculator.

Binary operations are special rules shown by symbols like *. If a*b = 2a + b – ab, then 3*2 = 2(3) + 2 – (3)(2) = 6 + 2 – 6 = 2. Think of it like a recipe where you follow exact steps with two numbers.

💡 Exam tip: Always check your factorization by expanding again to verify you're correct, and memorize the difference of two squares formula—it appears in almost every WAEC paper.
Objective 21 of 65
Linear Equations in One Variable

A linear equation in one variable is simply a statement showing that two amounts are equal, with just one unknown letter (usually x). Your job is to find the value of that letter that makes the equation true. That value is called the solution or truth set.

Think of it like a balance scale. If you have 3x + 5 = 20, you need to find what x is. You do this by undoing operations step by step: subtract 5 from both sides to get 3x = 15, then divide both sides by 3 to get x = 5. Check: 3(5) + 5 = 20. Yes!

Consider a real situation: A trader buys exercise books at ₦100 each. If she spends ₦2,500 total, how many books did she buy? That's 100x = 2,500, so x = 25 books.

💡 Exam tip: Always verify your answer by substituting it back into the original equation to confirm it works.
Objective 22 of 65
Simultaneous Linear Equations in Two Variables

When you have two equations with two unknowns, solving them together gives you the answer that satisfies both equations at the same time. Think of it like this: a trader sells rice and beans. If you know the total money made and the total items sold, you can find the price of each item by solving two equations together.

You have three main methods. Elimination means adding or subtracting the equations to remove one variable. Substitution involves expressing one variable in terms of the other, then replacing it in the second equation. The graphical method shows where two lines meet on a graph—that intersection point is your answer.

For instance, if rice costs ₦200 per kg and beans cost ₦150 per kg, and you bought 5 kg total for ₦850, you'd set up two equations and solve to find exactly how many kilograms of each you bought.

💡 Exam tip: Always check your answer by substituting both values back into both original equations to confirm they're correct.
Objective 23 of 65
Change of Subject of a Formula/Relation

When we change the subject of a formula, we're rearranging it to solve for a different variable. Think of it like solving a puzzle where you need to isolate one letter on its own side of the equation. For example, if you have the formula v = u + f, and you want to find u instead, you rearrange to get u = v - f.

Substitution means plugging in actual numbers into your rearranged formula to get a final answer. Imagine a tailor uses the formula Cost = Material + Labour. If material costs ₦5,000 and labour costs ₦3,000, substituting these values gives Cost = 5,000 + 3,000 = ₦8,000.

The key is performing the same operation on both sides of the equation to keep it balanced, just like a weighing scale.

💡 Exam tip: Always show your working step-by-step when rearranging formulas, and double-check your answer by substituting it back into the original equation.
Objective 24 of 65
QUADRATIC EQUATIONS: FORMING AND SOLVING

A quadratic equation is simply a mathematical statement where the highest power of your unknown is 2. Think of it like this: if you're a trader in Lagos market buying goods at a certain price and selling at another, quadratic equations help you find the exact profit or loss amounts. To solve these equations, you can use factorization (breaking it down into simpler parts), completing the square, or the formula method. When forming a quadratic equation from given roots, say -3 and 5, you write (x + 3)(x - 5) = 0, then expand to get x² - 2x - 15 = 0. Real-life problems like calculating areas of rectangular fields or determining time in motion problems all use quadratic equations. The key is recognizing when you have that squared term and choosing your solving method wisely.

💡 Exam tip: Always check your answers by substituting back into the original equation to verify they work.
Objective 25 of 65
Graphs of Linear and Quadratic Functions

When you plot quadratic equations like y = x² + 5x + 6 on graph paper, you create a U-shaped or inverted U-shaped curve called a parabola. To draw this accurately, create a table of values by substituting different x-values into the equation to find corresponding y-values, then plot these coordinate points. The graph helps you find the roots (where the curve crosses the x-axis) without solving algebraically. You can also solve two equations simultaneously by drawing both graphs and finding where they intersect. For instance, solving y = x² - 4 and y = 2x together means finding where these curves meet on your graph. The gradient at any point on the curve can be found by drawing a tangent line (a straight line touching the curve at that point) and calculating the slope. The highest or lowest point is the maximum or minimum, while intercepts show where the graph crosses the axes.

💡 Exam tip: Always label your axes clearly, plot at least six points for accuracy, and use a ruler for straight lines and tangents—careless graph drawing costs many marks.
Objective 26 of 65
Linear Inequalities Study Note

Linear inequalities are mathematical statements showing that one quantity is greater than, less than, greater than or equal to, or less than or equal to another. When solving inequalities in one variable, you use the same methods as equations, but remember to flip the inequality sign when multiplying or dividing by negative numbers.

The truth set contains all values that make the inequality true. For example, if a transport company charges ₦50 per kilometre and you have ₦5000, the inequality 50x ≤ 5000 gives x ≤ 100, meaning you can travel maximum 100 kilometres. On a number line, you mark this with a closed circle at 100 and shade leftward for "less than or equal to."

Always check your answer by substituting a value from your truth set back into the original inequality to verify it works correctly.

💡 Exam tip: When drawing number lines, use a closed circle (●) for ≤ or ≥, and an open circle (○) for < or >, then shade clearly in the direction of your solution.
Objective 27 of 65
Graphical Solution of Linear Inequalities and Linear Programming

When you solve linear inequalities graphically, you're finding all points that satisfy a condition like x + y ≤ 10. You draw the boundary line, then shade the region where the inequality is true. With two or more inequalities together, the solution region is where all shaded areas overlap. This intersection represents all possible solutions. Linear programming uses this method to find maximum or minimum values. For example, a Lagos food vendor wants to maximize profit by selling rice at ₦500 and beans at ₦400 per pack, with limited ingredients. By graphing the constraints (available resources) and finding corner points of the feasible region, he calculates which combination gives maximum profit. This applies to real situations like minimizing costs, maximizing production, or optimizing resource allocation in businesses.

**

💡 Exam tip: ** Always shade the feasible region carefully and test corner points of your solution region to find maximum or minimum values—examiners reward accurate shading and calculations.
Objective 28 of 65
Algebraic Fractions: Operations Guide

Algebraic fractions work just like regular fractions, but they contain letters (variables). When adding or subtracting them, you need a common denominator, similar to adding ½ + ⅓ in primary school.

For simple monomial denominators like 3/x + 5/y, multiply the first fraction by y and the second by x to get (3y + 5x)/xy. With binomial denominators like 2/(x+3) + 5/(x+1), find the common denominator by multiplying both expressions: (x+3)(x+1).

Always remember that certain values make fractions undefined. For example, in the fraction 7/(x-3), the denominator becomes zero when x = 3, so the fraction is undefined there. You must exclude these values from your answer.

Think of it like sharing: you cannot divide something among zero people—it's impossible!

💡 Exam tip: Always state the values for which fractions are undefined by writing "where x ≠ [value]" in your final answer.
Objective 29 of 65
Functions and Relations: Types of Functions

Think of a function as a rule that connects one group of things to another. In mathematics, we call these groups sets. A one-to-one function means each input gives exactly one unique output – like how each Nigerian student has one unique JAMB registration number. A many-to-one function allows different inputs to produce the same output, similar to how many students can score the same mark in an exam. One-to-many isn't actually a proper function because each input would give multiple outputs, which breaks the function rule. Many-to-many also fails the function test for the same reason.

When you see a mapping question, your job is to identify the rule connecting the input to output. For example, if inputs 1, 2, 3 map to 3, 6, 9, the rule is multiply by 3.

💡 Exam tip: Always check that each input has exactly one output to confirm it's a valid function, and practise writing rules in simple algebraic form like y = 2x + 1.
Objective 30 of 65
LENGTHS AND PERIMETERS IN MENSURATION

Think of mensuration as the mathematics of measurement. When you need to find distances and lengths in real life, you use special tools. Pythagoras' theorem helps when you have right-angled triangles—like measuring the diagonal of a rectangular football pitch. The sine and cosine rules work for any triangle shape, not just right angles.

For circles, you'll calculate arc lengths (the curved part) and perimeters of sectors (pizza-slice shaped sections). In geography, longitudes and latitudes help us measure distances between Nigerian cities like Lagos and Kano on Earth's curved surface.

These concepts connect measurements to real distances you can actually use. The key is understanding when to apply each tool based on your shape.

💡 Exam tip: Always draw a clear diagram first, label your known values, then choose whether to use Pythagoras, sine rule, cosine rule, or arc formulas before calculating.
Objective 31 of 65
Areas of Shapes Study Note

Understanding area means finding how much space a shape covers. For triangles, the formula is simple: take half of your base multiplied by the height. Another useful formula is ½absinC, where a and b are two sides and C is the angle between them.

For special quadrilaterals like rectangles, you multiply length by width. Parallelograms use base times height, while trapeziums use ½(sum of parallel sides) times height.

When you have similar figures, their areas increase with the square of their corresponding lengths. For example, if one rectangle is twice as long as another similar rectangle, its area becomes four times larger.

Compound shapes require you to break them into simpler shapes. Imagine finding the area of your school's L-shaped playing field—divide it into two rectangles, find each area separately, then add them together.

💡 Exam tip: Always draw and label your diagrams clearly, showing which measurements represent base and height, as this prevents costly errors in your calculations.
Objective 32 of 65
Circles, Sectors and Surface Areas

Think of a circle like a perfectly round plate. When you cut a slice from that plate, you get a sector—that's the pie-shaped piece. The curved edge of your slice is an arc, and the two straight edges are radii connecting to the center.

Now, sectors connect beautifully to cones. Imagine rolling that sector into a cone shape, like making a paper cone for chin-chin at a party. The arc becomes the curved surface of the cone, while the radius becomes the slant height.

Surface area simply means the total area covering the outside of any 3D shape. For a cylinder, you calculate the curved side plus two circular tops. For spheres like footballs, there's a special formula. For pyramids and prisms, you find each face separately and add them together.

Understanding how a sector transforms into a cone's surface area helps you solve many exam problems quickly.

💡 Exam tip: Always draw diagrams when dealing with sectors and cones—visualizing the rolled sector makes calculations clearer and reduces careless errors.
Objective 33 of 65
Volumes of Solids

Volume measures how much space a three-dimensional object occupies. Think of it like filling a container with water—the amount of water needed is the volume.

Different shapes have different formulas. A cube uses length³, a cuboid uses length × width × height, and a cylinder uses πr²h. For pyramids and cones, you multiply the base area by the height, then divide by three. Spheres use the formula (4/3)πr³.

When solids are similar (same shape, different sizes), their volumes relate by the cube of their scale factor. For example, if one container is twice as tall as another similar container, its volume is eight times larger, not twice.

Consider a cylindrical water tank commonly used in Nigerian homes—finding its volume helps determine how much water it holds. Compound shapes combine these basic solids, so break them into simpler parts, calculate each volume separately, then add them together.

💡 Exam tip: Always draw and label your diagrams clearly, showing which measurements apply to which parts of compound shapes.
Objective 34 of 65
Plane Geometry: Understanding Angles

Angles form the foundation of geometry, and mastering three key rules will help you ace this topic. First, all angles meeting at a single point always sum to 360 degrees—think of how the four corners of your classroom meet at exactly 360 degrees. Second, when two angles sit next to each other on a straight line, they always add up to 180 degrees; these are called supplementary angles. Third, when two straight lines cross each other, the angles opposite each other are always equal—vertically opposite angles.

Picture a clock face: the angle from 12 to 3 is 90 degrees (acute), but from 12 to 2 is only 60 degrees. A reflex angle is anything larger than 180 degrees but less than 360 degrees.

💡 Exam tip: Always draw clear diagrams when solving angle problems, and remember that supplementary angles on a straight line equal 180 degrees—this is your most reliable tool for finding unknown angles.
Objective 35 of 65
Angles and Intercepts on Parallel Lines

When two parallel lines are cut by a transversal (a line crossing both), special angle relationships appear that you must know for WAEC. Alternate angles are equal – these are angles on opposite sides of the transversal between the parallel lines. Corresponding angles are also equal – think of them as angles in matching positions at each intersection point. Interior opposite angles (also called co-interior angles) are supplementary, meaning they add up to 180 degrees.

The intercept theorem states that when three or more parallel lines cut two transversals, they divide the transversals proportionally. Imagine three parallel roads crossing two main highways in Lagos; the distances between the roads' intersections on one highway match proportionally with distances on the other highway. This helps you divide line segments equally without measuring.

💡 Exam tip: Always identify which angles are alternate, corresponding, or co-interior before solving problems, and remember that corresponding and alternate angles equal each other while co-interior angles sum to 180 degrees.
Objective 36 of 65
Triangles and Polygons: Understanding Angles

A triangle has three angles that always add up to 180 degrees, which equals two right angles. Think of it like sharing a cake among three people—the portions must total the whole cake. The exterior angle (formed when you extend one side of a triangle) equals the sum of the two angles not touching it. Imagine a traffic sign shaped like a triangle at Lekki tollgate; if you extend one side, that outside angle tells you something about the angles inside.

Congruent triangles are identical copies—same size and shape. You can check if triangles match using SSS (all sides equal), SAS (two sides and included angle equal), or ASA. Special triangles like isosceles have two equal sides and angles, while equilateral triangles are perfectly balanced with all sides equal. Right-angled triangles follow Pythagoras' theorem.

💡 Exam tip: Always draw and label your triangles carefully, identify exterior angles clearly, and remember that congruence conditions require specific measurements, not just similar appearance.
Objective 37 of 65
ANGLES IN POLYGONS: YOUR COMPLETE GUIDE

A polygon is simply any closed shape with straight sides. The sum of all interior angles in any polygon follows a simple formula: multiply the number of sides minus two by 180 degrees. For example, a pentagon has five sides, so its angle sum is (5-2) × 180° = 540°. Think of a Nigerian five-naira coin's pentagonal shape—if you could measure all five corners, they'd add up to exactly 540°.

The exterior angle at each vertex is simply 180° minus the interior angle. Here's the brilliant part: if you walk around any polygon and measure each exterior angle once, they always sum to 360°, no matter the shape. This happens because you've made one complete turn.

Understanding these relationships helps you solve countless geometry problems quickly and accurately.

💡 Exam tip: Always sketch the polygon first, label your angles clearly, and double-check your formula application before calculating.
Objective 38 of 65
Circle Theorems: Angles and Chords

The angle subtended by an arc at the centre of a circle is always twice the angle it subtends at any point on the remaining circumference. Think of it like this: if you're standing at the centre of a circular field and looking at two trees, the angle between them appears twice as large as when you stand somewhere on the field's edge looking at those same trees. Additionally, any angle inscribed in a semicircle—that is, an angle subtended by a diameter—is always a right angle of 90 degrees. Angles formed in the same segment of a circle are equal to each other. For example, if you're watching a circular football pitch from different positions in the same section of the crowd, certain angles appear identical. Opposite angles in a cyclic quadrilateral add up to 180 degrees. These relationships help solve countless geometry problems.

**

💡 Exam tip: ** Always identify whether you're measuring angles at the centre or the circumference, as this determines whether you multiply or divide by two.
Objective 39 of 65
The Alternate Segment Theorem

The alternate segment theorem states that when a line touches a circle at exactly one point (called a tangent), the angle between that tangent and a chord equals the angle in the alternate segment. Think of it this way: if you draw a tangent line and a chord meeting at a point on the circle, the angle they form matches the angle made by the chord inside the circle on the opposite side.

Imagine a circle like the Lagos State logo. Draw a tangent touching the circle's edge, then draw a chord from that touching point. The angle between your tangent and chord will equal the angle the chord makes with any other point on the opposite arc. This theorem appears regularly in geometry problems and proves very useful for finding unknown angles without measuring. Many students find it tricky because you need to identify which angle is in the "alternate" segment correctly.

💡 Exam tip: Always mark the tangent point clearly and shade the alternate segment to avoid confusing which angle corresponds to which.
Objective 40 of 65
Construction in Geometry: Your Complete Guide

Construction means drawing geometric shapes accurately using only a compass and straightedge. You'll need to master bisecting angles (cutting them into equal halves), bisecting line segments (finding their midpoints), and drawing perpendicular or parallel lines. Think of it like the precision carpenters use when designing buildings in Lagos—every angle and line must be exact.

You'll also construct standard angles like 90°, 60°, 45°, and 30°, then combine them to create angles like 75° (which is 45° plus 30°) or 135° (which is 90° plus 45°). Finally, you'll use these skills to construct complete triangles and quadrilaterals when given sufficient measurements.

The key is practicing these methods repeatedly until your hand becomes steady and your understanding deepens.

💡 Exam tip: Always show all your construction lines clearly in pencil—examiners award marks for method, not just the final answer, so never erase your working lines.
Objective 41 of 65
Loci Study Notes

A locus is simply the path traced by a point that obeys a particular rule or condition. Think of it like a boundary or set of possible positions. For instance, if you want all points exactly 5cm from point A, that forms a circle with A at the centre. When finding points equidistant from two given points, you get a straight line called the perpendicular bisector that divides the distance equally between them.

Points equidistant from two lines create angle bisectors, while points at a fixed distance from a line form parallel lines on both sides. In real life, a farmer might use loci to fence a field equidistant from two boundaries, or a town planner could locate a water tap equally accessible to two villages using perpendicular bisectors.

These concepts combine to solve complex problems about optimal positioning. Understanding intersections of different loci helps determine specific locations satisfying multiple conditions simultaneously.

💡 Exam tip: Always draw accurate diagrams with a ruler and compass, as WAEC rewards clear geometric representation showing all construction lines and the final locus line or curve clearly marked.
Objective 42 of 65
Coordinate Geometry of Straight Lines

The x-y plane is simply a flat surface with two perpendicular lines crossing at the origin. Think of it like finding a shop in Lagos using street coordinates—you need both the horizontal distance (x-axis) and vertical distance (y-axis) to locate it exactly. Every point has coordinates written as (x, y).

The distance between two points uses the formula |PQ| = √[(x₂ - x₁)² + (y₂ - y₁)²]. The gradient measures how steep a line is, calculated as m = (y₂ - y₁)/(x₂ - x₁). To write a line's equation, use either y = mx + c or y - y₁ = m(x - x₁), where m is the gradient and c is where the line crosses the y-axis. These formulas help you describe any straight line mathematically.

💡 Exam tip: Always identify your two points clearly before calculating distance or gradient, and remember that parallel lines have equal gradients while perpendicular lines have gradients whose product equals -1.
Objective 43 of 65
Trigonometry: Sine, Cosine and Tangent

Trigonometry helps us find missing sides and angles in right-angled triangles. The three main ratios are sine (opposite ÷ hypotenuse), cosine (adjacent ÷ hypotenuse), and tangent (opposite ÷ adjacent). Think of climbing a ladder against a wall—sine tells you how high you go, cosine tells you the wall's distance from the base, and tangent compares height to distance.

For special angles like 30°, 45°, and 60°, you don't need tables. Sin 30° equals ½, cos 60° equals ½, and tan 45° equals 1. These values come from special right triangles and are worth memorizing. Imagine a surveyor in Lagos measuring building heights using these angles—they're incredibly practical.

When solving problems, always identify which ratio applies by naming the sides relative to your angle. Draw the triangle clearly and label everything.

💡 Exam tip: Always draw a clear diagram, label the angle you're working with, and remember SOHCAHTOA to pick the correct ratio quickly under exam pressure.
Objective 44 of 65
Trigonometric Ratios and Graphs: A Complete Guide

Trigonometric ratios like sine, cosine, and tangent describe how angles relate to sides in triangles. When we extend these to angles between 0° and 360°, we use the unit circle—imagine a circle with radius 1 at the origin of a graph. As you rotate around this circle, the sine and cosine values change smoothly, creating wave-like patterns when graphed.

Think of it like a Ferris wheel at Lekki Carnival. As you rotate around, your height (sine) and horizontal distance (cosine) from the center change continuously. When you graph these values, you get beautiful waves that repeat every 360°. Understanding these graphs helps solve trigonometric equations and predict values at any angle.

The graphs of y = a sin x and y = b cos x show how the amplitude (height) changes with different values of a and b. Combining them creates more complex waves useful in physics and engineering applications.

💡 Exam tip: Always sketch the unit circle when solving trigonometric problems—it helps you visualize angle positions and determine the correct signs of ratios in each quadrant.
Objective 45 of 65
Angles of Elevation and Depression

When you look up at something, you create an angle of elevation—that's the angle between the horizontal line and your line of sight upward. Conversely, an angle of depression is when you look down from a height. Think of standing at the top of Lagos's Lekki Toll Gate building, looking down at a car on the road below—that downward angle is depression.

These concepts help us find heights and distances we cannot measure directly. If you know the angle and one distance, trigonometry (sine, cosine, tangent) lets you calculate what you need. For example, if a boy stands 20 metres from a tree and the angle of elevation to its top is 30°, you can calculate the tree's height using tan(30°) = height/20.

💡 Exam tip: Always draw a clear diagram showing the angle, label all measurements, and identify which trigonometric ratio (sin, cos, or tan) matches your known and unknown values before calculating.
Objective 46 of 65
BEARINGS: FINDING YOUR WAY

Bearing is simply the direction from one place to another, measured clockwise from North. Think of it like giving directions using compass directions. When you say a town is at bearing 035°, you mean if you stand at your starting point facing North, turn 35° clockwise, and that's the direction to the town.

For example, if Lagos is at bearing 150° from Ibadan, it means Lagos lies 150° clockwise from North when viewed from Ibadan. You can also write this as S30°E, meaning South 30° towards East.

To solve bearing problems, draw a diagram showing North lines at both points, mark the angles, then use sine and cosine rules to find distances or unknown angles. Always remember that bearings go clockwise from North, and the back bearing (return journey) is always 180° different from the forward bearing.

💡 Exam tip: Always draw clear diagrams with North arrows marked at each location, label all angles carefully, and double-check whether you need to add or subtract 180° for back bearings.
Objective 47 of 65
INTRODUCTORY CALCULUS: DIFFERENTIATION AND INTEGRATION

Differentiation is simply finding how fast something is changing at any moment. Imagine you're driving in Lagos traffic—differentiation tells you your speed right now, not your average speed for the whole journey. When we have an equation like y = x², differentiation helps us find that the rate of change (we write it as dy/dx) equals 2x.

Real life example: if distance s = 2t³ + 4 where t is time in seconds, then velocity v = ds/dt = 6t². This means at t = 2 seconds, your speed is 24 units per second.

Integration does the opposite—it adds up all these tiny changes to find total amounts. If you know velocity, integration finds total distance traveled.

Both concepts help solve maximum and minimum problems: like finding the highest profit a business can make or the lowest cost.

💡 Exam tip: Always identify whether a question asks you to differentiate (find rate of change) or integrate (find total amount), then apply the correct method carefully.
Objective 48 of 65
Standard Deviation of Grouped Data

Standard deviation measures how spread out your data is from the average. For grouped data, you first find the class mark (middle value of each class), then calculate how far each class mark sits from the overall mean. Think of it like measuring how scattered students' test scores are in your school. If most students scored between 60-70, the standard deviation is small. If scores ranged wildly from 20-95, it's large.

To calculate it for grouped data, you need the frequency of each class and its class mark. Square the differences between each class mark and the mean, multiply by frequency, then find the average of these squared values. That's your variance. The standard deviation is simply the square root of the variance.

Imagine JAMB scores across Nigerian states: Lagos students clustered around 180, while rural areas vary widely from 100-200. Lagos has smaller standard deviation.

💡 Exam tip: Always show your calculation table clearly with columns for class mark, frequency, and deviations when solving standard deviation problems—examiners reward method marks heavily.
Objective 49 of 65
Probability Study Notes

Probability measures how likely something is to happen, ranging from 0 (impossible) to 1 (certain). Experimental probability comes from actual trials—if you toss a coin 100 times and get 60 heads, your experimental probability is 0.6. Theoretical probability uses logic: a fair coin has exactly 0.5 chance of heads because there are two equally likely outcomes.

When events cannot happen together, they're mutually exclusive. For example, rolling a die cannot show both 3 and 5 at once. You add their probabilities: P(3 or 5) = 1/6 + 1/6 = 1/3. Independent events don't affect each other. Drawing from a deck with replacement means the second draw has the same probability as the first. Without replacement changes probabilities because fewer cards remain.

Think of a typical Nigerian scenario: selecting two students randomly from your class for a competition. The first selection's probability differs from the second if you don't replace the first student.

💡 Exam tip: Always identify whether events are mutually exclusive or independent before calculating, as this determines your method entirely.
Objective 50 of 65
Multiplication of Probabilities for Independent Events

When two events happen separately and don't affect each other, we call them independent events. To find the probability that both events occur, you multiply their individual probabilities together. This is the multiplication rule for independent events.

Think of it like this: imagine you're selecting a student from your class for a debate competition and another student for a sports competition. These choices are independent because picking one person doesn't affect who gets picked for sports. If the probability of selecting person A is 1/3 and the probability of selecting person B is 1/4, then the probability of both being selected is 1/3 × 1/4 = 1/12.

The word "and" in probability questions means you multiply the probabilities, while "or" means you add them. Always watch for these keywords in your questions.

💡 Exam tip: When you see "and" connecting two events, immediately think multiplication. When you see "or," think addition.
Objective 51 of 65
VECTORS AND TRANSFORMATION: A PRACTICAL GUIDE

Vectors describe movement and direction in mathematics. Think of a vector as an arrow showing both how far something moves and in which direction. When you travel from Lagos to Ibadan, that journey is a vector. We represent vectors using components like (3, 4), meaning 3 units right and 4 units up.

Transformation means changing the position or size of a shape on a plane. Reflection flips a shape across a line, like seeing your image in a mirror. Rotation turns a shape around a fixed point. Translation slides a shape without turning it. Enlargement makes shapes bigger or smaller using a scale factor.

For example, if your school's logo is enlarged by scale factor 2 for a billboard, every measurement doubles. Understanding these concepts helps you predict where shapes move and how they change.

💡 Exam tip: Always draw diagrams accurately using a ruler and pencil, and clearly label your coordinate points before and after transformation.
Objective 52 of 65
Area Conversion: Square Metres to Hectares

A hectare is simply a large unit of land measurement used mainly in agriculture and real estate. When you have 10,000 square metres, that equals exactly 1 hectare. Think of it this way: if you had a square piece of land measuring 100 metres by 100 metres, multiplying those sides gives you 10,000 m², which is 1 hectare.

In Nigeria, this matters greatly because farmers and property developers constantly measure land in hectares. For example, if a cocoa farmer in Ondo State owns a farm covering 50,000 square metres, that's 5 hectares of productive land. Understanding this conversion helps you calculate land area quickly and correctly, whether dealing with school projects or real-life property matters.

💡 Exam tip: Always remember that to convert m² to hectares, divide the number by 10,000. So 45,000 m² becomes 4.5 hectares. Practice this conversion both ways on past papers.
Objective 53 of 65
Volume Conversion: Cubic Centimetres to Litres

Understanding how to convert between cubic centimetres and litres is crucial for WAEC mathematics. One thousand cubic centimetres (1000 cm³) equals exactly one litre (1 L). Think of it this way: a litre is a measure of liquid volume, while cubic centimetres measure space in three dimensions. When you have a container that is 10 cm long, 10 cm wide, and 10 cm high, it holds exactly 1000 cm³, which is 1 litre.

Consider a Nigerian example: a 1-litre bottle of palm oil you buy at the market contains 1000 cm³ of oil. If you wanted to measure that same oil in smaller containers of 100 cm³ each, you would need exactly 10 containers. This conversion appears frequently in chemistry and physics problems during your SSCE exams.

💡 Exam tip: Always remember that conversion multiplies or divides by 1000—if converting cm³ to litres, divide by 1000; if converting litres to cm³, multiply by 1000.
Objective 54 of 65
Milligrammes to Grammes Conversion

Understanding mass conversion is crucial for WAEC mathematics. One thousand milligrammes (mg) equals one gramme (g). Think of it like money: just as 1000 kobo makes one naira, 1000 mg makes one gramme. Milligrammes are very small units used for measuring light objects or precise quantities, while grammes are larger and more practical for everyday use.

Consider a common Nigerian scenario: when a chemist dispenses paracetamol tablets, each tablet might weigh 500 mg. This equals 0.5 g. If you buy ten tablets, that's 5000 mg or 5 g total. To convert mg to g, divide by 1000. To convert g to mg, multiply by 1000.

💡 Exam tip: When solving conversion problems, always identify which direction you're converting and apply the correct operation—multiply for g to mg, divide for mg to g. Write out your conversion factor clearly to avoid careless errors.
Objective 55 of 65
Converting Grammes to Kilogrammes

When you're measuring mass or weight, you need to understand how different units relate to each other. One kilogramme is simply a larger unit of mass that equals exactly 1000 grammes. Think of it like how 1000 naira equals 1 thousand naira – it's the same amount, just expressed differently.

In Nigeria, when you buy rice at the market, a seller might tell you the price per kilogramme. If you want to know how many grammes that is, you multiply by 1000. For instance, if rice costs ₦500 per kilogramme, that's the same as ₦500 per 1000 grammes.

Converting between these units is straightforward: divide grammes by 1000 to get kilogrammes, or multiply kilogrammes by 1000 to get grammes. Mastering this conversion makes solving word problems much easier.

💡 Exam tip: Always check whether your final answer should be in grammes or kilogrammes before writing it down – many students lose marks by forgetting this simple step.
Objective 56 of 65
Understanding Mass Conversions: Kilograms and Tonnes

When measuring very heavy things, we use different units. You already know that 1000 grams equals 1 kilogram. Well, when things get even heavier, we use tonnes. Think of it this way: just as 1000 grams makes 1 kilogram, 1000 kilograms makes 1 tonne. So one tonne is actually 1,000,000 grams! This unit helps us measure really heavy items without writing huge numbers.

A perfect Nigerian example is bags of cement at construction sites. A typical cement bag weighs about 50 kilograms. If you stack 20 of these bags together, you'd have 1000 kilograms, which equals exactly 1 tonne. Construction companies and traders use tonnes when discussing bulk cement or other building materials.

💡 Exam tip: When you see problems mixing grams, kilograms, and tonnes, always convert everything to the same unit first before calculating.
Objective 57 of 65
The Gambia's Currency System

The Gambian currency is called the Dalasi, symbolized as D. Think of it like how Nigeria has the Naira divided into kobo. One Dalasi equals exactly 100 bututs, where bututs are the smaller currency units, similar to how 100 kobo makes 1 Naira. So if you're converting between these units, you multiply or divide by 100 depending on which direction you're going.

For example, if something costs 5 Dalasis in The Gambia, that's the same as 500 bututs. Just like in Nigeria, if you have 250 kobo, that equals 2 Naira and 50 kobo. Understanding this relationship between larger and smaller currency units is essential for solving money conversion problems in West African contexts.

💡 Exam tip: When converting between Dalasis and bututs, always remember the 100:1 ratio and check whether your answer makes sense by working backwards.
Objective 58 of 65
Currency Conversion: Ghana Cedi and Pesewas

The Ghana Cedi (GH¢) is the currency used in Ghana, similar to how we use the Naira (₦) in Nigeria. Just like 100 kobo equals 1 Naira, Ghana uses pesewas as their smaller unit. Specifically, 100 Ghana pesewas (Gp) make up 1 Ghana Cedi. This means if you have 250 pesewas, that's equivalent to 2 Ghana Cedis and 50 pesewas, written as GH¢2.50.

Understanding this relationship matters because WAEC often tests your ability to convert between currencies and units. For example, if a Ghanaian market seller charges 350 pesewas for a cloth, you should quickly recognize this equals GH¢3.50. The conversion is straightforward: divide pesewas by 100 to get cedis, or multiply cedis by 100 to get pesewas.

💡 Exam tip: Always show your conversion workings clearly when converting between pesewas and cedis to earn full marks, even if the answer seems obvious.
Objective 59 of 65
Currency Conversion: Liberian Dollar Study Notes

Understanding currency conversion is essential for international mathematics problems. The Liberian Dollar (LD) uses a decimal system where 100 cents equals 1 Dollar, similar to how Nigeria's Naira works with kobo. When you see a problem stating "100c = 1LD," this simply means that cents are the smaller unit and dollars are the larger unit.

Think of it like Nigerian money: just as 100 kobo equals 1 Naira, 100 Liberian cents equal 1 Liberian Dollar. If someone has 350 Liberian cents, that converts to 3 Dollars and 50 cents, or 3.50LD. To convert cents to dollars, divide by 100. To convert dollars to cents, multiply by 100.

These conversion problems often appear in WAEC exams mixed with real-world scenarios involving buying goods or exchanging money between West African countries.

💡 Exam tip: Always check whether your final answer should be in cents or dollars before writing it down, as this determines whether you need to divide or multiply by 100.
Objective 60 of 65
Nigerian Currency Conversion: Kobo to Naira

The relationship between kobo and naira is one of the most basic money conversions you'll ever need. One naira equals one hundred kobo, which means kobo is the smaller unit. Think of it like this: if naira were metres, then kobo would be centimetres. You can convert kobo to naira by dividing the number of kobo by 100. For example, if you have 250 kobo, you divide 250 by 100 to get 2.50 naira, which means 2 naira and 50 kobo. Conversely, to change naira into kobo, multiply by 100. So 5 naira becomes 500 kobo when you multiply 5 by 100. Understanding this conversion is essential for solving word problems about buying items at the market or calculating change from purchases.

💡 Exam tip: Always convert all money amounts to the same unit before doing calculations—either convert everything to naira or everything to kobo—this prevents costly mistakes in exam questions.
Objective 61 of 65
Currency Conversion: Sierra Leone Leone

The Sierra Leone Leone is the official currency of Sierra Leone, our neighbouring West African country. Understanding currency conversion is essential for WAEC mathematics because it tests your ability to work with real-world money problems. Just like Nigeria has the Naira divided into 100 kobo, Sierra Leone uses the Leone divided into 100 cents. This means 100 cents (c) equals 1 Leone (Le).

When solving currency problems involving Sierra Leone, you'll need to convert between cents and Leones using simple division or multiplication. For instance, if something costs 350 cents in Freetown, you'd convert this to 3.50 Leones. Similarly, if an item costs 5 Leones, that's 500 cents. These conversions follow the same logic as converting naira to kobo.

💡 Exam tip: Always identify which currency unit the question asks for in your final answer—cents or Leones—before beginning your calculation to avoid losing marks for wrong units.
Objective 62 of 65
Currency Conversion: British Pounds and Pence

Understanding British currency is important for WAEC mathematics because you might encounter word problems involving money conversion. The British pound sterling (£) is the currency used in the United Kingdom. One pound equals exactly 100 pence, written as p. Think of it like how one naira equals 100 kobo—the system works the same way.

For example, if a textbook costs £5.50 in a British online store, that's 5 pounds and 50 pence, which equals 550 pence altogether. To convert pounds to pence, simply multiply by 100. To convert pence back to pounds, divide by 100. This conversion skill helps you solve real problems, such as calculating the total cost when buying items priced in both pounds and pence.

💡 Exam tip: Always check whether your final answer should be in pounds or pence before writing it down, as examiners often award no marks for correct working with wrong units.
Objective 63 of 65
Currency Conversion: USA Dollar and Cents

The United States uses dollars and cents as their money system, just like Nigeria uses naira and kobo. One dollar equals 100 cents, so when you see $1.50, that's 1 dollar and 50 cents. Think of it this way: if you have ₦100 in Nigeria, that's similar to having 1 dollar in America—both are your main currency units. The cents work exactly like our kobo; 100 small units make one large unit.

For example, imagine a naira note is like a dollar. Just as 100 kobo equals ₦1, exactly 100 cents equals $1. If something costs $3.75 in America, you're paying 3 dollars and 75 cents. When converting between currencies or solving problems involving American prices, always remember this relationship: divide or multiply by 100 to switch between dollars and cents.

💡 Exam tip: When you see dollar amounts with decimal points like $5.25, the number after the decimal point represents cents, not a separate dollar value. Always read the decimal carefully!
Objective 64 of 65
Currency Conversion: French Francs and Centimes

Understanding currency conversion is essential for WAEC mathematics. In French-speaking territories like Cameroon and Côte d'Ivoire, the monetary system uses Francs and centimes, where 100 centimes equals 1 Franc. This is similar to how 100 kobo equals 1 naira in Nigeria. When you have 250 centimes, you can convert it to 2.5 Francs by dividing by 100.

Think of it this way: if a textbook costs 500 centimes in Cameroon, that's simply 5 Francs. You multiply Francs by 100 to get centimes, or divide centimes by 100 to get Francs. The conversion works exactly like Nigerian money—straightforward division and multiplication. Practice converting between the two units until it becomes automatic.

💡 Exam tip: Always show your working when converting currencies; examiners award marks for method, not just final answers.
Objective 65 of 65
Units and Measurements in Mathematics

Units are standard measures we use to quantify things like length, mass, time and volume. When we measure anything, we must always state what unit we're using because numbers alone mean nothing. For example, saying "the distance is 50" tells us nothing—is it 50 metres, 50 kilometres, or 50 centimetres? These are completely different distances.

In Nigeria, we use the metric system officially, so you'll work with metres for length, kilograms for mass, and litres for volume. When solving problems, always check that your measurements use the same units before calculating. If a question gives you 2 kilometres and 500 metres, convert both to metres first—that's 2000 metres and 500 metres—then you can add or compare them correctly.

💡 Exam tip: Always write your units in your final answer and convert all measurements to the same unit before doing any calculations.
Frequently Asked Questions
How many WAEC objectives are in Topics Contents Notes?
The WAEC SSCE Mathematics topic 'Topics Contents Notes' has 65 learning objectives you must master.
Does Topics Contents Notes appear in WAEC Mathematics exams?
Topics Contents Notes is part of the official WAEC SSCE Mathematics syllabus, so questions can be drawn from it in any year.
How do I study Topics Contents Notes for WAEC?
Study each of the 65 objectives listed above. For each one, understand the concept, learn one worked example, and practise past questions on the topic.
← EXAMINATION SCHEMEOTHER IMPORTANT INFORMATION →