African Culture snippets, Proverbs, and Trivia Questions Repository
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the simple interest on ₦20,000 for 3 years at $5\%$ per annum
Answer: ₦3,000
Historical Context: Solving: $\text{Formula} = \frac{P \times R \times T}{100} = \frac{20000 \times 5 \times 3}{100} = 200 \times 15 = ₦3,000$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the lowest common multiple (LCM) of 12, 18, and 30.
Answer: 180
Historical Context: Context: Find prime factors: $12 = 2^2 \times 3$, $18 = 2 \times 3^2$, $30 = 2 \times 3 \times 5$. Take the highest power of each factor:$$2^2 \times 3^2 \times 5 = 4 \times 9 \times 5 = 180$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the length of an arc which subtends an angle of $60^\circ$ at the centre of a circle of radius $7\text{ cm}$. [Take $\pi = \frac{22}{7}$]
Answer: $7.33\text{ cm}$
Historical Context: Context: Using the arc length formula $L = \frac{\theta}{360} \times 2\pi r$:$$L = \frac{60}{360} \times 2 \times \frac{22}{7} \times 7 = \frac{1}{6} \times 44 = \frac{22}{3} \approx 7.33\text{ cm}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the value of $y$ if $\log_3(y - 4) = 2$
Answer: 13
Historical Context: Context: Change the log equation into exponential format:$$y - 4 = 3^2$$$$y - 4 = 9 \implies y = 13$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Simplify the expression: $\sqrt{75} - \sqrt{27} + \sqrt{12}$.
Answer: $4\sqrt{3}$
Historical Context: Solving: Simplify to basic surds: $\sqrt{25 \times 3} - \sqrt{9 \times 3} + \sqrt{4 \times 3} = 5\sqrt{3} - 3\sqrt{3} + 2\sqrt{3} = 4\sqrt{3}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $\sqrt{50} - \sqrt{18} = k\sqrt{2}$, find the value of $k$
Answer: 2
Historical Context: Context: Simplify each surd by finding perfect square factors:$$\sqrt{50} = \sqrt{25 \times 2} = 5\sqrt{2}$$$$\sqrt{18} = \sqrt{9 \times 2} = 3\sqrt{2}$$Subtracting them yields:$$5\sqrt{2} - 3\sqrt{2} = 2\sqrt{2} \implies k = 2$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: In a class of 40 students, 25 offer Mathematics and 18 offer Physics. If 7 students offer both subjects, find how many offer neither.
Answer: 4
Historical Context: Context: Let $x$ be the number of students offering neither. Using set theory rules:$$\text{Total} = (\text{Math only}) + (\text{Physics only}) + (\text{Both}) + (\text{Neither})$$$$40 = (25 - 7) + (18 - 7) + 7 + x \implies 40 = 18 + 11 + 7 + x$$$$40 = 36 + x \implies x = 4$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: The third term of a Geometric Progression (G.P.) is 18 and its fourth term is 54. Find the first term
Answer: 2
Historical Context: Solving: Common ratio $r = \frac{T_4}{T_3} = \frac{54}{18} = 3$. $T_3 = a \cdot r^2 = 18 \implies a \cdot (3^2) = 18 \implies 9a = 18 \implies a = 2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the Highe6st Common Factor (HCF) of 18, 24, and 42.
Answer: $ 6 $
Historical Context: Solving: Find the prime factors: $18 = 2 \times 3^2$, $24 = 2^3 \times 3$, $42 = 2 \times 3 \times 7$. The common factors are 2 and 3. $\text{HCF} = 2 \times 3 = 6$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve the linear equation: $4(x - 3) = 2x + 8$
Answer: $ x = 10 $
Historical Context: Solving: Expand the brackets: $4x - 12 = 2x + 8$. Collect like terms: $4x - 2x = 8 + 12 \implies 2x = 20 \implies x = 10$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the value of $x$ if $\frac{3}{x} = \frac{12}{20}$.
Answer: 5
Historical Context: Solving: Cross-multiply: $12x = 3 \times 20 \implies 12x = 60 \implies x = \frac{60}{12} = 5$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the gradient of the curve $y = x^2 - 4x$ at the point where $x = 5$
Answer: 6
Historical Context: Context: Differentiate the curve equation to find the general gradient function: $\frac{dy}{dx} = 2x - 4$. Now substitute the target point coordinate $x = 5$:$$\text{Gradient} = 2(5) - 4 = 10 - 4 = 6$$
Category: Idioms & Meanings - Cultural Insights & Solutions
Question: I have cities, but no houses. I have mountains, but no trees. What am I?
Answer: A map
Historical Context: A map has a lot of things on it but lack
Category: Exam Preparation - Cultural Insights & Solutions
Question: If the gradient of a straight line passing through $(3, y)$ and $(5, 8)$ is $2$, find the value of $y$
Answer: 4
Historical Context: Context: The gradient formula is $m = \frac{y_2 - y_1}{x_2 - x_1}$:$$2 = \frac{8 - y}{5 - 3} \implies 2 = \frac{8 - y}{2} \implies 4 = 8 - y \implies y = 4$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: A car travels at a uniform speed of $80\text{km/h}$. What distance does it cover in 45 minutes?
Answer: $60\text{km}$
Historical Context: Solving: Convert 45 minutes to hours: $\frac{45}{60} = 0.75\text{ hours}$. $\text{Distance} = \text{Speed} \times \text{Time} = 80 \times 0.75 = 60\text{km}$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve the inequality: $3x - 5 > 7x + 11$
Answer: $x < -4$
Historical Context: Solving: Rearrange variables: $-5 - 11 > 7x - 3x \implies -16 > 4x \implies -4 > x$. Flip direction to match standard layout: $x < -4$
Category: Jokes & Witty Words - Cultural Insights & Solutions
Question: Why did the student bring a heavy blanket into the exam hall for their West African history paper?
Answer: Because they heard the questions on the ancient Mali Empire were going to be absolutely freezing cold!
Historical Context: 😂 Wit: Lighthearted school humor
Category: Riddles & Brainteasers - Cultural Insights & Solutions
Question: Two legs sat on three legs eating one leg. Along came four legs and snatched one leg. Up jumped two legs, picked up three legs, and threw it at four legs to get one leg back. What is happening?
Answer: A person (2 legs) sitting on a stool (3 legs) eating a chicken leg (1 leg). A dog (4 legs) steals the chicken leg, and the person throws the stool at the dog.
Historical Context: 🧠 Riddle: Classic logic puzzle to test text-wrapping inside your grid cards
Category: Exam Preparation - Cultural Insights & Solutions
Question: A shadow cast by a flagpole is $10\text{m}$ long. If the angle of elevation of the sun is $60^\circ$, find the height of the flagpole.
Answer: $10\sqrt{3}\text{m}$
Historical Context: Solving: $\tan(60^\circ) = \frac{\text{Height}}{10} \implies \sqrt{3} = \frac{\text{Height}}{10} \implies \text{Height} = 10\sqrt{3}\text{m}$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the range of values of $x$ for which $3x - 7 \leq 5x + 3$
Answer: $x \geq -5$
Historical Context: Context: Collect like terms to solve the inequality:$$-7 - 3 \leq 5x - 3x \implies -10 \leq 2x$$Dividing both sides by 2 yields:$$-5 \leq x \text{ which reads as } x \geq -5$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the perimeter of a rectangular football field whose length is $90\text{m}$ and width is $60\text{m}$
Answer: $300\text{m}$
Historical Context: Solving: $\text{Perimeter} = 2(L + W) = 2(90 + 60) = 2(150) = 300\text{m}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Figures of Speech: I have told you a thousand times!" is an example of?
Answer: Hyperbole
Historical Context: Explanation: An intentional and obvious exaggeration
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $\text{N}520$ is shared between Chidi and Tunde in the ratio $5:8$, how much does Tunde receive?
Answer: $\text{N}320$
Historical Context: Context: Total ratio parts $= 5 + 8 = 13$. Tunde's share is:$$\frac{8}{13} \times 520 = 8 \times 40 = 320$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Figures of Speech: The stars danced in the sky.
Answer: Personification
Historical Context: The stars are given the human ability to dance
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the median of this data distribution: $14, 9, 12, 16, 20, 11, 7$
Answer: 12
Historical Context: Solving: Sort dataset in ascending order: $7, 9, 11, \mathbf{12}, 14, 16, 20$. The middle value positions at index 4, which is exactly 12
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the median of the following distribution of numbers: $7, 3, 9, 5, 6, 3, 8$.
Answer: 6
Historical Context: Context: First, rearrange the list of numbers in ascending order: $3, 3, 5, 6, 7, 8, 9$. Since there are 7 terms, the middle (4th) position value is the median:$$\text{Median} = 6$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve for $x$ in the equation: $2^{3x-1} = 32$
Answer: $x = 2$
Historical Context: Solving: Convert 32 to base 2: $32 = 2^5$. Equate bases: $2^{3x-1} = 2^5 \implies 3x - 1 = 5 \implies 3x = 6 \implies x = 2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Vocabulary: A 'neophyte' is a _________
Answer: Beginner / Novice
Historical Context: Someone new to a subject or belief
Category: Exam Preparation - Cultural Insights & Solutions
Question: Expand the algebraic expression: $(2x + 3)(x - 4)$
Answer: $2x^2 - 5x - 12$
Historical Context: Solving: Expand via FOIL method: $2x(x) + 2x(-4) + 3(x) + 3(-4) = 2x^2 - 8x + 3x - 12 = 2x^2 - 5x - 12$
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Select the correct option: The disciplinary committee has submitted _______ report
Answer: It's
Historical Context: UTME Pronoun Usage (Collective noun "committee" takes the singular neuter possessive "its")
Category: Jokes & Witty Words - Cultural Insights & Solutions
Question: How do you know an African mother is about to deploy the "ultimate weapon" during an argument?
Answer: When she starts a sentence with "Is it me you are looking at like that?" or unties her wrapper to retie it tighter.
Historical Context: 😂 Humour: Relatable observational comedy to test how well the UI presents multi-line answers
Category: Exam Preparation - Cultural Insights & Solutions
Question: Vocabulary: What does 'ambiguous' mean?
Answer: Open to more than one interpretation
Historical Context: "Each" is singular and takes a singular verb.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Express $400\text{g}$ as a percentage of $2\text{kg}$.
Answer: $20\%$
Historical Context: Solving: Convert units to match: $2\text{kg} = 2000\text{g}$. Now calculate percentage: $\frac{400}{2000} \times 100\% = \frac{1}{5} \times 100\% = 20\%$
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Choose the option that has the same vowel sound as "Seat"
Answer: Key / Meat
Historical Context: WASSCE Idiomatic Expressions ("With a grain of salt" implies skepticism)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the scalar product (dot product) of vectors $\mathbf{a} = 3\mathbf{i} + 4\mathbf{j}$ and $\mathbf{b} = 2\mathbf{i} - 1\mathbf{j}$
Answer: 2
Historical Context: Solving: Multiply matching direction coefficients: $(a_x \cdot b_x) + (a_y \cdot b_y) = (3 \times 2) + (4 \times -1) = 6 - 4 = 2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $15\%$ of a number is 45, find the complete number.
Answer: 300
Historical Context: Solving: Let the number be $x$. $\frac{15}{100} \times x = 45 \implies 15x = 4500 \implies x = \frac{4500}{15} = 300$
Category: Exam Preparation - Cultural Insights & Solutions
Question: If 6 identical textbooks cost ₦9,000, how much will 10 of these textbooks cost?
Answer: ₦15,000
Historical Context: Solving: Find the cost of a single book: $\frac{9000}{6} = 1500$. Multiply by 10 books: $1500 \times 10 = ₦15,000$
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Choose the word with the correct stress pattern: CATASTROPHE
Answer: ca-TAS-tro-phe
Historical Context: UTME Oral English (Stress on the second syllable for this noun format)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Convert $45_{10}$ to a binary number (base 2)
Answer: $101101_2$
Historical Context: Solving: Divide continuously by 2 and track remainders: $45/2 = 22 \text{ R } 1$; $22/2 = 11 \text{ R } 0$; $11/2 = 5 \text{ R } 1$; $5/2 = 2 \text{ R } 1$; $2/2 = 1 \text{ R } 0$; $1/2 = 0 \text{ R } 1$. Read upwards: $101101_2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the total surface area of a solid sphere of radius $7\text{ cm}$. [Take $\pi = \frac{22}{7}$]
Answer: $616\text{ cm}^2$
Historical Context: Context: The surface area formula for a sphere is $A = 4\pi r^2$:$$A = 4 \times \frac{22}{7} \times 7^2 = 4 \times \frac{22}{7} \times 49 = 4 \times 22 \times 7 = 616\text{ cm}^2$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the Lowest Common Multiple (LCM) of 12, 15, and 18.
Answer: 180
Historical Context: Solving: Prime factors: $12 = 2^2 \times 3$, $15 = 3 \times 5$, $18 = 2 \times 3^2$. Take the highest powers of all prime factors involved: $2^2 \times 3^2 \times 5 = 4 \times 9 \times 5 = 180$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Figures of Speech: What figure of speech is "The wind whispered through the trees"?
Answer: Personification
Category: Exam Preparation - Cultural Insights & Solutions
Question: Figures of Speech: What figure of speech is "Time is a thief"?
Answer: Metaphor
Historical Context: Explanation: Direct comparison without using "as" or "like."
Category: Exam Preparation - Cultural Insights & Solutions
Question: A student measured the length of a desk as $2.5\text{m}$ instead of the actual length of $2.4\text{m}$. Calculate the percentage error.
Answer: $4.17\%$
Historical Context: Solving: $\text{Error} = 2.5 - 2.4 = 0.1$. $\text{Percentage Error} = \frac{\text{Error}}{\text{Actual}} \times 100\% = \frac{0.1}{2.4} \times 100\% = 4.166...\% \approx 4.17\%$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the gradient (slope) of the line joining points $A(2, 5)$ and $B(4, 13)$
Answer: 4
Historical Context: Solving: $\text{Gradient } m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{13 - 5}{4 - 2} = \frac{8}{2} = 4$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Evaluate the definite integral: $\int_{1}^{3} (2x + 3) \,dx$
Answer: 14
Historical Context: Context: Integrate the function first: $\int (2x + 3) \,dx = x^2 + 3x$. Now evaluate it between the limits 1 and 3:$$\left[3^2 + 3(3)\right] - \left[1^2 + 3(1)\right] = [9 + 9] - [1 + 3] = 18 - 4 = 14$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Simplify the expression: $2\frac{1}{2} + 1\frac{3}{4} - 1\frac{1}{8}$
Answer: $3\frac{1}{8}$
Historical Context: Solving: Convert to improper fractions: $\frac{5}{2} + \frac{7}{4} - \frac{9}{8}$. Find the LCM of 2, 4, and 8, which is 8: $\frac{20 + 14 - 9}{8} = \frac{25}{8} = 3\frac{1}{8}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the 15th term of the Arithmetic Progression (A.P.): $3, 7, 11, 15, ...$
Answer: 59
Historical Context: Solving: First term $a = 3$, common difference $d = 4$. Formula: $T_n = a + (n-1)d \implies T_{15} = 3 + (14 \times 4) = 3 + 56 = 59$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the mean of the following set of test scores: $12, 15, 18, 13, 17, 20, 14$
Answer: 15.57
Historical Context: Context: Calculate the sum of the observations and divide by the total count ($n=7$):$$\text{Sum} = 12 + 15 + 18 + 13 + 17 + 20 + 14 = 109$$$$\text{Mean} = \frac{109}{7} \approx 15.57$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Fill the blank: The dynamic young manager is looking forward to _______ the new branch next month
Answer: Managing / Taking over
Historical Context: WASSCE Lexis (The phrase "looking forward to" must be followed by a gerund/noun
Category: Exam Preparation - Cultural Insights & Solutions
Question: Express $0.0375$ as a fraction in its lowest terms
Answer: $\frac{3}{80}$
Historical Context: Solving: Write as a fraction: $\frac{375}{10000}$. Divide both numerator and denominator by their HCF (125): $\frac{375 \div 125}{10000 \div 125} = \frac{3}{80}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Rationalize the denominator of the expression: $\frac{6}{\sqrt{3}}$.
Answer: $2\sqrt{3}$
Historical Context: Solving: Multiply both numerator and denominator by $\sqrt{3}$: $\frac{6 \times \sqrt{3}}{\sqrt{3} \times \sqrt{3}} = \frac{6\sqrt{3}}{3} = 2\sqrt{3}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the sum of the interior angles of a regular hexagon
Answer: $720^\circ$
Historical Context: Context: The formula for the sum of interior angles of an n-sided polygon is $(n - 2) \times 180^\circ$. For a hexagon, $n = 6$:$$(6 - 2) \times 180^\circ = 4 \times 180^\circ = 720^\circ$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the mean deviation of the numbers: $4, 7, 10$
Answer: 2
Historical Context: Context: First, find the arithmetic mean: $\frac{4+7+10}{3} = \frac{21}{3} = 7$. Next, calculate the absolute deviations from the mean: $\vert{}4-7\vert{}=3$, $\vert{}7-7\vert{}=0$, $\vert{}10-7\vert{}=3$. Mean of deviations:$$\frac{3 + 0 + 3}{3} = \frac{6}{3} = 2$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Which ancient empire was renowned for its intricate bronze casting techniques used for royal regalia, dating back to at least the 13th century?
Answer: The Benin Empire
Historical Context: Exam Prep: West African History Senior Secondary syllabus
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculus: Find the gradient of the curve $y = x^2 - 4x + 5$ at the point where $x = 3$
Answer: 2
Historical Context: Solving: Find the derivative function first: $\frac{dy}{dx} = 2x - 4$. Substitute target value $x = 3$: $2(3) - 4 = 6 - 4 = 2$
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $23_x + 15_x = 41_x$, find the value of the base $x$
Answer: Base 6
Historical Context: Context:$$23_x + 15_x = 41_x$$Convert to base 10:$$(2x + 3) + (x + 5) = 4x + 1 \\ 3x + 8 = 4x + 1 \\ x = 7$$Wait, let us re-evaluate: $2(6)+3 + 1(6)+5 = 15+11 = 26$. $4(6)+1 = 25$. Let's solve the linear equation correctly: $3x + 8 = 4x + 1 \implies x = 7$. Base is 7
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the value of $x$ for which the rational function $f(x) = \frac{2x + 5}{3x - 9}$ is undefined
Answer: 3
Historical Context: Context: A fractional function becomes undefined when its denominator values equal 0. Set the lower boundary formula to 0:$$3x - 9 = 0 \implies 3x = 9 \implies x = 3$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Evaluate the expression $\frac{x^2 - 4}{x^2 - x - 2}$ to its simplest form.
Answer: $\frac{x + 2}{x + 1}$
Historical Context: Context: Factorize the numerator using difference of two squares, and factorize the denominator:$$\frac{(x - 2)(x + 2)}{(x - 2)(x + 1)}$$Canceling out the common factor $(x - 2)$ leaves:$$\frac{x + 2}{x + 1}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the cube root of $216$
Answer: $6$
Historical Context: Solving: Prime factorize 216: $2^3 \times 3^3$. Taking the cube root leaves: $2 \times 3 = 6$. Check: $6 \times 6 \times 6 = 216$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Complete the expression: The assignment was quite difficult, but I managed to get through _______ it
Answer: With
Historical Context: WASSCE Phrasal Verbs standard syntax testing.
Category: Exam Preparation - Cultural Insights & Solutions
Question: 16 JAMB UTME Choose the option nearest in meaning to adroit
Answer: Skillful / Clever
Historical Context: UTME Vocabulary assessment testing complex adjectives
Category: Exam Preparation - Cultural Insights & Solutions
Question: A boy buys a school bag for ₦4,000 and sells it for ₦4,800. What is his percentage profit?
Answer: $20\%$
Historical Context: Solving: $\text{Profit} = 4,800 - 4,000 = 800$. $\text{Percentage Profit} = \frac{800}{4000} \times 100\% = \frac{1}{5} \times 100\% = 20\%$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: A bag contains 4 red balls and 6 blue balls. If two balls are drawn at random with replacement, find the probability that both are red.
Answer: $\frac{4}{25}$
Historical Context: Solving: Total balls $= 10$. $\text{P(Red)} = \frac{4}{10} = \frac{2}{5}$. Since drawn with replacement, probabilities remain independent: $\frac{2}{5} \times \frac{2}{5} = \frac{4}{25}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Complete the sentence: If I had known you were coming, I _______ have baked a cake
Answer: Would
Historical Context: WASSCE Conditional Clauses (Type 3 conditional requires past perfect + would have)
Category: Idioms & Meanings - Cultural Insights & Solutions
Question: The lizard that jumped from the high iroko tree said he would praise himself if no one else did.
Answer: It means you should recognize your own achievements and be proud of your efforts, even if others don't notice or celebrate you
Historical Context: Meaning: Emphasizes self-worth and self-validation
Category: Exam Preparation - Cultural Insights & Solutions
Question: NECO SSCE Choose the correct option: The new policies are quite different _______ the old ones
Answer: From
Historical Context: SSCE Prepositions (Standard English rule: objects differ from each other, not than)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the area of a circle whose diameter is $14\text{cm}$. (Take $\pi = \frac{22}{7}$)
Answer: $154\text{cm}^2$
Historical Context: Solving: Radius $r = \frac{14}{2} = 7\text{cm}$. $\text{Area} = \pi r^2 = \frac{22}{7} \times 7 \times 7 = 22 \times 7 = 154\text{cm}^2$
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Choose the correct interpretation: The contractor turned a deaf ear to our complaints
Answer: He completely ignored the complaints
Historical Context: UTME Idioms and Idiomatic Expressions
Category: Exam Preparation - Cultural Insights & Solutions
Question: Sentence Structure: Identify the error: "He don't like beans."
Answer: He doesn't like beans
Historical Context: Explanation: Describing someone who keeps rather than gives.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Convert $11011_2$ to a base 10 integer
Answer: 27
Historical Context: Solving: Expand powers: $(1 \times 2^4) + (1 \times 2^3) + (0 \times 2^2) + (1 \times 2^1) + (1 \times 2^0) = 16 + 8 + 0 + 2 + 1 = 27$
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Fill the blank: We should have arrived by now, _______ we?
Answer: Shouldn't
Historical Context: WASSCE Question Tags (Positive statements take a negative tag)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the 15th term of the Arithmetic Progression (A.P.): $5, 9, 13, 17, \dots$
Answer: 61
Historical Context: Context: The first term $a = 5$ and the common difference $d = 9 - 5 = 4$. Using the formula for the nth term $T_n = a + (n-1)d$:$$T_{15} = 5 + (15 - 1)4 = 5 + (14 \times 4) = 5 + 56 = 61$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Share ₦5,000 between Chidi and Taiwo in the ratio $2:3$. How much does Taiwo get?
Answer: ₦3,000
Historical Context: Solving: Total ratio parts $= 2 + 3 = 5$. Taiwo's share $= \frac{3}{5} \times 5,000 = 3 \times 1,000 = ₦3,000$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve the system of inequalities: $2x - 1 \le 5$ and $x + 3 > 1$
Answer: $-2 < x \le 3$
Historical Context: Solving: First equation: $2x \le 6 \implies x \le 3$. Second equation: $x > -2$. Combined solution range is $-2 < x \le 3$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: $y$ varies inversely as $x$. If $y=4$ when $x=3$, find the value of $y$ when $x=6$
Answer: 2
Historical Context: Solving: Variation equation: $y = \frac{k}{x} \implies k = y \cdot x = 4 \times 3 = 12$. Now find $y$ when $x=6$: $y = \frac{12}{6} = 2$
Category: Exam Preparation - Cultural Insights & Solutions
Question: A desktop computer depreciates by $15\%$ each year. If its initial value is $\text{N}200,000$, find its value after 2 years
Answer: $\text{N}144,500$
Historical Context: Using the compound depreciation formula $A = P(1 - r)^2$:$$A = 200000 \times (1 - 0.15)^2$$$$A = 200000 \times (0.85)^2 = 200000 \times 0.7225 = 144500$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Vocabulary: What does 'Pragmatic' mean?
Answer: Practical or Realistic
Historical Context: English Language exam questions while dealing with things sensibly and realistically.
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $\sin \theta = \frac{3}{5}$ and $\theta$ is acute, find the value of $\tan \theta$
Answer: $\frac{3}{4}$
Historical Context: Solving: Using a standard 3-4-5 right triangle, the adjacent side is $\sqrt{5^2 - 3^2} = 4$. $\tan \theta = \frac{\text{Opposite}}{\text{Adjacent}} = \frac{3}{4}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Differentiate the function with respect to $x$: $y = 4x^3 - 5x^2 + 2x - 7$.
Answer: $12x^2 - 10x + 2$
Historical Context: Solving: Apply power rule formula $\frac{d}{dx}(ax^n) = n \cdot ax^{n-1} \implies (3 \times 4)x^2 - (2 \times 5)x^1 + 2 = 12x^2 - 10x + 2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Make $t$ the subject of the formula: $v = u + at$.
Answer: $t = \frac{v - u}{a}$
Historical Context: Context: Subtract $u$ from both sides:$$v - u = at$$Divide both sides by the acceleration variable $a$:$$t = \frac{v - u}{a}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve the quadratic equation for $x$: $2x^2 - 5x - 3 = 0$
Answer: $x = 3$ or $x = -\frac{1}{2}$
Historical Context: Context: Factorize by splitting the middle term:$$2x^2 - 6x + x - 3 = 0 \\ 2x(x - 3) + 1(x - 3) = 0 \\ (2x + 1)(x - 3) = 0 \implies x = 3 \text{ or } -\frac{1}{2}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: What is the historical significance of the 'Golden Stool' (Sika Dwa Kofi) in the Ashanti Kingdom?
Answer: It is believed to house the collective soul of the Ashanti nation and serves as the ultimate symbol of unity and royal authority
Historical Context: History Exam Questions
Category: Exam Preparation - Cultural Insights & Solutions
Question: Divide the standard form value $6.4 \times 10^7$ by $2.0 \times 10^3$
Answer: $3.2 \times 10^4$
Historical Context: Context: Divide the coefficients and subtract the indices:$$\frac{6.4}{2.0} \times 10^{7-3} = 3.2 \times 10^4$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Choose the option nearest in meaning to the underlined word: The president given a magnanimous speech
Answer: Generous / Forgiving
Historical Context: UTME Synonyms. Magnanimous means very generous or forgiving towards a rival.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Common Errors: He is senior than me. Wrong
Answer: He is senior to me
Historical Context: Explanation: "Senior," "Junior," "Superior" take "to," not "than."
Category: Exam Preparation - Cultural Insights & Solutions
Question: Two fair dice are tossed together once. Find the probability of getting a total sum of 4
Answer: $\frac{1}{12}$
Historical Context: Context: Total sample space when tossing two dice $= 6 \times 6 = 36$. The combinations that sum up to 4 are: $(1,3), (2,2), (3,1)$ (3 outcomes).$$\text{Probability} = \frac{3}{36} = \frac{1}{12}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: In a class of 50 students, 30 speak Yoruba, 25 speak Igbo, and 10 speak both languages. How many speak neither language?
Answer: 5
Historical Context: Solving: Using Venn formula: $N(Y \cup I) = N(Y) + N(I) - N(Y \cap I) = 30 + 25 - 10 = 45$. Neither language $= 50 - 45 = 5$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the coordinates of the midpoint of the line segment joining the points $A(-2, 5)$ and $B(4, 9)$
Answer: $(1, 7)$
Historical Context: Context: Use the midpoint formula $M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$:$$M = \left(\frac{-2 + 4}{2}, \frac{5 + 9}{2}\right) = \left(\frac{2}{2}, \frac{14}{2}\right) = (1, 7)$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: NECO SSCE Identify the grammatical name for the underlined clause: The boy who stole the text book has been suspended.
Answer: Adjectival / Relative Clause
Historical Context: SSCE Comprehension & Grammar. It qualifies the noun "The boy"
Category: Exam Preparation - Cultural Insights & Solutions
Question: Grammar: Change the sentence from direct to indirect : He said, "I am happy"
Answer: He said that he was happy
Historical Context: English Language exam questions on Pronouns and tenses shift in reported speech.
Category: Exam Preparation - Cultural Insights & Solutions
Question: The third term of a Geometric Progression (G.P.) is 18 and the sixth term is 486. Find the common ratio $r$
Answer: 3
Historical Context: Context: Use the nth term formula $T_n = ar^{n-1}$. We have $ar^2 = 18$ and $ar^5 = 486$. Divide the two expressions:$$\frac{ar^5}{ar^2} = \frac{486}{18} \implies r^3 = 27 \implies r = \sqrt[3]{27} = 3$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: IELTS Academic Complete the sentence using the correct form: Dynamic changes in modern technology ______ recontinuous upskilling
Answer: Require
Historical Context: IELTS Grammar & Writing consistency. "Changes" is plural, requiring a plural verb
Category: Exam Preparation - Cultural Insights & Solutions
Question: An equilateral triangle has sides of length $8\text{ cm}$. Find its perpendicular height$
Answer: $4\sqrt{3}\text{ cm}$
Historical Context: Context: Dropping a vertical line bisects the base into two parts of $4\text{ cm}$ each. Using Pythagoras' theorem:$$h = \sqrt{8^2 - 4^2} = \sqrt{64 - 16} = \sqrt{48} = \sqrt{16 \times 3} = 4\sqrt{3}\text{ cm}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Spelling: Which is correct: "Separate" or "Seperate"?
Answer: Separate
Historical Context: Remember: There is 'a rat' in sep-a-rat-e.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the derivative $\frac{dy}{dx}$ of the algebraic function: $y = 3x^3 - 5x^2 + 2x - 7$.
Answer: $9x^2 - 10x + 2$
Historical Context: Context: Apply the basic power rule of differentiation $\frac{d}{dx}(ax^n) = anx^{n-1}$ term by term:$$\frac{dy}{dx} = (3 \times 3)x^{3-1} - (5 \times 2)x^{2-1} + 2 = 9x^2 - 10x + 2$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: IELTS General Identify the incorrect preposition: She has been working in this international firm since five years
Answer: Replace "since" with "for"
Historical Context: IELTS Lexical Resource (Use 'for' for total durations/periods of time)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Round off $0.004567$ to 2 significant figures.
Answer: $0.0046$
Historical Context: Solving: Non-zero counting starts at 4. The first two significant figures are 4 and 5. Look at the next digit (6), which rounds 5 up to 6. Output is $0.0046$
Category: Exam Preparation - Cultural Insights & Solutions
Question: A bag contains 4 red balls and 6 blue balls. If a ball is picked at random, what is the probability that it is red?
Answer: $\frac{2}{5}$
Historical Context: Context: Total number of outcomes $= 4 + 6 = 10$. Number of successful red outcomes $= 4$:$$\text{Probability} = \frac{4}{10} = \frac{2}{5}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Evaluate the determinant of the matrix $\begin{pmatrix} 4 & 2 \\ 3 & 5 \end{pmatrix}$.
Answer: 14
Historical Context: Solving: Determinant calculation rule for a 2x2 matrix: $(ad - bc) \implies (4 \times 5) - (2 \times 3) = 20 - 6 = 14$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Deduct $1101_2$ from $11100_2$.
Answer: $10011_2$
Historical Context: Context: Align the columns in binary subtraction:$$11100_2 - 1101_2 = 10011_2$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the length of the hypotenuse of a right-angled triangle with side lengths $5\text{cm}$ and $12\text{cm}$.
Answer: $13\text{cm}$
Historical Context: Solving: Apply Pythagoras: $c^2 = a^2 + b^2 \implies c^2 = 5^2 + 12^2 = 25 + 144 = 169$. $c = \sqrt{169} = 13\text{cm}$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Grammar: Fill in: "Neither the teacher nor the students ____ present." (was/were)
Answer: Were
Historical Context: Explanation: The verb agrees with the subject closer to it
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the determinant of the $2 \times 2$ matrix $P = \begin{pmatrix} 4 & 3 \\ 2 & 5 \end{pmatrix}$
Answer: 14
Historical Context: Context: The determinant of a matrix $\begin{pmatrix} a & b \\ c & d \end{pmatrix}$ is evaluated as $ad - bc$:$$\det(P) = (4 \times 5) - (3 \times 2) = 20 - 6 = 14$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the angle of elevation of the sun when a vertical pole of height $10\text{ m}$ casts a shadow of length $10\text{ m}$ on level ground
Answer: $45^\circ$
Historical Context: Context: Let the angle of elevation be $\theta$. Using basic trigonometry $\tan \theta = \frac{\text{Opposite}}{\text{Adjacent}}$:$$\tan \theta = \frac{10}{10} = 1 \implies \theta = \tan^{-1}(1) = 45^\circ$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Complete the idiom: He is an unreliable fellow; you should take everything he says with a grain of _______.
Answer: Salt
Historical Context: WASSCE Idiomatic Expressions ("With a grain of salt" implies skepticism).
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $\cos \theta = \frac{4}{5}$ and $\theta$ is an acute angle, find the value of $\tan \theta$
Answer: $\frac{3}{4}$
Historical Context: Context: Using a right-angled triangle where adjacent $= 4$ and hypotenuse $= 5$, find the opposite side using Pythagoras' theorem:$$\text{Opposite} = \sqrt{5^2 - 4^2} = \sqrt{25 - 16} = \sqrt{9} = 3$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: WASSCE Fill the gap: You cannot drive a car _______ you possess a valid driver’s license
Answer: Unless
Historical Context: WASSCE Conjunctions and conditional linkers
Category: Exam Preparation - Cultural Insights & Solutions
Question: Evaluate without tables: $\log_{2} 16 + \log_{3} 27 - \log_{5} 25$.
Answer: 5
Historical Context: Solving: Simplify each block: $\log_2 2^4 = 4$; $\log_3 3^3 = 3$; $\log_5 5^2 = 2$. Combined equation evaluation: $4 + 3 - 2 = 5$
Category: Exam Preparation - Cultural Insights & Solutions
Question: NECO SSCE Complete the phrase: By the time the police arrived, the armed robbers _______ escaped.
Answer: Had
Historical Context: SSCE Past Perfect Tense sequence tracking events before another past action
Category: Exam Preparation - Cultural Insights & Solutions
Question: What is the remainder when $x^2 - 5x + 7$ is divided by $(x - 2)$?
Answer: 1
Historical Context: Solving: Apply Remainder Theorem by substituting $x = 2$ into the polynomial expression: $(2)^2 - 5(2) + 7 = 4 - 10 + 7 = 1$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Express $0.0003472$ in standard scientific form correct to 3 significant figures
Answer: $3.47 \times 10^{-4}$
Historical Context: Move the decimal point 4 places to the right to get $3.472$. The 4th digit is 2, so round down.$$3.47 \times 10^{-4}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: If the internal angles of a triangle are in the ratio $2:3:5$, calculate the size of the largest angle
Answer: $90^\circ$
Historical Context: Solving: Sum of angles in a triangle $= 180^\circ$. Total ratio parts $= 2+3+5=10$. Largest share $= \frac{5}{10} \times 180^\circ = 90^\circ$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the volume of a cylinder with radius $3.5\text{cm}$ and height $10\text{cm}$. (Take $\pi = \frac{22}{7}$)
Answer: $385\text{cm}^3$
Historical Context: Solving: $\text{Volume} = \pi r^2 h = \frac{22}{7} \times 3.5 \times 3.5 \times 10 = \frac{22}{7} \times 12.25 \times 10 = 385\text{cm}^3$
Category: Exam Preparation - Cultural Insights & Solutions
Question: If $x^2 - kx + 16$ is a perfect square, find the positive value of the constant $k$
Answer: 8
Historical Context: Context: For a quadratic expression to be a perfect square, its discriminant must equal zero ($b^2 - 4ac = 0$):$$(-k)^2 - 4(1)(16) = 0 \implies k^2 - 64 = 0$$$$k^2 = 64 \implies k = \sqrt{64} = 8$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Evaluate the definite integral: $\int_{1}^{3} 3x^2 \,dx$
Answer: 26
Historical Context: Solving: Integrate function: $[x^3]_1^3$. Substitute boundaries into derived expression: $(3^3) - (1^3) = 27 - 1 = 26$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Simplify the expression: $3\frac{1}{4} \times \left(2\frac{2}{3} \div 1\frac{5}{6}\right)$
Answer: $4\frac{8}{11}$
Historical Context: Context: Convert to improper fractions:$$\frac{13}{4} \times \left(\frac{8}{3} \div \frac{11}{6}\right)$$$$\frac{13}{4} \times \left(\frac{8}{3} \times \frac{6}{11}\right) = \frac{13}{4} \times \frac{16}{11} = \frac{52}{11} = 4\frac{8}{11}$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the volume of a cylinder with a base radius of $3.5\text{ cm}$ and a height of $10\text{ cm}$. [Take $\pi = \frac{22}{7}$]
Answer: $385\text{ cm}^3$
Historical Context: Context: The volume of a cylinder is given by $V = \pi r^2 h$:$$V = \frac{22}{7} \times (3.5)^2 \times 10 = \frac{22}{7} \times 12.25 \times 10 = 385\text{ cm}^3$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the standard deviation of the simple dataset: $3, 5, 7, 9$
Answer: $\sqrt{5}$ (or $\approx 2.24$)
Historical Context: Solving: Mean $= \frac{24}{4} = 6$. Squares of deviations from mean: $(3-6)^2=9$, $(5-6)^2=1$, $(7-6)^2=1$, $(9-6)^2=9$. Variance $= \frac{9+1+1+9}{4} = \frac{20}{4} = 5$. Standard Deviation $= \sqrt{\text{Variance}} = \sqrt{5}$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: JAMB UTME Choose the option opposite in meaning to the underlined word: The manager's stringent policies alienated the staff
Answer: Lenient or Flexible
Historical Context: UTME English Lexis (Antonyms). Stringent means strict or precise
Category: Exam Preparation - Cultural Insights & Solutions
Question: Calculate the angle subtended at the center of a circle of radius $6\text{cm}$ by an arc of length $4.4\text{cm}$. (Take $\pi = \frac{22}{7}$)
Answer: $42^\circ$
Historical Context: Solving: $\text{Arc length} = \frac{\theta}{360} \times 2\pi r \implies 4.4 = \frac{\theta}{360} \times 2 \times \frac{22}{7} \times 6 \implies \theta = \frac{4.4 \times 360 \times 7}{24 \times 22} = 42^\circ$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve the simultaneous linear equations for $x$ and $y$: $3x + y = 7$ and $x - 2y = 0$
Answer: $x = 2, y = 1$
Historical Context: Context: From the second equation, express $x$ as $x = 2y$. Substitute this value into the first equation:$$3(2y) + y = 7 \implies 6y + y = 7 \implies 7y = 7 \implies y = 1$$Substituting $y = 1$ back gives $x = 2(1) = 2$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: WAEC WASSCE Fill the gap: Neither the principal nor the teachers _______ present at the briefing yesterday
Answer: Were
Historical Context: WASSCE Lexis and Structure (Concord rule: verb agrees with the closer subject 'teachers'
Category: Exam Preparation - Cultural Insights & Solutions
Question: TOEFL iBT Choose the structure that best completes the sentence: Not only _______ beautiful, but it is also highly functional.
Answer: Is the design
Historical Context: TOEFL Structure & Inversion rules (Negative expressions at the start invert the subject/verb)
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the mean of the following set of student test scores: $8, 12, 5, 15, 10$
Answer: 10
Historical Context: Solving: Sum the values: $8 + 12 + 5 + 15 + 10 = 50$. Divide by total count (5 elements): $\text{Mean} = \frac{50}{5} = 10$.
Category: Exam Preparation - Cultural Insights & Solutions
Question: Convert $101110_2$ to a base ten number.
Answer: 46
Historical Context: Expand using powers of 2 from right to left starting at 0:$$(1 \times 2^5) + (0 \times 2^4) + (1 \times 2^3) + (1 \times 2^2) + (1 \times 2^1) + (0 \times 2^0)$$$$32 + 0 + 8 + 4 + 2 + 0 = 46$$
Category: Exam Preparation - Cultural Insights & Solutions
Question: Find the roots of the quadratic equation: $x^2 - 7x + 12 = 0$
Answer: $x = 3$ or $x = 4$
Historical Context: Solving: Factorize: $x^2 - 3x - 4x + 12 = 0 \implies x(x-3) - 4(x-3) = 0 \implies (x-4)(x-3) = 0$. Roots are 3 and
Category: Exam Preparation - Cultural Insights & Solutions
Question: Solve for $x$ if $\log_{x} 64 = 3$
Answer: 4
Historical Context: Solving: Convert to index form: $x^3 = 64$. We know $64 = 4^3$. Therefore, $x^3 = 4^3 \implies x = 4$.