Skip to Main Content
Have previous year question papers?
WASSCEWest African Examinations Council (WAEC)CertificationSenior Secondary Exit ExaminationPaper-Based (with CBT in select centres)

WASSCE Further Maths: Combinatorics, Sequences & Matrices Practice Questions & Answers

Unit: COMBINATORICS, SEQUENCES & MATRICES

Subject: Further Mathematics | Level: Senior Secondary (WASSCE)

This module covers arrangements and selections, progression series, numerical expansions, and linear transformations using matrices.

Key Topics:

  • Permutation and Combinations: Simple arrangements and selection of objects with restrictions.
  • Binomial Theorem: Expanding (a + b)^n and estimating rational powers (e.g., estimating decimals using the binomial expansion).
  • Sequences and Series: Linear (A.P.) and Exponential (G.P.) sequences, finite/infinite series, and recurrence series.
  • Matrices: Determinants and inverses of 2x2 matrices.
  • Linear Transformation: Using matrices to solve simultaneous equations and map geometric points.

Ready to test yourself?

Take this exam in our timed interactive simulator to track your performance and get detailed analytics.

The 4th term of an Arithmetic Progression is 10 and the 7th term is 19. Find the common difference.

  • 2

  • 3

  • 4

  • 5

View Answer & Explanation
Correct Answer: Option B -

3

Explanation:

Let the first term be aaa and the common difference be ddd. The formula for the nth term is Un=a+(n1)dU_n = a + (n-1)dUn=a+(n1)d. We have U4=a+3d=10U_4 = a + 3d = 10U4=a+3d=10 and U7=a+6d=19U_7 = a + 6d = 19U7=a+6d=19. Subtracting the first equation from the second gives: (a+6d)(a+3d)=19103d=9d=3(a + 6d) - (a + 3d) = 19 - 10 \Rightarrow 3d = 9 \Rightarrow d = 3(a+6d)(a+3d)=19103d=9d=3.

Find the determinant of the matrix (123014560)\begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 5 & 6 & 0 \end{pmatrix}105216340.

  • 1

  • -1

  • 15

  • -24

View Answer & Explanation
Correct Answer: Option A -

1

Explanation:

Expanding along the first row: Det =1(1(0)4(6))2(0(0)4(5))+3(0(6)1(5))= 1(1(0) - 4(6)) - 2(0(0) - 4(5)) + 3(0(6) - 1(5))=1(1(0)4(6))2(0(0)4(5))+3(0(6)1(5)). Thus, Det =1(024)2(020)+3(05)=24+4015=1= 1(0 - 24) - 2(0 - 20) + 3(0 - 5) = -24 + 40 - 15 = 1=1(024)2(020)+3(05)=24+4015=1.

How many ways can 4 men and 4 women sit around a circular table if no two women are to sit together?

  • 5040

  • 144

  • 576

  • 40320

View Answer & Explanation
Correct Answer: Option B -

144

Explanation:

To ensure no two women sit together, we first arrange the 4 men in a circle. The number of ways to do this is (41)!=3!=6(4-1)! = 3! = 6(41)!=3!=6 ways. This creates exactly 4 spaces between the 4 men. We then place the 4 women in these 4 linear spaces, which can be done in 4!=244! = 244!=24 ways. Total arrangements =6×24=144= 6 \times 24 = 144=6×24=144.

Find the coefficient of x2y2x^2y^2x2y2 in the binomial expansion of (x2y)4(x - 2y)^4(x2y)4.

  • -24

  • 24

  • 16

  • 6

View Answer & Explanation
Correct Answer: Option B -

24

Explanation:

The general term in the expansion of (a+b)n(a+b)^n(a+b)n is (nr)anrbr\binom{n}{r} a^{n-r} b^r(rn)anrbr. For the x2y2x^2y^2x2y2 term, we let r=2r=2r=2. The term is (42)(x)2(2y)2\binom{4}{2} (x)^2 (-2y)^2(24)(x)2(2y)2. (42)=6\binom{4}{2} = 6(24)=6, and (2y)2=4y2(-2y)^2 = 4y^2(2y)2=4y2. The term is 6×x2×4y2=24x2y26 \times x^2 \times 4y^2 = 24x^2y^26×x2×4y2=24x2y2. The coefficient is 24.

In how many ways can a committee of 3 be chosen from 7 people if a particular person must always be included?

  • 35

  • 21

  • 15

  • 10

View Answer & Explanation
Correct Answer: Option C -

15

Explanation:

Since one particular person must be on the committee, we only need to select the remaining 2 members from the remaining 6 people. This is a combination problem: (62)=6!2!(62)!=6×52×1=15\binom{6}{2} = \frac{6!}{2!(6-2)!} = \frac{6 \times 5}{2 \times 1} = 15(26)=2!(62)!6!=2×16×5=15 ways.

A Geometric Progression has first term aaa and common ratio rrr. The sum to infinity is 8, and the sum of the first two terms is 6. Find the positive value of rrr.

  • 12\frac{1}{2}21

  • 14\frac{1}{4}41

  • 13\frac{1}{3}31

  • 34\frac{3}{4}43

View Answer & Explanation
Correct Answer: Option A -

12\frac{1}{2}21

Explanation:

The sum to infinity is S=a1r=8a=8(1r)S_\infty = \frac{a}{1-r} = 8 \Rightarrow a = 8(1-r)S=1ra=8a=8(1r). The sum of the first two terms is a+ar=a(1+r)=6a + ar = a(1+r) = 6a+ar=a(1+r)=6. Substitute aaa: 8(1r)(1+r)=68(1r2)=61r2=68=348(1-r)(1+r) = 6 \Rightarrow 8(1-r^2) = 6 \Rightarrow 1-r^2 = \frac{6}{8} = \frac{3}{4}8(1r)(1+r)=68(1r2)=61r2=86=43. Solving for r2r^2r2 gives r2=14r^2 = \frac{1}{4}r2=41, so r=±12r = \pm \frac{1}{2}r=±21. The positive value is 12\frac{1}{2}21.

Find the inverse of the matrix P=(2153)P = \begin{pmatrix} 2 & 1 \\ 5 & 3 \end{pmatrix}P=(2513).

  • (3152)\begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix}(3512)

  • (3152)\begin{pmatrix} 3 & -1 \\ -5 & 2 \end{pmatrix}(3512)

  • (3152)\begin{pmatrix} -3 & 1 \\ 5 & -2 \end{pmatrix}(3512)

  • (2153)\begin{pmatrix} 2 & -1 \\ -5 & 3 \end{pmatrix}(2513)

View Answer & Explanation
Correct Answer: Option B -

(3152)\begin{pmatrix} 3 & -1 \\ -5 & 2 \end{pmatrix}(3512)

Explanation:

For a 2×22 \times 22×2 matrix P=(abcd)P = \begin{pmatrix} a & b \\ c & d \end{pmatrix}P=(acbd), its inverse is P1=1adbc(dbca)P^{-1} = \frac{1}{ad-bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}P1=adbc1(dcba). The determinant is (2)(3)(1)(5)=65=1(2)(3) - (1)(5) = 6 - 5 = 1(2)(3)(1)(5)=65=1. Swapping elements on the main diagonal and negating the others yields (3152)\begin{pmatrix} 3 & -1 \\ -5 & 2 \end{pmatrix}(3512).

In Pascal's triangle, where the very top '1' represents the 0th row, what is the sum of all the numbers in the 4th row?

  • 8

  • 16

  • 32

  • 64

View Answer & Explanation
Correct Answer: Option B -

16

Explanation:

The sum of the coefficients in the nnn-th row of Pascal's triangle is given by 2n2^n2n. For the 4th row, n=4n = 4n=4. Thus, the sum is 24=162^4 = 1624=16. Explicitly, the 4th row is 1, 4, 6, 4, 1, which sums to 16.

The first term of an Arithmetic Progression is 5, and the sum of its first 10 terms is 185. Find the common difference.

  • 2

  • 3

  • 4

  • 5

View Answer & Explanation
Correct Answer: Option B -

3

Explanation:

The formula for the sum of the first nnn terms of an AP is Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d]Sn=2n[2a+(n1)d]. Given S10=185S_{10} = 185S10=185, n=10n = 10n=10, and a=5a = 5a=5: 185=102[2(5)+9d]185=5(10+9d)185 = \frac{10}{2}[2(5) + 9d] \Rightarrow 185 = 5(10 + 9d)185=210[2(5)+9d]185=5(10+9d). Dividing by 5 gives 37=10+9d27=9dd=337 = 10 + 9d \Rightarrow 27 = 9d \Rightarrow d = 337=10+9d27=9dd=3.

A team of 4 is to be selected from 5 boys and 4 girls. How many possible teams consist of exactly 2 boys and 2 girls?

  • 60

  • 120

  • 24

  • 30

View Answer & Explanation
Correct Answer: Option A -

60

Explanation:

We need to choose 2 boys from 5, which can be done in (52)=10\binom{5}{2} = 10(25)=10 ways. We also need to choose 2 girls from 4, which can be done in (42)=6\binom{4}{2} = 6(24)=6 ways. By the multiplication principle, the total number of teams is 10×6=6010 \times 6 = 6010×6=60.

More from WASSCE

Found in Senior Secondary School Certification

WASSCE Further Maths: Core Algebra and Logic

Comprehensive practice for WASSCE Further Mathematics covering Sets, Surds, Binary Operations, and Logic.

Practice Now

WASSCE Further Maths: Functions, Polynomials & Equations

Comprehensive practice for WASSCE candidates covering mathematical functions, polynomials, partial fractions, and inequalities.

Practice Now

WASSCE Further Maths: Geometry & Trigonometry

Comprehensive practice covering trigonometric ratios, multiple angles, straight lines, and conic sections.

Practice Now

WASSCE Further Maths: Calculus (Differentiation & Integration)

Comprehensive practice for WASSCE candidates covering all rules of differentiation and integration with their physical applications.

Practice Now
ExamOven Logo
ExamOven Support
We typically reply instantly