JSS3 Math Study Guide
JSS3 Math Study Guide
Algebra is the backbone of JSSCE Mathematics and makes up the largest single theme in the
NERDC curriculum. Master this group first — every other group becomes easier once your algebra is
solid.
The five chapters in this group build on each other in this order:
• Ch 3 – Factorisation 1: common factors and grouping (the foundation)
• Ch 6 – Formulae: substitution and change of subject (applying algebra to real formulas)
• Ch 9 – Factorisation 2: quadratic expressions (extending factorisation to quadratics)
• Ch 10 – Equations 1: equations with fractions (solving tricky fraction equations)
• Ch 14 – Equations 2: simultaneous linear equations (two unknowns, two equations)
CHAPTER 3 Factorisation 1: Common Factors
Objectives
• Remove brackets from algebraic expressions
• Factorise expressions by taking out common factors
• Use factorisation to simplify numerical calculations
• Factorise expressions with four terms using grouping
📌 KEY NOTE
Factorisation is the REVERSE of expansion.
HCF of numbers: largest number dividing all of them exactly.
HCF of letters: lowest power of each letter appearing in ALL terms.
e.g. HCF of 12ab² and 14a²b: HCF of 12,14 = 2; letters: a¹b¹ → HCF = 2ab
2. 6x² − 9xy + 3x
HCF = 3x
= 3x(2x − 3y + 1)
Calculate 67 × 15 + 67 × 85
= 67(15 + 85)
= 67 × 100 = 6 700
Factorise: 4x − 8 + 3bx − 6b
Group: (4x − 8) + (3bx − 6b)
= 4(x − 2) + 3b(x − 2)
Common bracket (x − 2): = (x − 2)(4 + 3b) ✓
📝 PRACTICE EXERCISE
1. Remove brackets: (a) 5(3a − 2b) (b) 4x(x − 3y + 1) (c) −2p(p − q + r)
2. Find the HCF of: (a) 9xy and 24x² (b) 12ab² and 14a²b (c) 6p²q and 9pq²
3. Factorise: (a) 15m − 20 (b) 8p² − 12pq (c) 6ab + 9a²b² (d) 2πr² + 2πrh
4. Use factorisation to calculate: (a) 35 × 43 − 35 × 13 (b) 52 × 76 + 52 × 24
5. Factorise by grouping: (a) ab + ac + db + dc (b) 2n³ + 2n² + 2n + 2
6. Factorise by grouping: (a) pq − pr + 8q − 8r (b) xy − 3zy − 3xk + 9zk
7. Factorise: ab − db + 3ac − 3cd
8. [JSSCE type] Factorise completely: 2pq + 4pr − 3q² − 6qr
✅ ANSWERS
9. (a) 15a−10b (b) 4x²−12xy+4x (c) −2p²+2pq−2pr
10. (a) 3x (b) 2ab (c) 3pq
11. (a) 5(3m−4) (b) 4p(2p−3q) (c) 3ab(2+3ab) (d) 2πr(r+h)
12. (a) 35×30=1050 (b) 52×100=5200
13. (a) (a+d)(b+c) (b) 2(n²+1)(n+1)
14. (a) (p+8)(q−r) (b) (x−3z)(y−3k)
15. (a−d)(b+3c)
16. (q+2r)(2p−3q)
🏆 EXAM TIP
JSSCE always tests factorisation — expect 2–3 questions on common factors and grouping.
For Science Entrance: factorisation is the gateway to solving quadratics. A student who
cannot factorise cannot solve quadratic equations.
Memorise: HCF of two terms = (HCF of their coefficients)(lowest power of each common
letter).
CHAPTER 6 Formulae: Substitution and Change of Subject
Objectives
• Substitute values into a formula and evaluate
• Draw up a table of values from a formula
• Change the subject of simple and complex formulae
📌 KEY NOTE
Operations and their inverses:
+ and − are inverses of each other
× and ÷ are inverses of each other
squaring (²) and square root (√) are inverses
Fractions: multiply both sides by the denominator to clear it.
📝 PRACTICE EXERCISE
17. If y = 3x − 8: (a) find y when x = 0; (b) find x when y = 22
18. The formula C = 600t + 5000 gives the cost in naira of making a dress that takes t
hours. (a) Find cost when t = 3; (b) Find t if cost = N8,300
19. If m = n² + 25, find: (a) m when n = −2, 0, +2, +4; (b) n when m = 26, 34, 50
20. Make x the subject: (a) y = mx + c (b) IR = V (c) A = ½(a+b)h
21. [JSSCE type] If P = 2(l+b), express b in terms of P and l
22. [JSSCE type] Given S = 2(n−2), find n when S = 18
23. Make v the subject of s = ½(u+v)t. If s = 60, u = 10, t = 6, find v.
24. The formula for a sphere: V = 4/3πr³. Make r the subject.
✅ ANSWERS
25. (a) y = −8 (b) x = 10
26. (a) N8,800 (b) t = 5.5 hours
27. (a) 29,25,29,41 (b) n = ±1, ±3, ±5
28. (a) x=(y−c)/m (b) R=V/I (c) h=2A/(a+b)
29. b = P/2 − l
30. n = 11
31. v = 2s/t − u = 20−10 = 10
32. r = ∛(3V/4π)
🏆 EXAM TIP
Change of subject is one of the most tested JSSCE algebra skills — master the step-by-step
method.
For Science Entrance: you will use change of subject constantly in Physics formulas (v =
u+at, F=ma, etc.).
Practice converting the same formula to make different letters the subject.
CHAPTER 9 Factorisation 2: Quadratic Expressions
Objectives
• Multiply two binomials to get a quadratic expression
• Expand products of binomials directly
• Factorise quadratic expressions (coefficient of x² = 1)
• Expand and factorise perfect squares
• Expand and factorise difference of two squares
📌 KEY NOTE
FOIL method: First, Outer, Inner, Last
(a+b)(c+d): First = ac, Outer = ad, Inner = bc, Last = bd
Then collect like terms.
(3x + 2)(x − 4)
= 3x² − 12x + 2x − 8
= 3x² − 10x − 8
Factorise x² + 2x − 15
Sum = +2, product = −15 (different signs)
Try: +5 + (−3) = +2 ✓ and 5 × (−3) = −15 ✓
Answer: (x + 5)(x − 3) ✓
📌 KEY NOTE
SIGN RULES for (x+p)(x+q):
If c is POSITIVE: p and q have the SAME sign as b.
c+, b+ → both positive: (x+3)(x+5)
c+, b− → both negative: (x−3)(x−4)
If c is NEGATIVE: p and q have DIFFERENT signs.
c− → one + one −: (x+5)(x−3) or (x−5)(x+3)
📝 PRACTICE EXERCISE
33. Expand: (a) (m+4)(m+6) (b) (x−9)² (c) (3b+8)(b−5) (d) (7+y)(7−y)
34. Find the coefficient of xy in: (a) (2x+3y)(4x−y) (b) (5x−2y)²
35. Factorise: (a) x²+18x+17 (b) d²+9d+14
36. Factorise: (a) x²−18x+17 (b) d²−5d−24
37. Expand: (a) (x+8)² (b) (2d−5e)²
38. Use short method to find: (a) 82² (b) 59²
39. Factorise: (a) x²−16 (b) 8m²−50n²
40. Use difference of two squares: (a) 72²−28² (b) 85²−25
41. [JSSCE type] A flat circular silver pendant has outside diameter 18 mm and a
circular hole of diameter 4 mm. Find the area of silver (use π = 22/7).
✅ ANSWERS
42. (a) m²+10m+24 (b) x²−18x+81 (c) 3b²−7b−40 (d) 49−y²
43. (a) +10 (b) −20
44. (a) (x+17)(x+1) (b) (d+7)(d+2)
45. (a) (x−17)(x−1) (b) (d−8)(d+3)
46. (a) x²+16x+64 (b) 4d²−20de+25e²
47. (a) 6724 (b) 3481
48. (a) (x+4)(x−4) (b) 2(2m+5n)(2m−5n)
49. (a) 4400 (b) 7200
50. Area = π(9²−2²) = 22/7×(81−4) = 22/7×77 = 242 mm²
🏆 EXAM TIP
Quadratic factorisation always appears in JSSCE — often 2–3 questions.
The difference of two squares trick is loved by JSSCE examiners for mental calculation
questions.
For Science Entrance: you will need to solve quadratic equations. Factorisation is how you
do it.
CHAPTER 10 Equations 1: Equations with Fractions
Objectives
• Clear fractions in algebraic equations
• Solve equations with unknowns in the denominator
• Solve word problems leading to fractional equations
• Solve equations with binomials in the denominator
Solve: 7x − ½ = 5x/2
LCM = 2. Multiply all terms by 2:
14x − 1 = 5x
9x = 1
x = 1/9 ... but let us re-check: 7x/1 − 1/2 = 5x/2
Multiply by 2: 14x − 1 = 5x
9x = 1 → x = 1/9 Actually this is wrong, re-reading original:
7x − 1/2 = 5x/2 → multiply by 2: 14x − 1 = 5x → 9x=1 → x=1/9
Check: 7(1/9) − 1/2 = 7/9 − 1/2 = 14/18 − 9/18 = 5/18 = 5/(2×9) =
(5/2)(1/9) ✓
📝 PRACTICE EXERCISE
51. Solve: (a) 3/5 = x/15 (b) (x+2)/3 + (x−1)/4 = x
52. Solve: (a) 2/x = 16/3 (b) 7x/1 − 1/2 = 5x/2
53. Solve: (a) 11/(3x−2) = 1/2 (b) 3/7 − 5/(2x−1) = 0
54. Solve: (a) x/(x−4) = 2/5 (b) 3/(2x+1) + 4/(x−1) = 0
55. [JSSCE type] A car travels 156 km at v km/h, then 180 km at (v+8) km/h. The times
are equal. Find v.
56. The masses of two boys are in ratio 8:5 and differ by 27 kg. Find their masses.
57. A man drove 156 km at v km/h. He then drove 180 km at (v+8) km/h. If the times are
equal, find v.
58. [JSSCE type] I have enough money to buy 4 exercise books at N120 each. How
many pencils costing N80 can I buy for the same amount?
✅ ANSWERS
59. (a) x=9 (b) x=1
60. (a) x=3/8 (b) x=1/9
61. (a) x=8 (b) x=19/3
62. (a) x=−2⅔ (b) x=−1/11
63. 156/(v) = 180/(v+8) → 156(v+8)=180v → 156v+1248=180v → 24v=1248 → v=52
km/h
64. Daughter 45 kg, Mother 72 kg
65. v = 52 km/h
66. Money = 4×120 = N480; pencils = 480/80 = 6
🏆 EXAM TIP
Fraction equations are always in JSSCE. The most common error is multiplying only one
term instead of all.
Cross-multiplication is allowed when there is exactly one fraction on each side.
Word problems often disguise fraction equations — look for 'rate', 'ratio', 'time', 'distance'.
CHAPTER 14 Equations 2: Simultaneous Linear Equations
Objectives
• Draw up a table of values for a linear equation in two variables
• Solve simultaneous equations graphically
• Solve simultaneous equations by substitution
• Solve simultaneous equations by elimination
• Apply simultaneous equations to word/real-life problems
Table for y = 3x − 1:
x | −2 | 0 | +2
y | −7 | −1 | +5
Table for y = 2 − x:
x | −2 | 0 | +2
y | 4 | 2 | 0
Back-substitute: y = 2(2) − 7 = 4 − 7 = −3
Answer: x = 2, y = −3 ✓
📌 KEY NOTE
Elimination: if you want to ELIMINATE x, make the x-coefficients equal and SUBTRACT.
Elimination: if you want to ELIMINATE x and the signs differ, make coefficients equal and
ADD.
Substitution works best when one equation already has a subject (like y = 2x − 7).
Always verify your answer in BOTH original equations.
📝 PRACTICE EXERCISE
67. Solve by substitution: (a) 4x+3y=−1 and 2x−y=7 (b) x=2y−1 and 3x−y=8
68. Solve by elimination: (a) 2x+7y=3 and 2x−y=3 (b) 3x+2y=12 and 5x−2y=4
69. Solve graphically (draw tables and graphs): y=3x−1 and y=2−x
70. The sum of two numbers is 14 and their difference is 8. Find the numbers.
71. I have N460 less than Dotun. Together we have N1280. How much does each have?
72. A rectangle is p cm long and q cm broad. Perimeter = 42 cm, difference of sides = 9
cm. Find p, q, and area.
73. A nut and bolt together have mass 98 g. Four bolts and two nuts have mass 336 g.
Find the mass of each.
74. [JSSCE type] A car travels for 2 hours at x km/h and 3 hours at y km/h; total distance
= 310 km. Average of x and y is 60 km/h. Find x and y.
✅ ANSWERS
75. (a) x=2, y=−3 (b) x=3, y=2
76. (a) x=1.5, y=0 (b) x=2, y=3
77. Intersection at x=0.75, y=1.25
78. 11 and 3
79. I have N410, Dotun has N870
80. p=15 cm, q=6 cm, Area=90 cm²
81. Bolt=70g, Nut=28g
82. x=50 km/h, y=70 km/h
🏆 EXAM TIP
Simultaneous equations always appear in JSSCE. Learn ALL three methods: graphical,
substitution, elimination.
Word problems with two unknowns → set up two equations → use substitution or
elimination.
For Science Entrance: Physics problems often require you to solve two equations
simultaneously.
📝 PRACTICE EXERCISE
83. Factorise: (a) 6ax−2by+4ay−3bx (b) x²+5x−9x−45 (c) 22ab−11ac+6rb−3rc
84. The HCF of 10a²b and 8ab is: A 80a²b B 2ab C 4 D 40
85. Which are factors of 6x²−21xy? (I 3, II x, III (2x−7y)) A I only B II only C I and II D All
86. If y=(x+9)/(x−3), find y when x=5
87. If A=½(a+b)h, express h in terms of A, a and b
88. Solve simultaneously: 4x+3y=−1 and 2x−y=7
89. Factorise πr²+2πrh and hence find its value when π=22/7, r=4, h=5
90. The coefficient of x in (x−2)(x+9) is: A −18 B −2 C +1 D +7 E +9
91. If 3/5 = x/15, find x. A 5 B 9 C 3 D 25 E 45
92. [Hard] Solve: 3/(2x+1) + 4/(x−1) = 0. Find x.
✅ ANSWERS
93. (a) (2a−b)(3x−2y) wrong → correct: group as (6ax+4ay)+(−2by−3bx)=2a(3x+2y)
−b(2y+3x)=(2a−b)(3x+2y) wait: let me redo. 6ax−2by+4ay−3bx:
rearrange=6ax+4ay−3bx−2by=2a(3x+2y)−b(3x+2y)=(2a−b)(3x+2y) (b)
x(x+5)−9(x+5)=(x−9)(x+5) (c) (2a+b)(11c+3r) — check: 22ab−11ac+6rb−3rc =
11a(2b−c)+3r(2b−c)=(11a+3r)(2b−c)
94. B (2ab)
95. D (all of them: 3x(2x−7y), so all three are factors)
96. y = 7
97. h = 2A/(a+b)
98. x=2, y=−3
99. πr(r+2h); value = 22/7 × 4 × (4+10) = 22/7×4×14 = 22×8 = 176
100. D (+7)
101. B (x=9)
102. x = −1/11
GROUP B: NUMBER & NUMERATION
Chapters 1 · 2 · 17
These chapters develop number sense, problem-solving through words, and understanding of rational
vs non-rational numbers.
Key Concepts
Base 2 (Binary): Uses only digits 0 and 1. Place values are powers of 2.
✏ Worked Examples
CONVERTING: Denary → Binary (repeated division by 2)
43 ÷ 2 = 21 r 1
21 ÷ 2 = 10 r 1
10 ÷ 2 = 5 r 0
5 ÷ 2 = 2 r 1
2 ÷ 2 = 1 r 0
1 ÷ 2 = 0 r 1
Read remainders upward: 43₁₀ = 101011₂
📝 PRACTICE EXERCISE
103. Convert to binary: (a) 30 (b) 57 (c) 100
104. Convert to denary: (a) 10110₂ (b) 111011₂ (c) 11 010₂
105. Add in binary: (a) 1001₂ + 1001₂ (b) 1101₂ × 11₂
106. [JSSCE type] What is the value of (101₂)² in base 2?
✅ ANSWERS
107. (a) 11110₂ (b) 111001₂ (c) 1100100₂
108. (a) 22 (b) 59 (c) 26
109. (a) 10010₂ (b) 100111₂
110. 11001₂ (25 in denary)
CHAPTER 2 Word Problems
Key Vocabulary
Sum: add. Difference: subtract (larger minus smaller). Product: multiply. Quotient: divide.
✏ Worked Examples
Find the product of 16 and the positive difference between −1⅓ and
1⅔.
Positive difference = |−1⅓ − 1⅔| = |−4/3 − 5/3| = |−3| = 3
Product = 16 × 3 = 48
📝 PRACTICE EXERCISE
111. Find one-sixth of the sum of 13, 17 and 18.
112. Find the sum of the product of 4 and 5 and the positive difference between 3
and 10.
113. Three consecutive even numbers have sum 72. Find the highest.
114. The positive difference between −6.4 and a number is 8.5. Find two possible
values.
115. [JSSCE type] The product of two numbers is 7⅕. One is 9. Find the other.
✅ ANSWERS
116. 8
117. 27
118. 26
119. 2.1 or −14.9
120. 4/5
📝 PRACTICE EXERCISE
121. Which are rational: (a) 13 (b) √13 (c) 1.3 (d) 3/5 (e) 16 (f) √16 (g) 1.6 (h)
√1.6 (i) π (j) 22/7?
122. Use trial and improvement to find √53 to 1 d.p.
123. Write 0.4̄ as a rational number (fraction).
124. Find the first digit of √5.3 and √53.
✅ ANSWERS
125. Rational: a, c, d, e, f, g, j. Non-rational: b, h, i
126. 7.3
127. 4/9
128. √5.3: first digit 2; √53: first digit 7
GROUP C: GEOMETRY & SIMILARITY
Chapters 4 · 7 · 12
These chapters cover geometric constructions, similar shapes, and scaling. Geometry questions often
carry multiple marks in JSSCE.
📌 KEY NOTE
JSSCE may ask you to construct specific angles (30°, 45°, 60°, 75°, 90°, 105°, 150°).
75° = 45° + 30° or 60° + 15°
105° = 60° + 45°
Always make a rough sketch before doing the accurate construction.
Key Concepts
Similar figures: same shape, different size. All corresponding angles are equal and corresponding
sides are in the same ratio (scale factor).
📝 PRACTICE EXERCISE
129. ABC and PQR are similar. AB=6, BC=10, AC=12; PQ=9, QR=15, PR=18.
Why are they similar?
130. A shop sells coffee in small (h=9cm, d=6cm) and large jars. Large jar
radius=5cm. Find large jar height.
131. A cuboid is 6cm×3cm×5cm. A similar cuboid is 14cm long. Find width and
height.
132. [JSSCE type] Two similar triangles: ΔXYZ and ΔHKG. XY=9m, XZ=8m,
HK=7½m. Find HG.
✅ ANSWERS
133. Corresponding sides in same ratio (each is ×3/2)
134. h = 9×(5/3) = 15 cm
135. Width = 3×(14/6) = 7 cm; Height = 5×(14/6) = 11⅔ cm
136. HG = XZ × (7.5/9) = 8 × 5/6 = 6⅔ m
📌 KEY NOTE
If scale factor (k) = ratio of corresponding LENGTHS:
Area factor = k² (ratio of corresponding AREAS)
Volume factor = k³ (ratio of corresponding VOLUMES)
Metal tray 40cm×30cm costs N256. Similar tray is 50cm long. Find its
cost.
k = 50/40 = 5/4
Cost is proportional to area: area factor = (5/4)² = 25/16
Cost = N256 × 25/16 = N400
📝 PRACTICE EXERCISE
137. Two plastic cups are similar with heights 7.5cm and 12.5cm. First costs N72.
Find cost of second.
138. A statue has base area 1.08m². Its model has base area 300cm². Model
mass = 12.5kg. Find statue mass.
139. Similar cylinders h=6cm and h=10cm. First has volume 180cm³. Find volume
of second.
140. [JSSCE type] A compound has area 3025m² shown as 16cm² on a map. Find
map scale.
✅ ANSWERS
141. k=12.5/7.5=5/3; area k²=25/9; cost=72×25/9=N200
142. area k=1.08m²/300cm²=10800cm²/300cm²=36; linear k=6; volume k=216;
mass=12.5×216=2700 kg wait: k²=36, k=6, k³=216. mass=12.5×216=2.7 tonnes
143. k=10/6=5/3; vol factor=125/27; vol=180×125/27=833.3 cm³
144. Scale: √(3025m²/16cm²) = √(30250000cm²/16cm²) = √1890625 = 1375. Scale
1:1375
GROUP D: MENSURATION & TRIGONOMETRY
Chapters 5 · 8 · 15
These chapters are always represented in JSSCE — area, sectors, and trigonometry carry guaranteed
marks.
📌 KEY NOTE
KEY FORMULAE to memorise:
Triangle: A = ½ × base × height
Parallelogram: A = base × height
Trapezium: A = ½(a+b)h [a,b = parallel sides, h = perpendicular height]
Circle: A = πr²
Sector: A = (θ/360) × πr²
Ring: A = π(R² − r²) [outer radius R, inner r]
✏ Worked Examples
Trapezium: parallel sides 9m and 15m, height 6m
A = ½(9+15)×6 = ½×24×6 = 72 m²
📝 PRACTICE EXERCISE
145. Find areas: (a) Trapezium with parallels 3m and 11m, height 8m; (b) Circle
radius 7cm (π=22/7)
146. Sector: radius 8cm, centre angle 150°, π=3.1. Find: (a) area; (b) if area =
124cm², find angle
147. Ring: inside diameter 4cm, outside diameter 10cm. Use π=22/7.
148. A park of 2.4 ha. Tennis courts = 60m×50m. Paths=10%, lake=15%. How
many ha for gardens?
149. [JSSCE type] How many tiles 30cm×30cm cover a floor 4m×5m (allow
wastage)?
✅ ANSWERS
150. (a) ½(3+11)×8 = 56m² (b) 22/7×49 = 154cm²
151. (a) 82⅔cm² (b) 225°
152. 66 cm²
153. Tennis court = 3000m² = 0.3ha; paths = 0.24ha; lake = 0.36ha; gardens = 2.4
− 0.3 − 0.24 − 0.36 = 1.5ha
154. 238 tiles
📌 KEY NOTE
In a right-angled triangle, for angle θ:
tan θ = opposite / adjacent
sin θ = opposite / hypotenuse
cos θ = adjacent / hypotenuse
📝 PRACTICE EXERCISE
155. Find x: right triangle, adjacent=4km, angle=35°. Find opposite (tan
35°=0.7002).
156. Find angle θ: height of tree=6.2m, shadow=3.4m. Find angle of elevation.
157. An isosceles triangle has equal sides 8cm and angle between them 40°. Find
height.
158. In ΔABC, B̂ =90°, Â=23°, BC=6cm. Find AB and Ĉ.
159. [JSSCE type] A table is 76cm high on legs 80cm long. Find angle legs make
with horizontal.
160. Right triangle: shorter sides 12cm and 15cm. Find the acute angles.
✅ ANSWERS
161. 2.80 km
162. 61.3°
163. Height = 8 sin20° / ... Actually: bisect apex angle → right triangle with hyp=8,
angle at apex=20°, opp=height from base, so sin 70°=h/8, h=8×0.9397=7.52 cm?
No: the height from apex perpendicular to base. In right half: angle at top=20°,
hyp=8, adj=h → cos20°=h/8 → h=8cos20°=7.52 cm
164. AB = 14.14 cm; Ĉ = 67°
165. θ = sin⁻¹(76/80) = 71.8°
166. Angles: tan⁻¹(12/15)=38.7° and tan⁻¹(15/12)=51.3°
GROUP E: EVERYDAY MATHEMATICS
Chapters 11 · 13 · 16
These practical chapters appear reliably in JSSCE. Compound interest, proportion, and statistics are
always tested.
📌 KEY NOTE
Simple Interest: I = PRT/100 (where R is % rate, T is years)
Amount (SI): A = P + I = P(1 + RT/100)
✏ Worked Examples
Simple Interest on N95,000 for 4 years at 2.5% p.a.:
I = 95000 × 2.5 × 4 / 100 = N9,500
Depreciation: Moped cost N540,000, loses 20% each year. Value after
2 years:
After yr 1: 540000 × 0.8 = 432,000
After yr 2: 432000 × 0.8 = 345,600
📝 PRACTICE EXERCISE
167. Find SI on N95,000 for 4 years at 2.5% p.a.
168. Find compound interest on N700,000 for 2 years at 6% p.a.
169. A table costs N10,000. Inflation is 20% then 10%. Find cost after 2 years.
170. A moped cost N540,000 and depreciates 20% per year. Find value after 2
years.
171. [JSSCE type] N156,000 at 4.5% p.a. compound interest for 2 years. Find final
amount.
✅ ANSWERS
172. N9,500
173. Year1: 742,000; Year2: 786,520; CI = 86,520
174. N13,200
175. N345,600
176. Year1: 156000×1.045=163,020; Year2: 163020×1.045=170,355.90
📌 KEY NOTE
Direct proportion: y = kx (as x increases, y increases proportionally). Graph: straight line
through origin.
Inverse proportion: y = k/x (as x increases, y decreases). Graph: curve (hyperbola).
Reciprocal of x = 1/x. Use reciprocal tables to simplify division calculations.
✏ Worked Examples
Direct: A clinic vaccinates 270 children in 3 days. How many in 5
days?
270/3 = 90 per day; in 5 days: 90 × 5 = 450 children
Inverse: 4 books cost N120 each. How many N80 pencils can I buy for
same amount?
Total money = 4 × 120 = N480
N480 ÷ N80 = 6 pencils
📝 PRACTICE EXERCISE
177. A car travels 240km. At 40km/h it takes 6h. How long at 80km/h?
178. Directly or inversely? 4 exercise books cost N120 each; how many N80
pencils for same money?
179. Find reciprocal of: (a) 3.645 (b) 36.45 (c) 0.003645
180. It costs N6 billion to build 22km of motorway. Find cost per km (to 2 s.f.).
✅ ANSWERS
181. 3 hours
182. Inversely — more per item means fewer items. 6 pencils.
183. (a) 0.2743 (b) 0.02743 (c) 274.3
184. N270 million per km
📝 PRACTICE EXERCISE
185. Find mean, median, mode, range of: 17, 13, 14, 18, 13, 14, 19, 15, 11, 18, 13
186. Pie chart: diet=120°, exercise=90°, advertising=60°, other=?, clean water=?.
Magazine=96 pages. (a) Fraction for diet (b) % for exercise (c) How many pages for
advertising?
187. 8 men and 1 woman in a boat; average mass = 79kg. Without the woman,
average = 81.5kg. Find woman's mass.
188. Average age of 21 students = 14yr 3mo. If oldest excluded, average = 14yr
1mo. Find oldest student's age.
189. Club collected: N100 (×4), N200 (×10), N500 (×8), N1000 (×5), N5000 (×3).
Find mean, mode, median.
✅ ANSWERS
190. Mean=15, Median=14, Mode=13, Range=8
191. (a) 1/3 (b) 25% (c) 16 pages
192. Total = 9×79=711; men total = 8×81.5=652; woman = 711−652=59 kg
193. Total age = 21×171mo = 3591mo; remaining 20 total = 20×169=3380mo;
oldest = 3591−3380=211mo = 17yr 7mo
194. Mean=N880; Mode=N200; Median=N500. Best representative: median
(mean skewed by N5000 outliers)
FULL JSSCE MOCK EXAMINATION
50 Questions · All Topics · 90 Minutes
Instructions: Answer ALL questions. For multiple-choice, circle one letter. Show all working for non-
MC questions. Use π = 22/7 unless otherwise stated.
SECTION A ANSWERS:
1B 2A 3D 4C 5A 6B 7A 8A 9C 10A 11A 12D 13C 14C 15C 16A 17A 18C 19B 20C
SECTION B ANSWERS:
21. (x−2)(4+3b)
22. A = 2πr(r+h); A/2πh = r+h... This doesn't isolate r neatly. Better: 2πr²+2πrh=A →
2πr(r+h)=A. This is a quadratic in r; for Science entrance, leave it in factored form.
23. x = 8
24. (72+28)(72−28) = 100×44 = 4,400
25. x=11, y=3
26. d = 11
27. x=2, y=−3
28. 59 kg
29. (a) (x+17)(x+1) (b) (d−8)(d+3)
30. N86,520