If n(P) = 10 and n(Q) = 8, and P and Q are disjoint, find n(P U Q).
A. 2
B. 10
C. 18
D. 80
Answer: C. 18
Explanation: For disjoint sets, sum them up.
Question 15
Find the cube root of 216.
A. 4
B. 6
C. 8
D. 16
Answer: B. 6
Explanation: 6 * 6 * 6 = 216.
Question 16
Solve: 0.5x + 1 = 3
A. 2
B. 4
C. 6
D. 8
Answer: B. 4
Explanation: 0.5x = 2 -> x = 4.
Question 17
The bearing of B from A is 135°. What is the back bearing?
A. 045°
B. 225°
C. 315°
D. 270°
Answer: C. 315°
Explanation: 135 + 180 = 315.
Question 18
Express 1/8 as a percentage.
A. 8%
B. 12.5%
C. 25%
D. 80%
Answer: B. 12.5%
Explanation: 1/8 * 100 = 12.5.
Question 19
Solve the quadratic: x² - 9 = 0
A. 3
B. -3
C. ±3
D. 9
Answer: C. ±3
Explanation: x² = 9 -> x = √9.
Question 20
Simplify: 5a - (2a - b)
A. 3a - b
B. 3a + b
C. 7a - b
D. 7a + b
Answer: B. 3a + b
Explanation: 5a - 2a + b = 3a + b.
Question 21
Solve for x in the modular arithmetic equation: 2x = 3 (mod 5).
A. 1
B. 2
C. 3
D. 4
Answer: D. 4
Explanation: We need a value of x such that 2x divided by 5 leaves a remainder of 3. 2 * 4 = 8. 8 divided by 5 is 1 remainder 3. So x = 4.
Question 22
Find the length of the line segment joining the points (3, -2) and (-1, 1).
A. 4 units
B. 5 units
C. 7 units
D. 25 units
Answer: B. 5 units
Explanation: Distance = square root of [(-1 - 3)^2 + (1 - (-2))^2] = square root of [(-4)^2 + (3)^2] = square root of (16 + 9) = 5.
If P = {prime numbers less than 10} and Q = {odd numbers less than 10}, find P intersect Q.
A. {3, 5, 7}
B. {1, 3, 5, 7}
C. {2, 3, 5, 7, 9}
D. {3, 5, 7, 9}
Answer: A. {3, 5, 7}
Explanation: P = {2, 3, 5, 7}. Q = {1, 3, 5, 7, 9}. The common elements are {3, 5, 7}.
Question 26
A letter is chosen at random from the word MATHEMATICS. What is the probability that it is a T?
A. 1/11
B. 2/11
C. 1/13
D. 2/13
Answer: B. 2/11
Explanation: There are 11 letters in MATHEMATICS. The letter T appears twice. So probability = 2/11.
Question 27
Calculate the total surface area of a sphere with radius 3.5cm. (Take pi = 22/7)
A. 154 cm²
B. 38.5 cm²
C. 616 cm²
D. 77 cm²
Answer: A. 154 cm²
Explanation: Area = 4 * pi * r² = 4 * (22/7) * 3.5 * 3.5 = 154.
Question 28
P varies directly as Q and inversely as R. If P = 10 when Q = 2 and R = 5, find P when Q = 4 and R = 2.
A. 20
B. 40
C. 50
D. 100
Answer: C. 50
Explanation: P = kQ/R. 10 = k(2)/5, so k = 25. When Q=4 and R=2, P = (25 * 4) / 2 = 100 / 2 = 50.
Question 29
Find the mean of 1, 2, x, and 4 if the mean is 3.
A. 3
B. 4
C. 5
D. 6
Answer: C. 5
Explanation: (1 + 2 + x + 4) / 4 = 3. 7 + x = 12. x = 5.
Question 30
Find the size of each interior angle of a regular decagon (10-sided polygon).
A. 120 degrees
B. 135 degrees
C. 144 degrees
D. 150 degrees
Answer: C. 144 degrees
Explanation: Sum of interior angles = (10-2) * 180 = 1440. Each angle = 1440 / 10 = 144.
Question 31
Find the roots of the equation 2x² - 5x - 3 = 0.
A. 3 and -0.5
B. -3 and 0.5
C. 1.5 and -1
D. 2 and -0.75
Answer: A. 3 and -0.5
Explanation: (2x + 1)(x - 3) = 0. x = -1/2 or x = 3.
Question 32
A ladder reaches 8m up a vertical wall. If the foot of the ladder is 6m from the wall, find the length of the ladder.
A. 10m
B. 14m
C. 2m
D. 12m
Answer: A. 10m
Explanation: Length = square root of (8² + 6²) = square root of (64 + 36) = 10.
Question 33
Find the sum to infinity of the Geometric Progression: 1, 1/2, 1/4, ...
A. 1.5
B. 2
C. 3
D. Infinity
Answer: B. 2
Explanation: Sum = a / (1 - r) = 1 / (1 - 0.5) = 1 / 0.5 = 2.
Question 34
An item was sold for 900 Naira at a discount of 10%. Find the marked price.
A. 810 Naira
B. 990 Naira
C. 1000 Naira
D. 1100 Naira
Answer: C. 1000 Naira
Explanation: 90% of marked price = 900. Marked price = 900 / 0.9 = 1000.
Question 35
Find the value of 1101 (base 2) divided by 11 (base 2).
A. 100 (base 2)
B. 101 (base 2)
C. 111 (base 2)
D. 11 (base 2)
Answer: B. 101 (base 2)
Explanation: 1101 is 13 in base 10. 11 is 3 in base 10. 13 divided by 3 is 4 remainder 1 (Wait, this is integer division). 1101/11 = 100.1... No, let's do binary long division: 11 goes into 1101: 11 goes into 11 once, leave 0. 0 remains, then 1. 100 remainder 1. 100.01. Wait, let's re-evaluate: 1101 / 11. In base 10, it is 13/3. If it were 1111/11 it would be 101. 1101/11 is 100.0101... Let's use a simpler division: 1111 (base 2) / 101 (base 2) = 11 (base 2). If the question is 1111 (15) / 11 (3) = 101 (5). Let's use 1111 / 11. Answer: 101.
Question 36
Describe the locus of points equidistant from two intersecting straight lines.
A. A circle
B. A perpendicular bisector
C. The angle bisectors
D. A parallel line
Answer: C. The angle bisectors
Explanation: Points equidistant from two intersecting lines lie on the bisectors of the angles between the lines.
Question 37
Find the volume of a square pyramid with base side 6cm and height 10cm.
A. 360 cm³
B. 120 cm³
C. 60 cm³
D. 180 cm³
Answer: B. 120 cm³
Explanation: Volume = (1/3) * Base Area * Height = (1/3) * (6 * 6) * 10 = 12 * 10 = 120.
Question 38
Solve the inequality: (x + 2) / 3 - (x - 1) / 2 is less than 0.
A. x is less than 7
B. x is greater than 7
C. x is less than 1
D. x is greater than 1
Answer: B. x is greater than 7
Explanation: Multiply by 6: 2(x + 2) - 3(x - 1) < 0. 2x + 4 - 3x + 3 < 0. -x + 7 < 0. x > 7.
Question 39
If the probability of success is 0.7, what is the probability of failure?
A. 0.7
B. 0.3
C. 0.5
D. 1.0
Answer: B. 0.3
Explanation: Probability of failure = 1 - Probability of success = 1 - 0.7 = 0.3.
Question 40
In triangle ABC, a = 5cm, b = 7cm, and sin A = 0.4. Find sin B.
A. 0.28
B. 0.56
C. 0.8
D. 0.5
Answer: B. 0.56
Explanation: Using sine rule: a/sin A = b/sin B. 5/0.4 = 7/sin B. sin B = (7 * 0.4) / 5 = 2.8 / 5 = 0.56.
Question 41
The distance from the center of a circle of radius 13cm to a chord is 5cm. Find the length of the chord.
A. 8 cm
B. 12 cm
C. 24 cm
D. 18 cm
Answer: C. 24 cm
Explanation: Half-chord length = square root of (13² - 5²) = square root of (169 - 25) = 12. Full chord = 2 * 12 = 24.
Question 42
Find the value of x if 4x = 2 (mod 6) and 0 is less than or equal to x which is less than 6.
A. 2 or 5
B. 1 or 4
C. 3 or 5
D. 2 or 4
Answer: A. 2 or 5
Explanation: 4(2)=8=2(mod 6). 4(5)=20=2(mod 6). So x = 2 or 5.
If Set X has 5 elements, how many subsets does it have?
A. 10
B. 25
C. 32
D. 16
Answer: C. 32
Explanation: Number of subsets = 2 raised to the power of the number of elements = 2^5 = 32.
Question 45
Calculate the area of a trapezium with parallel sides 8cm and 12cm, and height 5cm.
A. 100 cm²
B. 50 cm²
C. 480 cm²
D. 25 cm²
Answer: B. 50 cm²
Explanation: Area = 0.5 * (Sum of parallel sides) * height = 0.5 * (8 + 12) * 5 = 50.
Question 46
A man's monthly income is 40,000 Naira. If he pays 5% as tax, find his net income.
A. 2,000 Naira
B. 38,000 Naira
C. 35,000 Naira
D. 42,000 Naira
Answer: B. 38,000 Naira
Explanation: Tax = 0.05 * 40,000 = 2,000. Net income = 40,000 - 2,000 = 38,000.
Question 47
How many lines of symmetry does a regular pentagon have?
A. 1
B. 3
C. 5
D. 10
Answer: C. 5
Explanation: A regular polygon with n sides has n lines of symmetry.
Question 48
If x varies as y and inversely as z, express x in terms of y, z, and a constant k.
A. x = kyz
B. x = ky/z
C. x = kz/y
D. x = k/(yz)
Answer: B. x = ky/z
Explanation: Direct variation goes to the numerator, inverse variation goes to the denominator.
Question 49
Find the standard deviation of the numbers 3, 3, 3, 3.
A. 3
B. 0
C. 1
D. 9
Answer: B. 0
Explanation: Since all numbers are the same, there is no deviation from the mean.
Question 50
Calculate the distance between two points on the same longitude with latitudes 30 degrees North and 40 degrees South. (Take pi = 22/7, Radius of Earth = 6400km)
A. 7822 km
B. 1117 km
C. 4480 km
D. 8800 km
Answer: A. 7822 km
Explanation: Angle difference = 30 + 40 = 70. Distance = (70/360) * 2 * (22/7) * 6400 = 7822.2 km.