Processing math: 16%
Further Mathematics questions and answers

Further Mathematics Questions and Answers

Test your knowledge of advanced level mathematics with this aptitude test. This test comprises Further Maths questions and answers from past JAMB and WAEC examinations.

661.

Find the radius of the circle x2+y28x2y+1=0.

A.

9

B.

7

C.

4

D.

3

Correct answer is C

Given the equation of the circle x2+y28x2y+1=0.

The equation of a circle is given as (xa)2+(yb)2=r2

Expanding, we have x22ax+a2+y22by+b2=r2x22ax+y22by=r2a2b2

Comparing the RHS of the equation above with the equation rewritten as x2+y28x2y=1, we have

2a=8;2b=2a=4,b=1

r = \sqrt{16} = 4

662.

If \sin\theta = \frac{3}{5}, 0° < \theta < 90°, evaluate \cos(180 - \theta).

A.

\frac{4}{5}

B.

\frac{3}{5}

C.

\frac{-3}{5}

D.

\frac{-4}{5}

Correct answer is D

Given \sin \theta = \frac{3}{5}  \implies opp = 3, hyp = 5

Using Pythagoras' Theorem, we have adj = \sqrt{5^{2} - 3^{2}} = \sqrt{16}  = 4

\therefore \cos \theta = \frac{4}{5}, 0° < \theta < 90°

In the quadrant where 180° - \theta lies is the 2nd quadrant and here, only \sin \theta = +ve.

\therefore \cos (180 - \theta) = -ve = \frac{-4}{5}

663.

The first term of a Geometric Progression (GP) is \frac{3}{4}, If the product of the second and third terms of the sequence is 972, find its common ratio

A.

3

B.

4

C.

6

D.

12

Correct answer is D

Recall, the terms of a GP is given by T_{n} = ar^{n - 1}

Given, T_{1} = a = \frac{3}{4} and T_{2} \times T_{3} = ar \times ar^{2} = 972

\implies \frac{3}{4}r \times \frac{3}{4}r^{2} = \frac{9}{16}r^{3} = 972

r^{3} = \frac{972 \times 16}{9} = 1728  \implies r = \sqrt[3]{1728} = 12

664.

How many numbers greater than 150 can be formed from the digits 1, 2, 3, 4, 5 without repetition?

A.

91

B.

191

C.

291

D.

391

Correct answer is C

Note that every 4- digit and 5- digit numbers formed is greater than 150. Therefore, ^{5}P_{5} + ^{5}P_{4} = \frac{5!}{(5 - 5)!} + \frac{5!}{(5 - 4)!} = 120 + 120 = 240 numbers are greater than 150 already.

Among the 3- digit numbers, the numbers 123, 124, 125, 132, 134, 135, 142, 143 and 145 are removed from the ones that meet the criterion so we have:

^{5}P_{3} - 9 = \frac{5!}{(5 - 3)!} = 60 - 9 = 51 \implies 240 + 51 = 291 numbers are greater than 150. 

665.

If \begin{vmatrix}  k & k \\ 4 & k \end{vmatrix} + \begin{vmatrix}  2 & 3 \\ -1 & k \end{vmatrix} = 6, find the value of the constant k, where k > 0.

A.

1

B.

2

C.

3

D.

4

Correct answer is C

\begin{vmatrix} k & k \\ 4 & k \end{vmatrix} + \begin{vmatrix}  2 & 3 \\ -1 & k \end{vmatrix} = 6

\begin{vmatrix} k & k \\ 4 & k \end{vmatrix} = (k^{2} - 4k)

\begin{vmatrix}  2 & 3 \\ -1 & k \end{vmatrix} = (2k + 3)

\therefore (k^{2} - 4k) + (2k + 3) = k^{2} - 2k + 3 = 6

k^{2} - 2k - 3 = 0, factorising, we have k + 1 = 0 or k - 3 = 0

Since k > 0, k = 3.