Number and Numeration

229 questions

Question 201Question

The first, third, and seventh terms of a non-constant arithmetic progression (AP) form the first three consecutive terms of a geometric progression (GP). If the first term of the AP is 44, what is the sum of the first 44 terms of the geometric progression?

Show answer & explanation

Answer: 60

Answer

The sum of the first 44 terms of the geometric progression is 6060.
The first three terms of the GP are T1=4T_1 = 4, T3=4+2dT_3 = 4 + 2d, and T7=4+6dT_7 = 4 + 6d. Equating (4+2d)2=4(4+6d)(4 + 2d)^2 = 4(4 + 6d) yields 4d28d=04d^2 - 8d = 0, giving d=2d = 2. The first four terms of the GP are 4,8,16,324, 8, 16, 32, which sum to 4+8+16+32=604 + 8 + 16 + 32 = 60.

Step-by-Step Solution

1
Express the terms of the arithmetic progression in terms of first term aa and common difference dd.
First term T1=4T_1 = 4, third term T3=4+2dT_3 = 4 + 2d, seventh term T7=4+6dT_7 = 4 + 6d.
The nthn^{\text{th}} term of an AP is defined as Tn=a+(n1)dT_n = a + (n-1)d.
2
Set up the geometric progression condition (T3)2=T1T7(T_3)^2 = T_1 \cdot T_7 to solve for dd.
(4+2d)2=4(4+6d)    16+16d+4d2=16+24d    4d28d=0    d=2(4 + 2d)^2 = 4(4 + 6d) \implies 16 + 16d + 4d^2 = 16 + 24d \implies 4d^2 - 8d = 0 \implies d = 2 (since the AP is non-constant, d0d \neq 0).
Three terms x,y,zx, y, z form a GP if and only if y2=xzy^2 = xz.
3
Determine the terms and common ratio rr of the GP.
First term G1=4G_1 = 4, second term G2=4+2(2)=8G_2 = 4 + 2(2) = 8. Thus, r=84=2r = \frac{8}{4} = 2.
The common ratio rr is the quotient of consecutive terms of the GP.
4
Calculate the sum of the first 44 terms of the GP using Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1}.
S4=4(241)21=4(161)1=60S_4 = \frac{4(2^4 - 1)}{2 - 1} = \frac{4(16 - 1)}{1} = 60.
Formula for the sum of the first nn terms of a geometric progression.

Key Concept

Arithmetic and Geometric Progression Inter-relationships
Question 202Question

The 2nd2^{\text{nd}}, 5th5^{\text{th}}, and 14th14^{\text{th}} terms of a non-constant arithmetic progression (AP) form the first three consecutive terms of a geometric progression (GP). If the sum of the first 66 terms of the AP is 7272, calculate the common difference of the AP.

Show answer & explanation

Answer: 4

Answer

The common difference of the arithmetic progression is 44.
Equating the square of the middle GP term (a+4d)2(a+4d)^2 to the product of the outer terms (a+d)(a+13d)(a+d)(a+13d) yields 3d2=6ad3d^2 = 6ad, which simplifies to d=2ad = 2a. Substituting 2a=d2a = d into the AP sum formula S6=3(2a+5d)=72S_6 = 3(2a+5d) = 72 gives 3(6d)=72    18d=723(6d) = 72 \implies 18d = 72, so d=4d = 4.

Step-by-Step Solution

1
Express the 2nd2^{\text{nd}}, 5th5^{\text{th}}, and 14th14^{\text{th}} terms of the AP algebraically
T2=a+dT_2 = a + d, T5=a+4dT_5 = a + 4d, T14=a+13dT_{14} = a + 13d
The nthn^{\text{th}} term of an AP is given by Tn=a+(n1)dT_n = a + (n-1)d.
2
Apply the consecutive terms property of a GP
(a+4d)2=(a+d)(a+13d)(a + 4d)^2 = (a + d)(a + 13d)
For three consecutive terms of a GP, the square of the middle term equals the product of the first and third terms.
3
Simplify the quadratic equation to find the relationship between aa and dd
a2+8ad+16d2=a2+14ad+13d2    3d2=6ad    d=2aa^2 + 8ad + 16d^2 = a^2 + 14ad + 13d^2 \implies 3d^2 = 6ad \implies d = 2a
Since the AP is non-constant, d0d \neq 0, allowing division by 3d3d.
4
Formulate the sum of the first 66 terms of the AP
S6=3(2a+5d)=72    2a+5d=24S_6 = 3(2a + 5d) = 72 \implies 2a + 5d = 24
The sum of the first nn terms of an AP is Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d].
5
Substitute 2a=d2a = d into the linear equation and solve for dd
d+5d=24    6d=24    d=4d + 5d = 24 \implies 6d = 24 \implies d = 4
Replacing 2a2a with dd reduces the equation to a single variable.

Key Concept

Relating non-consecutive terms of an Arithmetic Progression to form a Geometric Progression
Question 203Question

Which of the following is the inverse of the matrix M=(5273)M = \begin{pmatrix} 5 & 2 \\ 7 & 3 \end{pmatrix}?

Show answer & explanation

Answer: (3275)\begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix}

Answer

(3275)\begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix}
For any non-singular 2x2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}, the inverse is 1adbc(dbca)\frac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}. Here, adbc=(5)(3)(2)(7)=1ad - bc = (5)(3) - (2)(7) = 1, so the inverse matrix is (3275)\begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix}.

Step-by-Step Solution

1
Calculate the determinant of matrix M
\det(M) = (5)(3) - (2)(7) = 15 - 14 = 1
For a 2x2 matrix M=(abcd)M = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant is given by det(M)=adbc\det(M) = ad - bc.
2
Find the adjugate matrix of M
\text{adj}(M) = \begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix}
The adjugate of a 2x2 matrix is obtained by swapping the main diagonal elements (aa and dd) and negating the off-diagonal elements (bb and cc).
3
Apply the matrix inverse formula
M^{-1} = \frac{1}{\det(M)} \text{adj}(M) = \frac{1}{1}\begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix} = \begin{pmatrix} 3 & -2 \\ -7 & 5 \end{pmatrix}
Multiplying the adjugate matrix by the reciprocal of the determinant gives the exact inverse matrix.

Key Concept

Inverse of a 2x2 Matrix
Question 204Question

A trader deposited 40,000\text{₦}40,000 in a microfinance bank offering compound interest at the rate of 10%10\% per annum, compounded annually. What is the total interest earned by the trader at the end of 22 years?

Show answer & explanation

Answer: 8,400\text{₦}8,400

Answer

The total interest earned by the trader at the end of 22 years is 8,400\text{₦}8,400.
Using the compound interest formula A=P(1+r)nA = P(1 + r)^n, the total accumulated amount after 2 years is 40,000×(1.1)2=48,40040,000 \times (1.1)^2 = \text{₦}48,400. Subtracting the original principal of 40,000\text{₦}40,000 gives the compound interest earned: 48,40040,000=8,40048,400 - 40,000 = \text{₦}8,400.

Step-by-Step Solution

1
Calculate the total accumulated amount (AA) using the compound interest formula A=P(1+R100)nA = P\left(1 + \frac{R}{100}\right)^n.
A=40,000(1+10100)2=40,000×(1.1)2=40,000×1.21=48,400A = 40,000\left(1 + \frac{10}{100}\right)^2 = 40,000 \times (1.1)^2 = 40,000 \times 1.21 = \text{₦}48,400.
The compound interest formula yields the total value of the investment after 2 years.
2
Subtract the initial principal (PP) from the total accumulated amount (AA) to find the compound interest (II).
I=AP=48,40040,000=8,400I = A - P = 48,400 - 40,000 = \text{₦}8,400.
Interest earned is the difference between total final amount and initial principal.

Key Concept

Calculation of compound interest vs total accumulated amount
Question 205Question

Arrange the following values related to arithmetic and geometric progressions in ascending order (from smallest to largest):

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order from smallest to largest value is: the common ratio of the GP (4), the common difference of the AP (8), the 4th term of the AP (11), and the sum of the first 3 terms of the GP (13).
Evaluating each progression property gives numerical values of 4, 8, 11, and 13 respectively. Ordering these from least to greatest results in the order: common ratio of the GP (4), common difference of the AP (8), 4th term of the AP (11), and sum of the first 3 terms of the GP (13).

Step-by-Step Solution

1
Calculate the value for the first item (common ratio rr)
Using T4=T2r2T_4 = T_2 \cdot r^2, we have 80=5r2    r2=16    r=480 = 5 r^2 \implies r^2 = 16 \implies r = 4.
The terms of a GP follow Tn=arn1T_n = a r^{n-1}.
2
Calculate the value for the second item (common difference dd)
Using T5=a+4dT_5 = a + 4d, we get 35=3+4d    4d=32    d=835 = 3 + 4d \implies 4d = 32 \implies d = 8.
The nth term of an AP is given by Tn=a+(n1)dT_n = a + (n-1)d.
3
Calculate the value for the third item (4th4^{\text{th}} term of AP)
T4=2+(41)(3)=2+9=11T_4 = 2 + (4 - 1)(3) = 2 + 9 = 11.
Direct application of the AP nth term formula.
4
Calculate the value for the fourth item (Sum of first 33 terms of GP)
S3=1+3+9=13S_3 = 1 + 3 + 9 = 13 (or using Sn=a(rn1)r1=1(331)31=13S_n = \frac{a(r^n - 1)}{r - 1} = \frac{1(3^3 - 1)}{3 - 1} = 13).
Sum of a finite geometric sequence.
5
Compare and arrange the calculated numerical values in ascending order
4<8<11<134 < 8 < 11 < 13.
Ordering the numbers establishes the correct item sequence.

Key Concept

Evaluation of terms, differences, ratios, and sums in Arithmetic and Geometric Progressions.
Question 206Question

What is the result of the subtraction 42361456423_6 - 145_6 expressed in base 6?

Show answer & explanation

Answer: 2346234_6

Answer

2346234_6
Subtracting 1456145_6 from 4236423_6 column by column requires borrowing from higher place values. In the units column, borrowing 1 (worth 6) gives 3+65=43 + 6 - 5 = 4. In the sixes column, borrowing 1 leaves 1 six, and 1+64=31 + 6 - 4 = 3. In the thirty-sixes column, 31=23 - 1 = 2. Thus, the correct result is 2346234_6.

Step-by-Step Solution

1
Convert both base 6 numbers into base 10 (decimal).
4236=4×62+2×61+3×60=144+12+3=15910423_6 = 4 \times 6^2 + 2 \times 6^1 + 3 \times 6^0 = 144 + 12 + 3 = 159_{10}, and 1456=1×62+4×61+5×60=36+24+5=6510145_6 = 1 \times 6^2 + 4 \times 6^1 + 5 \times 6^0 = 36 + 24 + 5 = 65_{10}.
Converting both numbers to decimal provides a familiar base for subtraction.
2
Subtract the decimal numbers.
159106510=9410159_{10} - 65_{10} = 94_{10}.
Perform standard decimal subtraction.
3
Convert the decimal result 941094_{10} back to base 6.
94÷6=1594 \div 6 = 15 R 44; 15÷6=215 \div 6 = 2 R 33; 2÷6=02 \div 6 = 0 R 22. Arranging the remainders from bottom to top gives 2346234_6.
Successive division by 6 extracts the base 6 digits.

Key Concept

Non-decimal base subtraction and conversions
Question 207Question

What is the value of (43×15)(mod8)(-43 \times 15) \pmod{8} expressed in standard non-negative remainder form?

Show answer & explanation

Answer: 33

Answer

3
Reducing 43-43 modulo 88 gives 55, and 1515 modulo 88 gives 77. Multiplying these results yields 353(mod8)35 \equiv 3 \pmod{8}, which is the canonical non-negative remainder.

Step-by-Step Solution

1
Reduce individual factors modulo 8
435(mod8)-43 \equiv 5 \pmod{8} (since 43=6×8+5-43 = -6 \times 8 + 5) and 157(mod8)15 \equiv 7 \pmod{8} (since 15=1×8+715 = 1 \times 8 + 7)
Simplifying terms before multiplication makes arithmetic easier.
2
Multiply the reduced remainders
5×7=355 \times 7 = 35
Modular arithmetic preserves multiplication.
3
Reduce the product modulo 8 to obtain the canonical non-negative remainder
35=4×8+3    353(mod8)35 = 4 \times 8 + 3 \implies 35 \equiv 3 \pmod{8}
The final answer in modular arithmetic must fall within the range [0,n1][0, n-1].

Key Concept

Modular Arithmetic and Canonical Non-Negative Remainders
Question 208Question

An investor deposited 60,000\text{₦}60,000 into a financial scheme for 22 years at an annual interest rate of r%r\%. If the difference between the compound interest (compounded annually) and the simple interest earned over the 22-year period is 384\text{₦}384, calculate the value of rr.

Show answer & explanation

Answer: 8

Answer

The interest rate r is 8%
For a two-year investment period, the difference between compound interest (compounded annually) and simple interest equals the interest earned in the second year on the first year's interest, which is P(r100)2P \left(\frac{r}{100}\right)^2. Setting 60,000×r210,000=38460,000 \times \frac{r^2}{10,000} = 384 yields 6r2=3846r^2 = 384, giving r2=64r^2 = 64 and r=8%r = 8\%.

Step-by-Step Solution

1
Express the simple interest for 2 years in terms of r
ISI=1,200rI_{\text{SI}} = 1,200r
Simple interest is calculated directly on the principal amount for the full term.
2
Express the compound interest for 2 years in terms of r
ICI=1,200r+6r2I_{\text{CI}} = 1,200r + 6r^2
Compound interest includes interest earned on the first year's interest.
3
Set up the equation for the difference between compound and simple interest
(1,200r+6r2)1,200r=384    6r2=384(1,200r + 6r^2) - 1,200r = 384 \implies 6r^2 = 384
The difference between CI and SI over 2 years isolates the interest-on-interest component.
4
Solve for r
r=8r = 8
Dividing 384 by 6 gives 64, and taking the principal square root yields 8.

Key Concept

Difference between Compound Interest and Simple Interest for 2 years
Question 209Question

In a survey of 9090 high school students regarding their participation in sports clubs, 4040 play Badminton (BB), 3535 play Volleyball (VV), and 4242 engage in Swimming (SS). It was found that 1414 play both Badminton and Volleyball, 1212 play both Volleyball and Swimming, and 1515 play both Badminton and Swimming. If 88 students participate in none of these three sports, how many students participate in all three sports?

Show answer & explanation

Answer: 66

Answer

The number of students participating in all three sports is 66.
First, determine the number of students in the union of the three sports sets by subtracting the 88 non-participating students from the universal set of 9090, giving 8282. Then apply the Principle of Inclusion-Exclusion: 82=40+35+42(14+12+15)+x82 = 40 + 35 + 42 - (14 + 12 + 15) + x, where xx is the number of students participating in all three sports. Simplifying gives 82=76+x82 = 76 + x, which yields x=6x = 6.

Step-by-Step Solution

1
Calculate the cardinality of the union of the three sets.
n(BVS)=n(U)n((BVS))=908=82n(B \cup V \cup S) = n(U) - n((B \cup V \cup S)') = 90 - 8 = 82
Subtracting the students who do not participate in any sport from the total universal set gives the number of students participating in at least one sport.
2
Set up the Principle of Inclusion-Exclusion formula for three sets.
n(BVS)=n(B)+n(V)+n(S)[n(BV)+n(VS)+n(BS)]+n(BVS)n(B \cup V \cup S) = n(B) + n(V) + n(S) - [n(B \cap V) + n(V \cap S) + n(B \cap S)] + n(B \cap V \cap S)
This fundamental relation accounts for overlapping subsets in a three-set system.
3
Substitute the known numerical values into the formula and solve for n(BVS)n(B \cap V \cap S).
82=40+35+42(14+12+15)+n(BVS)    82=11741+n(BVS)    82=76+n(BVS)    n(BVS)=8276=682 = 40 + 35 + 42 - (14 + 12 + 15) + n(B \cap V \cap S) \implies 82 = 117 - 41 + n(B \cap V \cap S) \implies 82 = 76 + n(B \cap V \cap S) \implies n(B \cap V \cap S) = 82 - 76 = 6
Simplifying the arithmetic expression directly isolates the unknown intersection value.

Key Concept

Principle of Inclusion-Exclusion for Three Sets
Estimated Time:1m 15s
Question 210Question

A water storage tank is initially 13\frac{1}{3} full. When 28 litres28\text{ litres} of water are added to the tank, it becomes 45\frac{4}{5} full. What is the total capacity of the water tank?

Show answer & explanation

Answer: 60 litres60\text{ litres}

Answer

The total capacity of the water tank is 60 litres60\text{ litres}.
Subtracting the initial filled fraction (one-third) from the final filled fraction (four-fifths) yields seven-fifteenths. Since seven-fifteenths of the total capacity corresponds to 28 litres, dividing 28 by seven-fifteenths gives a total capacity of 60 litres.

Step-by-Step Solution

1
Find the fraction of the tank filled by adding the 28 litres28\text{ litres} of water.
Fraction added = 4513=12515=715\frac{4}{5} - \frac{1}{3} = \frac{12 - 5}{15} = \frac{7}{15}.
Subtracting the initial fraction filled from the final fraction filled gives the fractional change.
2
Set up an equation equating the fractional change to the actual volume added.
715×C=28\frac{7}{15} \times C = 28, where CC represents the total capacity of the tank.
The fractional change multiplied by total capacity equals the physical volume of water introduced.
3
Solve for the total capacity CC.
C=28×157=4×15=60 litresC = 28 \times \frac{15}{7} = 4 \times 15 = 60\text{ litres}.
Multiplying both sides by the reciprocal of 715\frac{7}{15} yields the total capacity.

Key Concept

Fractional Word Problems and Quantity Determination
Estimated Time:1m 30s
Question 211Question

What is the simplified form of the expression 32+2332\frac{3\sqrt{2} + 2\sqrt{3}}{\sqrt{3} - \sqrt{2}}?

Show answer & explanation

Answer: 12+5612 + 5\sqrt{6}

Answer

The simplified form is 12+5612 + 5\sqrt{6}.
Multiplying both numerator and denominator by the conjugate of the denominator, (3+2)(\sqrt{3} + \sqrt{2}), clears the square roots in the denominator (resulting in 32=13 - 2 = 1). Expanding the numerator gives 36+6+6+263\sqrt{6} + 6 + 6 + 2\sqrt{6}, which simplifies cleanly to 12+5612 + 5\sqrt{6}.

Step-by-Step Solution

1
Identify the conjugate of the denominator
The conjugate of (32)(\sqrt{3} - \sqrt{2}) is (3+2)(\sqrt{3} + \sqrt{2}).
To rationalize a binomial denominator of the form (ab)(\sqrt{a} - \sqrt{b}), multiply numerator and denominator by (a+b)(\sqrt{a} + \sqrt{b}).
2
Multiply the numerator and denominator by the conjugate
(32+23)(3+2)(32)(3+2)\frac{(3\sqrt{2} + 2\sqrt{3})(\sqrt{3} + \sqrt{2})}{(\sqrt{3} - \sqrt{2})(\sqrt{3} + \sqrt{2})}
This removes the radical terms from the denominator using the difference of squares identity.
3
Expand the numerator and simplify the denominator
Denominator: (3)2(2)2=32=1(\sqrt{3})^2 - (\sqrt{2})^2 = 3 - 2 = 1.
Numerator: 323+322+233+232=36+6+6+263\sqrt{2}\cdot\sqrt{3} + 3\sqrt{2}\cdot\sqrt{2} + 2\sqrt{3}\cdot\sqrt{3} + 2\sqrt{3}\cdot\sqrt{2} = 3\sqrt{6} + 6 + 6 + 2\sqrt{6}.
Apply the distributive property and basic radical simplification rules.
4
Combine like terms in the numerator
(6+6)+(36+26)=12+56(6 + 6) + (3\sqrt{6} + 2\sqrt{6}) = 12 + 5\sqrt{6}.
Collect rational numbers together and like surd terms together.

Key Concept

Rationalization of Denominators with Binomial Surds
Question 212Question

Given the universal set U={xZ:1x20}U = \{x \in \mathbb{Z} : 1 \le x \le 20\}, with subsets P={xU:x is a prime number}P = \{x \in U : x \text{ is a prime number}\} and Q={xU:x is an odd integer}Q = \{x \in U : x \text{ is an odd integer}\}, what is the cardinal number of (PQ)(P \cup Q)'?

Show answer & explanation

Answer: 99

Answer

99
The universal set contains 2020 elements. The union PQP \cup Q consists of all odd numbers and prime numbers between 11 and 2020, giving 1111 unique elements: {1,2,3,5,7,9,11,13,15,17,19}\{1, 2, 3, 5, 7, 9, 11, 13, 15, 17, 19\}. Subtracting these 1111 elements from the total 2020 elements in UU gives n((PQ))=2011=9n((P \cup Q)') = 20 - 11 = 9.

Step-by-Step Solution

1
Identify the elements of the universal set UU and subsets PP and QQ.
U={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20\}, so n(U)=20n(U) = 20.
P={2,3,5,7,11,13,17,19}P = \{2, 3, 5, 7, 11, 13, 17, 19\}
Q={1,3,5,7,9,11,13,15,17,19}Q = \{1, 3, 5, 7, 9, 11, 13, 15, 17, 19\}
Explicitly listing the set elements helps correctly calculate the union.
2
Determine the union PQP \cup Q.
PQ={1,2,3,5,7,9,11,13,15,17,19}P \cup Q = \{1, 2, 3, 5, 7, 9, 11, 13, 15, 17, 19\}, which contains 1111 elements.
The union combines all unique elements present in set PP, set QQ, or both.
3
Calculate the complement set (PQ)(P \cup Q)' and its cardinality.
(PQ)=U(PQ)={4,6,8,10,12,14,16,18,20}(P \cup Q)' = U \setminus (P \cup Q) = \{4, 6, 8, 10, 12, 14, 16, 18, 20\}, so n((PQ))=2011=9n((P \cup Q)') = 20 - 11 = 9.
The complement of a set contains all elements in the universal set UU that are not in the given set.

Key Concept

Set Operations and Complement of Sets
Estimated Time:1m 0s
Question 213Question

The sum of the first 44 terms of a geometric progression (GP) with a common ratio of 22 is 4545. What is the 6th6^{\text{th}} term of the progression?

Show answer & explanation

Answer: 96

Answer

The 6th6^{\text{th}} term of the geometric progression is 9696.
Using the sum formula S4=a(241)21=45S_4 = \frac{a(2^4 - 1)}{2 - 1} = 45 gives 15a=4515a = 45, so the first term aa is 33. Substituting a=3a = 3 and r=2r = 2 into the term formula T6=ar5T_6 = a r^5 gives 3×32=963 \times 32 = 96.

Step-by-Step Solution

1
Express the sum of the first 4 terms using the GP sum formula to find the first term aa.
Setting up 45=a(241)2145 = \frac{a(2^4 - 1)}{2 - 1} yields 15a=4515a = 45, so a=3a = 3.
The sum formula Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1} allows us to isolate the unknown initial term aa when S4S_4 and rr are given.
2
Calculate the 6th6^{\text{th}} term T6T_6 using the nthn^{\text{th}} term formula Tn=arn1T_n = a r^{n-1}.
T6=3×261=3×32=96T_6 = 3 \times 2^{6-1} = 3 \times 32 = 96.
The exponent for the common ratio in the nthn^{\text{th}} term formula is n1n - 1, giving 55 as the exponent.

Key Concept

Sum and nthn^{\text{th}} term of a Geometric Progression
Question 214Question

What is the value of 1log2100+1log5100\frac{1}{\log_2 100} + \frac{1}{\log_5 100}?

Show answer & explanation

Answer: 12\frac{1}{2}

Answer

12\frac{1}{2}
Using the change of base identity 1logab=logba\frac{1}{\log_a b} = \log_b a, the expression simplifies to log1002+log1005\log_{100} 2 + \log_{100} 5. By the product rule of logarithms, this equals log100(2×5)=log10010\log_{100}(2 \times 5) = \log_{100} 10. Since 10012=10100^{\frac{1}{2}} = 10, the value is 12\frac{1}{2}.

Step-by-Step Solution

1
Apply the reciprocal change of base rule 1logab=logba\frac{1}{\log_a b} = \log_b a.
1log2100=log1002\frac{1}{\log_2 100} = \log_{100} 2 and 1log5100=log1005\frac{1}{\log_5 100} = \log_{100} 5.
Converting to a common base of 100100 allows the use of logarithmic addition laws.
2
Combine the two logarithms using the product law logcx+logcy=logc(xy)\log_c x + \log_c y = \log_c (xy).
\log_{100} 2 + \log_{100} 5 = \log_{100} (2 \times 5) = \log_{100} 10.
Adding logarithms with the same base is equivalent to taking the logarithm of the product of their arguments.
3
Evaluate log10010\log_{100} 10.
Since 10012=10100^{\frac{1}{2}} = 10, log10010=12\log_{100} 10 = \frac{1}{2}.
The logarithm asks what power base 100100 must be raised to in order to equal 1010.

Key Concept

Logarithms and Change of Base
Estimated Time:1m 30s
Question 215Question

If xx is the smallest non-negative integer satisfying the modular congruence 7x+42(mod13)7x + 4 \equiv 2 \pmod{13}, find the value of (x3+2x)(mod13)(x^3 + 2x) \pmod{13} expressed as a canonical non-negative remainder.

Show answer & explanation

Answer: 6

Answer

The canonical non-negative remainder is 6.
Subtracting 4 from both sides of 7x+42(mod13)7x + 4 \equiv 2 \pmod{13} gives 7x211(mod13)7x \equiv -2 \equiv 11 \pmod{13}. Multiplying by the modular inverse of 7 (which is 2, since 7×2=141(mod13)7 \times 2 = 14 \equiv 1 \pmod{13}) yields x229(mod13)x \equiv 22 \equiv 9 \pmod{13}. Evaluating (93+2×9)(mod13)(9^3 + 2 \times 9) \pmod{13} gives (729+18)=747(729 + 18) = 747. Dividing 747 by 13 gives a quotient of 57 and a remainder of 6.

Step-by-Step Solution

1
Isolate the linear term in the congruence
7x211(mod13)7x \equiv -2 \equiv 11 \pmod{13}
Subtracting 4 from both sides simplifies the equation, and 2+13=11-2 + 13 = 11 converts the negative remainder to positive form.
2
Solve for xx by multiplying by the multiplicative inverse of 7 modulo 13
x9(mod13)x \equiv 9 \pmod{13}, so x=9x = 9
Since 7×2=141(mod13)7 \times 2 = 14 \equiv 1 \pmod{13}, multiplying 7x11(mod13)7x \equiv 11 \pmod{13} by 2 yields x229(mod13)x \equiv 22 \equiv 9 \pmod{13}.
3
Evaluate (x3+2x)(mod13)(x^3 + 2x) \pmod{13} using modular reduction
66
93=729=56×13+11(mod13)9^3 = 729 = 56 \times 13 + 1 \equiv 1 \pmod{13} and 2×9=18=1×13+55(mod13)2 \times 9 = 18 = 1 \times 13 + 5 \equiv 5 \pmod{13}. Adding these gives 1+5=61 + 5 = 6.

Key Concept

Solving linear modular congruences and modular polynomial evaluation
Estimated Time:1m 30s
Question 216Question

The 4th4^{\text{th}} term of an arithmetic progression (AP) is 1515 and the 9th9^{\text{th}} term is 3535. What is the sum of the first 1212 terms of the progression?

Show answer & explanation

Answer: 300300

Answer

The sum of the first 1212 terms of the progression is 300300.
Subtracting the 4th4^{\text{th}} term from the 9th9^{\text{th}} term gives 5d=3515=205d = 35 - 15 = 20, so the common difference d=4d = 4. Substituting d=4d = 4 into the 4th4^{\text{th}} term expression a+3d=15a + 3d = 15 yields a=3a = 3. Using the sum formula Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d] for n=12n = 12, a=3a = 3, and d=4d = 4 gives S12=6×(6+44)=300S_{12} = 6 \times (6 + 44) = 300.

Step-by-Step Solution

1
Set up the term equations using Tn=a+(n1)dT_n = a + (n-1)d.
a+3d=15a + 3d = 15 and a+8d=35a + 8d = 35.
The nthn^{\text{th}} term formula for an AP is Tn=a+(n1)dT_n = a + (n-1)d.
2
Solve the system of equations for aa and dd.
Subtracting the first equation from the second yields 5d=20d=45d = 20 \Rightarrow d = 4. Substituting d=4d = 4 into a+3(4)=15a + 3(4) = 15 gives a=3a = 3.
Subtracting eliminates aa to find the common difference dd, which is then used to calculate the first term aa.
3
Calculate the sum of the first 1212 terms S12S_{12}.
S12=122[2(3)+(121)4]=6[6+44]=6×50=300S_{12} = \frac{12}{2}[2(3) + (12-1)4] = 6[6 + 44] = 6 \times 50 = 300.
Applying the AP sum formula Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d] with n=12n = 12, a=3a = 3, and d=4d = 4.

Key Concept

Arithmetic Progression nthn^{\text{th}} term and sum calculations
Question 217Question

In a chemistry experiment, a student measured the mass of a substance as 12.8 g12.8\text{ g}. If the actual mass of the substance is 12.5 g12.5\text{ g}, calculate the percentage error in the student's measurement.

Show answer & explanation

Answer: 2.4

Answer

The percentage error in the student's measurement is 2.4%2.4\%.
The percentage error is calculated by taking the absolute error (0.3 g0.3\text{ g}), dividing it by the actual value (12.5 g12.5\text{ g}), and multiplying the result by 100%100\%, yielding 2.4%2.4\%.

Step-by-Step Solution

1
Identify the actual value and the measured value
Actual value = 12.5 g12.5\text{ g}, Measured value = 12.8 g12.8\text{ g}
Percentage error is computed relative to the true, actual value.
2
Calculate the absolute error
Error=12.812.5=0.3 g\text{Error} = |12.8 - 12.5| = 0.3\text{ g}
The error represents the difference between the measured value and the actual value.
3
Calculate the percentage error
Percentage Error=0.312.5×100%=2.4%\text{Percentage Error} = \frac{0.3}{12.5} \times 100\% = 2.4\%
Dividing the error by the actual value and multiplying by 100 converts the relative error into a percentage.

Key Concept

Percentage Error
Estimated Time:1m 30s
Question 218Question

A team of 88 identical excavators working together at a constant rate can clear a parcel of land in 15 days15\text{ days}. All 88 excavators work together for the first 3 days3\text{ days}, after which 22 excavators break down and are removed from the site. Assuming the remaining excavators continue working at the same constant rate, how many additional days will it take to complete the clearing of the land?

Show answer & explanation

Answer: 16 days16\text{ days}

Answer

The correct answer is 16 days16\text{ days}.
The total work required for the project is 120120 excavator-days. During the first 33 days, the 88 excavators complete 2424 excavator-days of work, leaving 9696 excavator-days of work remaining. Since 22 excavators break down, 66 excavators remain. The additional time needed for these 66 excavators to clear the rest of the land is 96÷6=1696 \div 6 = 16 days.

Step-by-Step Solution

1
Calculate the total work required in excavator-days.
Total Work=8 excavators×15 days=120 excavator-days\text{Total Work} = 8 \text{ excavators} \times 15 \text{ days} = 120 \text{ excavator-days}.
Work done is directly proportional to the product of rate (number of machines) and time.
2
Calculate the work completed in the first 3 days and the remaining work.
Work Done=8×3=24 excavator-days\text{Work Done} = 8 \times 3 = 24 \text{ excavator-days}; Remaining Work=12024=96 excavator-days\text{Remaining Work} = 120 - 24 = 96 \text{ excavator-days}.
Subtracting completed work from total work yields the portion left to be done.
3
Determine the number of remaining excavators and compute the additional days required.
Remaining Excavators=82=6\text{Remaining Excavators} = 8 - 2 = 6; Additional Days=96 excavator-days6 excavators=16 days\text{Additional Days} = \frac{96 \text{ excavator-days}}{6 \text{ excavators}} = 16 \text{ days}.
Dividing the remaining work by the active rate gives the time needed to finish the project.

Key Concept

Inverse proportion and work-rate problem involving partial completion and workforce changes.
Question 219Question

The 5th5^{\text{th}} term of an arithmetic progression (AP) is 1818 and its 11th11^{\text{th}} term is 4242. Calculate the value of the 20th20^{\text{th}} term of this progression.

Show answer & explanation

Answer: 78

Answer

78
Using the AP general term formula Tn=a+(n1)dT_n = a + (n-1)d, the equations a+4d=18a + 4d = 18 and a+10d=42a + 10d = 42 yield d=4d = 4 and a=2a = 2. Evaluating T20=2+19(4)T_{20} = 2 + 19(4) yields 7878.

Step-by-Step Solution

1
Set up simultaneous equations using the general term formula Tn=a+(n1)dT_n = a + (n-1)d
a+4d=18a + 4d = 18 and a+10d=42a + 10d = 42
Relate given terms to the first term aa and common difference dd.
2
Solve for the common difference dd
6d=24    d=46d = 24 \implies d = 4
Subtracting the 5th term equation from the 11th term equation eliminates aa.
3
Solve for the first term aa
a+16=18    a=2a + 16 = 18 \implies a = 2
Substitute the value of dd back into the first equation.
4
Calculate the 20th term
T20=2+19(4)=78T_{20} = 2 + 19(4) = 78
Apply the nth term formula for n=20n = 20.

Key Concept

Determining terms of an Arithmetic Progression using simultaneous equations
Estimated Time:1m 30s
Question 220Question

The sum of the first nn terms of an arithmetic progression (AP) is given by Sn=2n2+3nS_n = 2n^2 + 3n. What is the 8th8^{\text{th}} term of the progression?

Show answer & explanation

Answer: 33

Answer

The 8th8^{\text{th}} term of the arithmetic progression is 3333.
The nthn^{\text{th}} term of any sequence can be calculated using the identity Tn=SnSn1T_n = S_n - S_{n-1}. Substituting n=8n = 8 gives S8=2(8)2+3(8)=152S_8 = 2(8)^2 + 3(8) = 152, and substituting n=7n = 7 gives S7=2(7)2+3(7)=119S_7 = 2(7)^2 + 3(7) = 119. Therefore, T8=152119=33T_8 = 152 - 119 = 33.

Step-by-Step Solution

1
Calculate the sum of the first 8 terms (S8S_8) by substituting n=8n = 8 into Sn=2n2+3nS_n = 2n^2 + 3n.
S8=2(8)2+3(8)=128+24=152S_8 = 2(8)^2 + 3(8) = 128 + 24 = 152.
The sum formula provides the total sum of terms from T1T_1 to T8T_8.
2
Calculate the sum of the first 7 terms (S7S_7) by substituting n=7n = 7 into Sn=2n2+3nS_n = 2n^2 + 3n.
S7=2(7)2+3(7)=98+21=119S_7 = 2(7)^2 + 3(7) = 98 + 21 = 119.
The sum formula provides the total sum of terms from T1T_1 to T7T_7.
3
Subtract S7S_7 from S8S_8 to determine the value of the 8th8^{\text{th}} term (T8T_8).
T8=S8S7=152119=33T_8 = S_8 - S_7 = 152 - 119 = 33.
The difference between the sum of the first nn terms and the sum of the first (n1)(n-1) terms yields the nthn^{\text{th}} term (Tn=SnSn1T_n = S_n - S_{n-1}).

Key Concept

Finding the nth term of a sequence from the sum of the first n terms using Tn=SnSn1T_n = S_n - S_{n-1}.
Estimated Time:1m 30s
PreviousPage 11 / 12Next
Number and Numeration Practice Questions — JAMB UTME — Page 11 | Examkin