All practice questions

13931 questions

Question 7461Question

In ΔABC\Delta ABC, the lengths of the sides are a=x cma = x\text{ cm}, b=(x+3) cmb = (x + 3)\text{ cm}, and c=(x+2) cmc = (x + 2)\text{ cm}. If C=60\angle C = 60^\circ, what is the value of xx?

Show answer & explanation

Answer: 5

Answer

5
Applying the Cosine Rule c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C with a=xa = x, b=x+3b = x + 3, c=x+2c = x + 2, and cos60=12\cos 60^\circ = \frac{1}{2} gives (x+2)2=x2+(x+3)2x(x+3)(x+2)^2 = x^2 + (x+3)^2 - x(x+3). Expanding both sides leads to x2+4x+4=x2+3x+9x^2 + 4x + 4 = x^2 + 3x + 9. Subtracting x2x^2 and isolating xx yields x=5x = 5.

Step-by-Step Solution

1
Apply the Cosine Rule for side cc and angle CC.
c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C
The Cosine Rule relates all three sides of a triangle to the cosine of an included angle.
2
Substitute a=xa = x, b=x+3b = x + 3, c=x+2c = x + 2, and cos60=12\cos 60^\circ = \frac{1}{2} into the formula.
(x+2)2=x2+(x+3)22(x)(x+3)(12)(x + 2)^2 = x^2 + (x + 3)^2 - 2(x)(x + 3)\left(\frac{1}{2}\right)
Inserting the given algebraic side lengths and angle allows solving for xx.
3
Expand both sides of the equation.
x2+4x+4=x2+(x2+6x+9)(x2+3x)x^2 + 4x + 4 = x^2 + (x^2 + 6x + 9) - (x^2 + 3x)
Cancel the factor of 22 with 12\frac{1}{2} and expand (x+2)2(x+2)^2 and (x+3)2(x+3)^2.
4
Simplify the right-hand side.
x2+4x+4=x2+3x+9x^2 + 4x + 4 = x^2 + 3x + 9
Combine like terms: (x2+x2x2)+(6x3x)+9=x2+3x+9(x^2 + x^2 - x^2) + (6x - 3x) + 9 = x^2 + 3x + 9.
5
Subtract x2x^2 from both sides and isolate xx.
4x3x=94    x=54x - 3x = 9 - 4 \implies x = 5
Subtracting x2+3x+4x^2 + 3x + 4 from both sides gives the linear solution x=5x = 5.

Key Concept

Solving for unknown algebraic side lengths using the Cosine Rule.
Question 7462Question

The frequency distribution of scores xx obtained by a group of candidates in an aptitude test is given in the table below:

Score (xx)246810
Frequency (ff)3kk742

If the mean score of the distribution is 5.85.8, find the value of kk.

Show answer & explanation

Answer: 4

Answer

The value of kk is 44.
The mean score of an ungrouped frequency distribution is given by xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}. Evaluating the sum of frequencies gives f=16+k\sum f = 16 + k and the weighted sum of scores gives fx=100+4k\sum fx = 100 + 4k. Substituting the given mean of 5.85.8, we get 100+4k16+k=5.8\frac{100 + 4k}{16 + k} = 5.8. Cross-multiplying yields 100+4k=92.8+5.8k100 + 4k = 92.8 + 5.8k, leading to 1.8k=7.21.8k = 7.2, so k=4k = 4.

Step-by-Step Solution

1
Express total frequency f\sum f in terms of kk
\sum f = 16 + k
The total number of observations is the sum of all frequencies in the distribution.
2
Calculate the sum of weighted scores fx\sum fx in terms of kk
\sum fx = 100 + 4k
Each score value must be multiplied by its corresponding frequency and summed together.
3
Set up the mean equation using the formula xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}
5.8 = \frac{100 + 4k}{16 + k}
The mean of ungrouped data presented in a frequency table is total sum divided by total frequency.
4
Solve the linear equation for kk
k = 4
Cross-multiplying gives 92.8+5.8k=100+4k92.8 + 5.8k = 100 + 4k, which simplifies to 1.8k=7.21.8k = 7.2, yielding k=4k = 4.

Key Concept

Mean of Ungrouped Data from a Frequency Table
Question 7463Question

Convert the base 2 fractional number 110.1012110.101_2 to its equivalent value in base 10 (decimal). What is the decimal value?

Show answer & explanation

Answer: 6.625

Answer

The decimal value of 110.1012110.101_2 is 6.6256.625.
To convert 110.1012110.101_2 to base 10, expand both the integer and fractional parts using powers of 2. The integer component 1102=(1×22)+(1×21)+(0×20)=4+2+0=6110_2 = (1 \times 2^2) + (1 \times 2^1) + (0 \times 2^0) = 4 + 2 + 0 = 6. The fractional component 0.1012=(1×21)+(0×22)+(1×23)=0.5+0+0.125=0.6250.101_2 = (1 \times 2^{-1}) + (0 \times 2^{-2}) + (1 \times 2^{-3}) = 0.5 + 0 + 0.125 = 0.625. Summing these values gives 6+0.625=6.6256 + 0.625 = 6.625.

Step-by-Step Solution

1
Convert the integer part 1102110_2 to base 10
1×22+1×21+0×20=4+2+0=61 \times 2^2 + 1 \times 2^1 + 0 \times 2^0 = 4 + 2 + 0 = 6
Each position to the left of the binary point corresponds to an increasing non-negative power of 2 (20,21,222^0, 2^1, 2^2).
2
Convert the fractional part 0.10120.101_2 to base 10
1×21+0×22+1×23=12+0+18=0.5+0.125=0.6251 \times 2^{-1} + 0 \times 2^{-2} + 1 \times 2^{-3} = \frac{1}{2} + 0 + \frac{1}{8} = 0.5 + 0.125 = 0.625
Each position to the right of the binary point corresponds to a negative power of 2 (21,22,232^{-1}, 2^{-2}, 2^{-3}).
3
Combine the integer and fractional results
6+0.625=6.6256 + 0.625 = 6.625
The total value in base 10 is the sum of the expanded integer and fractional components.

Key Concept

Conversion of Fractional Non-Decimal Numbers to Decimal
Question 7464Question

A project team of 55 members is to be formed from 66 senior engineers and 44 junior engineers. If the team must contain strictly more senior engineers than junior engineers, in how many different ways can the team be selected?

Show answer & explanation

Answer: 186186

Answer

186
To form a 55-member team where senior engineers outnumber junior engineers, we consider three mutually exclusive cases: (5 senior, 0 junior), (4 senior, 1 junior), and (3 senior, 2 junior). Evaluating 6C5×4C0=6^6C_5 \times ^4C_0 = 6, 6C4×4C1=60^6C_4 \times ^4C_1 = 60, and 6C3×4C2=120^6C_3 \times ^4C_2 = 120, and adding them together yields 6+60+120=1866 + 60 + 120 = 186 total ways.

Step-by-Step Solution

1
Identify the conditions and valid cases for team composition
The team must have 55 members. The number of senior engineers must be strictly greater than junior engineers. The valid combinations of (senior, junior) engineers are: (5,0)(5, 0), (4,1)(4, 1), and (3,2)(3, 2).
Any other breakdown (such as 2 senior and 3 junior) would result in senior engineers not outnumbering junior engineers.
2
Calculate the combinations for Case 1 (55 senior, 00 junior)
6C5×4C0=6×1=6^6C_5 \times ^4C_0 = 6 \times 1 = 6
Choosing 55 out of 66 senior engineers and 00 out of 44 junior engineers.
3
Calculate the combinations for Case 2 (44 senior, 11 junior)
6C4×4C1=15×4=60^6C_4 \times ^4C_1 = 15 \times 4 = 60
Choosing 44 out of 66 senior engineers and 11 out of 44 junior engineers.
4
Calculate the combinations for Case 3 (33 senior, 22 junior)
6C3×4C2=20×6=120^6C_3 \times ^4C_2 = 20 \times 6 = 120
Choosing 33 out of 66 senior engineers and 22 out of 44 junior engineers.
5
Sum the combinations across all mutually exclusive cases
Total ways = 6+60+120=1866 + 60 + 120 = 186
By the addition principle of counting, the total number of ways is the sum of ways from each disjoint case.

Key Concept

Conditional combinations using the formula nCr=n!r!(nr)!^nC_r = \frac{n!}{r!(n-r)!} and the addition principle for disjoint cases.
Question 7465Question

What is the value of the definite integral 04(x+1)dx\int_{0}^{4} (x + 1) \, dx?

Show answer & explanation

Answer: 12

Answer

The value of the definite integral is 12.
Integrating x+1x + 1 yields x22+x\frac{x^2}{2} + x. Substituting the upper limit x=4x = 4 gives 422+4=8+4=12\frac{4^2}{2} + 4 = 8 + 4 = 12. Substituting the lower limit x=0x = 0 gives 00. Calculating 12012 - 0 gives the final answer of 12.

Step-by-Step Solution

1
Find the antiderivative of the integrand f(x)=x+1f(x) = x + 1.
(x+1)dx=x22+x+C\int (x + 1) \, dx = \frac{x^2}{2} + x + C
Apply the power rule of integration xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1} to x1x^1 and 1=x01 = x^0.
2
Evaluate the antiderivative at the upper bound x=4x = 4 and lower bound x=0x = 0.
F(4)=422+4=162+4=12F(4) = \frac{4^2}{2} + 4 = \frac{16}{2} + 4 = 12, and F(0)=022+0=0F(0) = \frac{0^2}{2} + 0 = 0
Substitute the bounds into the antiderivative expression F(x)=x22+xF(x) = \frac{x^2}{2} + x.
3
Apply the Fundamental Theorem of Calculus F(b)F(a)F(b) - F(a).
F(4)F(0)=120=12F(4) - F(0) = 12 - 0 = 12
Subtract the lower bound result from the upper bound result.

Key Concept

Evaluation of definite integrals of simple linear polynomials

Alternative Method

The integral 04(x+1)dx\int_{0}^{4} (x + 1) \, dx represents the area of a trapezoid under y=x+1y = x + 1 from x=0x = 0 to x=4x = 4. The parallel vertical sides are h1=1h_1 = 1 and h2=5h_2 = 5, with width b=4b = 4. Using the area formula for a trapezoid: Area=1+52×4=3×4=12\text{Area} = \frac{1+5}{2} \times 4 = 3 \times 4 = 12.
Estimated Time:45s
Question 7466Question

The electric power PP dissipated in a resistor varies directly as the square of the current II flowing through it. If a current of 3 A3\text{ A} produces a power of 45 W45\text{ W}, what is the power dissipated, in watts, when the current is 5 A5\text{ A}?

Show answer & explanation

Answer: 125

Answer

The power dissipated when the current is 5 A is 125 W.
Because electric power varies directly as the square of the current, the formula is P=kI2P = k I^2. Substituting the initial conditions gives 45=k(32)=9k45 = k(3^2) = 9k, so k=5k = 5. Evaluating at I=5 AI = 5\text{ A} gives P=5(52)=125 WP = 5(5^2) = 125\text{ W}.

Step-by-Step Solution

1
Set up the variation equation
P=kI2P = k I^2
Power varies directly as the square of current.
2
Find the constant of variation kk
k=5k = 5
Substitute P=45P = 45 and I=3I = 3 into the variation equation: 45=k(32)    45=9k    k=545 = k(3^2) \implies 45 = 9k \implies k = 5.
3
Calculate the required power for I=5 AI = 5\text{ A}
P=125 WP = 125\text{ W}
Substitute k=5k = 5 and I=5I = 5 into P=kI2P = k I^2: P=5(52)=125P = 5(5^2) = 125.

Key Concept

Direct variation involving a squared quantity
Question 7467Question

A worker's monthly salary was increased from N50,000\text{N}50,000 to N55,000\text{N}55,000. What is the percentage increase in the worker's salary?

Show answer & explanation

Answer: 10

Answer

The percentage increase in the worker's salary is 10%10\%.
The salary increase is N55,000N50,000=N5,000\text{N}55,000 - \text{N}50,000 = \text{N}5,000. Evaluating this change relative to the initial salary gives 5,00050,000×100%=10%\frac{5,000}{50,000} \times 100\% = 10\%.

Step-by-Step Solution

1
Calculate the absolute increase in salary
Increase = N5,000\text{N}5,000
Subtract the initial salary from the new salary: N55,000N50,000=N5,000\text{N}55,000 - \text{N}50,000 = \text{N}5,000.
2
Compute the percentage increase relative to the original salary
Percentage Increase = 10%10\%
Divide the increase by the original value and multiply by 100%100\%: 5,00050,000×100%=10%\frac{5,000}{50,000} \times 100\% = 10\%.

Key Concept

Percentage Increase
Estimated Time:45s
Question 7468Question

What is the value of the definite integral 0π6cos(3x)dx\int_{0}^{\frac{\pi}{6}} \cos(3x) \, dx?

Show answer & explanation

Answer: 13\frac{1}{3}

Answer

The value of the definite integral is 13\frac{1}{3}.
The antiderivative of cos(3x)\cos(3x) is 13sin(3x)\frac{1}{3}\sin(3x). Substituting the upper boundary x=π6x = \frac{\pi}{6} yields 13sin(π2)=13\frac{1}{3}\sin\left(\frac{\pi}{2}\right) = \frac{1}{3}, and substituting the lower boundary x=0x = 0 yields 00. Subtracting the lower bound evaluation from the upper bound evaluation gives 13\frac{1}{3}.

Step-by-Step Solution

1
Find the indefinite integral of cos(3x)\cos(3x)
cos(3x)dx=13sin(3x)+C\int \cos(3x) \, dx = \frac{1}{3}\sin(3x) + C
Using the standard integration rule cos(kx)dx=1ksin(kx)+C\int \cos(kx) \, dx = \frac{1}{k}\sin(kx) + C.
2
Apply the upper limit of integration x=π6x = \frac{\pi}{6}
\frac{1}{3}\sin\left(3 \cdot \frac{\pi}{6}\right) = \frac{1}{3}\sin\left(\frac{\pi}{2}\right) = \frac{1}{3}(1) = \frac{1}{3}
Substituting the upper limit into the antiderivative.
3
Apply the lower limit of integration x=0x = 0 and subtract
\frac{1}{3} - \frac{1}{3}\sin(0) = \frac{1}{3} - 0 = \frac{1}{3}
Evaluating the antiderivative at the limits according to the Fundamental Theorem of Calculus.

Key Concept

Definite Integration of Trigonometric Functions
Estimated Time:1m 30s
Question 7469Question

Convert the base 5 number 2345234_5 to a base 10 (decimal) number. What is the value in base 10?

Show answer & explanation

Answer: 69

Answer

The decimal (base 10) equivalent of 2345234_5 is 69.
Expanding 2345234_5 gives (2×52)+(3×51)+(4×50)=50+15+4=69(2 \times 5^2) + (3 \times 5^1) + (4 \times 5^0) = 50 + 15 + 4 = 69.

Step-by-Step Solution

1
Write out the positional expansion of 2345234_5 using powers of 5 starting from position 0 on the right.
2345=(2×52)+(3×51)+(4×50)234_5 = (2 \times 5^2) + (3 \times 5^1) + (4 \times 5^0)
Converting from any non-decimal base to base 10 involves multiplying each digit by its corresponding positional base power.
2
Evaluate the powers of 5 and multiply by the respective digits.
2×25=502 \times 25 = 50, 3×5=153 \times 5 = 15, 4×1=44 \times 1 = 4
Apply basic arithmetic exponents: 52=255^2=25, 51=55^1=5, 50=15^0=1.
3
Sum all calculated values together.
50+15+4=6950 + 15 + 4 = 69
Adding the positional values yields the total value in base 10.

Key Concept

Converting a non-decimal number to base 10 using expansion by powers of the base.
Question 7470Question

If 6+262=p+q3\frac{\sqrt{6} + \sqrt{2}}{\sqrt{6} - \sqrt{2}} = p + q\sqrt{3}, where pp and qq are rational numbers, what is the value of p+qp + q?

Show answer & explanation

Answer: 3

Answer

The value of p+qp + q is 3.
Multiplying both numerator and denominator by the conjugate (6+2)(\sqrt{6} + \sqrt{2}) yields 8+434=2+3\frac{8 + 4\sqrt{3}}{4} = 2 + \sqrt{3}. Matching terms with p+q3p + q\sqrt{3} gives p=2p = 2 and q=1q = 1, so p+q=3p + q = 3.

Step-by-Step Solution

1
Multiply the numerator and denominator by the conjugate of the denominator, (6+2)(\sqrt{6} + \sqrt{2}).
(6+2)(6+2)(62)(6+2)\frac{(\sqrt{6} + \sqrt{2})(\sqrt{6} + \sqrt{2})}{(\sqrt{6} - \sqrt{2})(\sqrt{6} + \sqrt{2})}
To eliminate radicals from the denominator.
2
Expand both numerator and denominator.
Numerator: 6+212+2=8+436 + 2\sqrt{12} + 2 = 8 + 4\sqrt{3}. Denominator: 62=46 - 2 = 4.
Using algebraic expansion (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 and difference of two squares.
3
Simplify the resulting fraction.
8+434=2+3\frac{8 + 4\sqrt{3}}{4} = 2 + \sqrt{3}
Dividing each term in the numerator by 4.
4
Equate to p+q3p + q\sqrt{3} to determine pp and qq, then find p+qp + q.
p=2p = 2, q=1    p+q=2+1=3q = 1 \implies p + q = 2 + 1 = 3.
Comparing rational and irrational parts separately.

Key Concept

Rationalization of Denominators and Surd Conjugates
Question 7471Question

A vertical flagpole of height 15 m15\text{ m} standing on level ground casts a shadow of length 153 m15\sqrt{3}\text{ m}. Calculate the angle of elevation of the sun in degrees.

Show answer & explanation

Answer: 30

Answer

The angle of elevation of the sun is 30 degrees.
The tangent of the angle of elevation is given by the height divided by the shadow length, tanθ=15153=13\tan\theta = \frac{15}{15\sqrt{3}} = \frac{1}{\sqrt{3}}, which corresponds to an angle of 3030^\circ.

Step-by-Step Solution

1
Formulate the trigonometric relationship using the right triangle formed by the flagpole, the shadow, and the sunlight ray.
\tan\theta = \frac{\text{height of flagpole}}{\text{length of shadow}} = \frac{15}{15\sqrt{3}}
The tangent of an angle in a right-angled triangle is defined as the ratio of the opposite side to the adjacent side.
2
Simplify the ratio and evaluate the angle.
\tan\theta = \frac{1}{\sqrt{3}} \implies \theta = 30^\circ
The standard acute angle whose tangent value is 13\frac{1}{\sqrt{3}} is 3030^\circ.

Key Concept

Angle of Elevation and Trigonometric Ratios
Question 7472Question

The table below details the cumulative frequency distribution of the masses, in kg\text{kg}, of 8080 agricultural packages recorded during an export inspection:

Mass Boundary (kg\text{kg})Cumulative Frequency
19.5\leq 19.588
29.5\leq 29.52424
39.5\leq 39.55252
49.5\leq 49.57272
59.5\leq 59.58080

Using linear interpolation on the cumulative frequency data, determine the interquartile range of the package masses in kg\text{kg}.

Show answer & explanation

Answer: 16.5

Answer

The interquartile range of the package masses is 16.5 kg16.5\text{ kg}.
The interquartile range measures the spread of the middle 50%50\% of the data and is computed as Q3Q1=43.527.0=16.5 kgQ_3 - Q_1 = 43.5 - 27.0 = 16.5\text{ kg}.

Step-by-Step Solution

1
Find the lower quartile (Q1Q_1)
Q1=27.0 kgQ_1 = 27.0\text{ kg}
The rank for Q1Q_1 is 14×80=20\frac{1}{4} \times 80 = 20, which lies in the 19.529.519.5 - 29.5 boundary interval with cumulative frequency increasing from 88 to 2424.
2
Find the upper quartile (Q3Q_3)
Q3=43.5 kgQ_3 = 43.5\text{ kg}
The rank for Q3Q_3 is 34×80=60\frac{3}{4} \times 80 = 60, which lies in the 39.549.539.5 - 49.5 boundary interval with cumulative frequency increasing from 5252 to 7272.
3
Calculate the Interquartile Range
IQR=16.5 kg\text{IQR} = 16.5\text{ kg}
Interquartile Range is the difference between the upper quartile (Q3Q_3) and lower quartile (Q1Q_1).

Key Concept

Interquartile Range from Cumulative Frequency Distribution
Question 7473Question
What is the numerical value of the limit limx04+x4xx\lim_{x \to 0} \frac{\sqrt{4 + x} - \sqrt{4 - x}}{x}?
Show answer & explanation

Answer: 12\frac{1}{2}

Answer

The numerical value of the limit is \(\frac{1}{2}\).
Rationalizing the numerator by multiplying with its conjugate gives \(\frac{2x}{x(\sqrt{4+x} + \sqrt{4-x})}\). Canceling \(x\) yields \(\frac{2}{\sqrt{4+x} + \sqrt{4-x}}\), which evaluates to \(\frac{2}{4} = \frac{1}{2}\) as \(x \to 0\).

Step-by-Step Solution

1
Identify the indeterminate form
Substituting \(x = 0\) directly yields \(\frac{\sqrt{4} - \sqrt{4}}{0} = \frac{0}{0}\), which is an indeterminate form requiring rationalization.
Direct evaluation cannot give the true limit value when an indeterminate form is encountered.
2
Rationalize the numerator
Multiply the numerator and denominator by the conjugate \(\sqrt{4 + x} + \sqrt{4 - x}\):
(4+x4x)(4+x+4x)x(4+x+4x)=(4+x)(4x)x(4+x+4x)\frac{(\sqrt{4 + x} - \sqrt{4 - x})(\sqrt{4 + x} + \sqrt{4 - x})}{x(\sqrt{4 + x} + \sqrt{4 - x})} = \frac{(4 + x) - (4 - x)}{x(\sqrt{4 + x} + \sqrt{4 - x})}
The difference of squares identity \((a - b)(a + b) = a^2 - b^2\) eliminates the radical signs in the numerator.
3
Simplify the numerator and cancel common terms
\(\frac{4 + x - 4 + x}{x(\sqrt{4 + x} + \sqrt{4 - x})} = \frac{2x}{x(\sqrt{4 + x} + \sqrt{4 - x})} = \frac{2}{\sqrt{4 + x} + \sqrt{4 - x}}\)
Canceling the common factor \(x\) eliminates the zero-causing term in the denominator.
4
Evaluate the simplified limit as \(x \to 0\)
\(\frac{2}{\sqrt{4 + 0} + \sqrt{4 - 0}} = \frac{2}{2 + 2} = \frac{2}{4} = \frac{1}{2}\)
Direct substitution is now valid since the expression is continuous at \(x = 0\).

Key Concept

Evaluation of algebraic limits of indeterminate form 0/0 using radical rationalization.
Question 7474Question

The polynomial P(x)=2x3+ax2+bx+6P(x) = 2x^3 + ax^2 + bx + 6 leaves a remainder of 1212 when divided by (x1)(x - 1) and has (x+3)(x + 3) as a factor. What is the value of aba - b?

Show answer & explanation

Answer: 66

Answer

The value of aba - b is 66.
Applying the Remainder Theorem with P(1)=12P(1) = 12 gives a+b=4a + b = 4. Applying the Factor Theorem with P(3)=0P(-3) = 0 gives 3ab=163a - b = 16. Solving these simultaneous linear equations gives a=5a = 5 and b=1b = -1. Evaluating ab=5(1)a - b = 5 - (-1) gives 66.

Step-by-Step Solution

1
Apply the Remainder Theorem for the divisor (x1)(x - 1)
a+b=4a + b = 4
According to the Remainder Theorem, P(1)=12P(1) = 12. Substituting x=1x = 1 gives 2(1)3+a(1)2+b(1)+6=12    a+b+8=12    a+b=42(1)^3 + a(1)^2 + b(1) + 6 = 12 \implies a + b + 8 = 12 \implies a + b = 4.
2
Apply the Factor Theorem for the factor (x+3)(x + 3)
3ab=163a - b = 16
According to the Factor Theorem, P(3)=0P(-3) = 0. Substituting x=3x = -3 gives 2(3)3+a(3)2+b(3)+6=0    54+9a3b+6=0    9a3b=48    3ab=162(-3)^3 + a(-3)^2 + b(-3) + 6 = 0 \implies -54 + 9a - 3b + 6 = 0 \implies 9a - 3b = 48 \implies 3a - b = 16.
3
Solve the system of linear equations for aa and bb
a=5a = 5 and b=1b = -1
Adding (a+b=4)(a + b = 4) and (3ab=16)(3a - b = 16) yields 4a=20    a=54a = 20 \implies a = 5. Substituting a=5a = 5 into a+b=4a + b = 4 gives b=1b = -1.
4
Calculate the target value aba - b
ab=6a - b = 6
Subtracting bb from aa gives 5(1)=5+1=65 - (-1) = 5 + 1 = 6.

Key Concept

Polynomial Remainder and Factor Theorems
Question 7475Question

If y=(6x5sin(x))dxy = \int (6x - 5\sin(x)) \, dx and y=12y = 12 when x=0x = 0, what is the value of the constant of integration CC?

Show answer & explanation

Answer: 7

Answer

7
Integrating 6x5sin(x)6x - 5\sin(x) yields 3x2+5cos(x)+C3x^2 + 5\cos(x) + C. Substituting x=0x = 0 and y=12y = 12 gives 12=3(0)2+5(1)+C=5+C12 = 3(0)^2 + 5(1) + C = 5 + C, which gives C=7C = 7.

Step-by-Step Solution

1
Integrate each term of 6x5sin(x)6x - 5\sin(x) with respect to xx
y=3x2+5cos(x)+Cy = 3x^2 + 5\cos(x) + C
The integral of 6x6x is 3x23x^2, and the integral of 5sin(x)-5\sin(x) is +5cos(x)+5\cos(x).
2
Substitute the initial conditions x=0x = 0 and y=12y = 12 to calculate CC
12=3(0)2+5cos(0)+C    12=5+C    C=712 = 3(0)^2 + 5\cos(0) + C \implies 12 = 5 + C \implies C = 7
Since cos(0)=1\cos(0) = 1, the right-hand side reduces to 5+C5 + C.

Key Concept

Indefinite Integration and Initial Value Evaluation
Question 7476Question

A contractor estimates that 2020 workers, working 8 hours8\text{ hours} per day, can complete a road construction project in 30 days30\text{ days}. All workers work at the same constant rate. After working for 10 days10\text{ days}, 44 workers leave the site. To make up for the loss, the daily working duration for each remaining worker is increased to 10 hours10\text{ hours} per day. However, due to fatigue, the work efficiency of each remaining worker drops by 20%20\%. How many additional days will be required to complete the remaining work?

Show answer & explanation

Answer: 25

Answer

It will take 25 additional days to complete the remaining work.
The total project requires 4,8004,800 worker-hours (20×8×3020 \times 8 \times 30). In the first 1010 days, 1,6001,600 worker-hours are completed, leaving 3,2003,200 worker-hours. After 44 workers leave, 1616 workers remain. Working 1010 hours a day at 80%80\% efficiency, the 1616 workers produce 16×10×0.8=12816 \times 10 \times 0.8 = 128 effective worker-hours each day. Dividing the remaining 3,2003,200 worker-hours by 128128 gives exactly 2525 additional days.

Step-by-Step Solution

1
Calculate total work units required for the entire project
Total work = 4800 worker-hours4800\text{ worker-hours}
Work rate is proportional to workers multiplied by total hours worked.
2
Calculate completed work and remaining work
Work done = 1600 worker-hours1600\text{ worker-hours}, Remaining work = 3200 worker-hours3200\text{ worker-hours}
Subtracting completed work from total work gives the remaining required effort.
3
Determine the effective rate per day after conditions change
Effective daily output = 128 worker-hours/day128\text{ worker-hours/day}
16 remaining workers working 10 hours daily at 80% efficiency yield 16×10×0.8=12816 \times 10 \times 0.8 = 128 worker-hours per day.
4
Divide remaining work by the new effective daily rate
Number of additional days = 25 days25\text{ days}
Dividing 3200 worker-hours3200\text{ worker-hours} by 128 worker-hours/day128\text{ worker-hours/day} gives 25 days25\text{ days}.

Key Concept

Compound Proportion and Work Efficiency
Question 7477Question

Given the matrices A=(2143)A = \begin{pmatrix} 2 & 1 \\ 4 & 3 \end{pmatrix} and B=(1125)B = \begin{pmatrix} 1 & -1 \\ 2 & 5 \end{pmatrix}, find the determinant of the matrix C=2ABC = 2A - B.

Show answer & explanation

Answer: -15

Answer

The determinant of the matrix C=2ABC = 2A - B is 15-15.
Scalar multiplication gives 2A=(4286)2A = \begin{pmatrix} 4 & 2 \\ 8 & 6 \end{pmatrix}. Subtracting BB yields C=(3361)C = \begin{pmatrix} 3 & 3 \\ 6 & 1 \end{pmatrix}. Evaluating the determinant gives det(C)=(3)(1)(3)(6)=318=15\det(C) = (3)(1) - (3)(6) = 3 - 18 = -15.

Step-by-Step Solution

1
Multiply matrix AA by scalar 22
2A=(4286)2A = \begin{pmatrix} 4 & 2 \\ 8 & 6 \end{pmatrix}
Scalar multiplication requires multiplying each entry of matrix AA by 22.
2
Subtract matrix BB from matrix 2A2A entry-wise to find matrix CC
C=(412(1)8265)=(3361)C = \begin{pmatrix} 4 - 1 & 2 - (-1) \\ 8 - 2 & 6 - 5 \end{pmatrix} = \begin{pmatrix} 3 & 3 \\ 6 & 1 \end{pmatrix}
Subtract corresponding entries of matrix BB from 2A2A.
3
Calculate the determinant of matrix CC
det(C)=(3)(1)(3)(6)=318=15\det(C) = (3)(1) - (3)(6) = 3 - 18 = -15
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is adbcad - bc.

Key Concept

Matrix Operations and Determinants
Question 7478Question

If sinθ=45\sin \theta = \frac{4}{5}, where θ\theta is an acute angle, what is the exact value of the expression sec2θ1cotθ+cscθ\frac{\sec^2 \theta - 1}{\cot \theta + \csc \theta}?

Show answer & explanation

Answer: 89\frac{8}{9}

Answer

The exact value of the expression is 89\frac{8}{9}.
Given an acute angle θ\theta with sinθ=45\sin \theta = \frac{4}{5}, the adjacent side is 33. This gives tanθ=43\tan \theta = \frac{4}{3}, cotθ=34\cot \theta = \frac{3}{4}, and cscθ=54\csc \theta = \frac{5}{4}. Using the identity sec2θ1=tan2θ\sec^2 \theta - 1 = \tan^2 \theta, the numerator is (43)2=169\left(\frac{4}{3}\right)^2 = \frac{16}{9}. The denominator cotθ+cscθ=34+54=2\cot \theta + \csc \theta = \frac{3}{4} + \frac{5}{4} = 2. Dividing 169\frac{16}{9} by 22 yields 89\frac{8}{9}.

Step-by-Step Solution

1
Determine all required trigonometric ratios for the acute angle θ\theta.
Given sinθ=45\sin \theta = \frac{4}{5}, the opposite side is 44 and the hypotenuse is 55. By the Pythagorean theorem, the adjacent side is 5242=3\sqrt{5^2 - 4^2} = 3. Therefore, cosθ=35\cos \theta = \frac{3}{5}, tanθ=43\tan \theta = \frac{4}{3}, cotθ=34\cot \theta = \frac{3}{4}, and cscθ=54\csc \theta = \frac{5}{4}.
Defining the right-triangle side lengths allows direct evaluation of all six trigonometric ratios.
2
Simplify the numerator using standard trigonometric identities.
sec2θ1=tan2θ=(43)2=169\sec^2 \theta - 1 = \tan^2 \theta = \left(\frac{4}{3}\right)^2 = \frac{16}{9}.
Applying the fundamental identity 1+tan2θ=sec2θ1 + \tan^2 \theta = \sec^2 \theta simplifies the numerator.
3
Evaluate the denominator.
cotθ+cscθ=34+54=84=2\cot \theta + \csc \theta = \frac{3}{4} + \frac{5}{4} = \frac{8}{4} = 2.
Adding fractional values with a common denominator.
4
Divide the numerator by the denominator.
16/92=89\frac{16/9}{2} = \frac{8}{9}.
Dividing the simplified numerator by the simplified denominator yields the final result.

Key Concept

Evaluation of trigonometric expressions using fundamental identities and right-triangle ratio definitions.
Question 7479Question

A composite plane figure is formed by constructing a semicircle externally on one side of a square of side length 14 cm14\text{ cm}. What is the perimeter of the resulting figure? (Take π=227\pi = \frac{22}{7})

Show answer & explanation

Answer: 64 cm64\text{ cm}

Answer

64 cm64\text{ cm}
The outer perimeter of the composite shape consists of three straight edges of the square and one curved semicircular arc. Three sides of length 14 cm14\text{ cm} yield 42 cm42\text{ cm}. The arc length of a semicircle with radius 7 cm7\text{ cm} is πr=227×7=22 cm\pi r = \frac{22}{7} \times 7 = 22\text{ cm}. Adding these together gives 42 cm+22 cm=64 cm42\text{ cm} + 22\text{ cm} = 64\text{ cm}.

Step-by-Step Solution

1
Identify the exposed straight sides of the square contributing to the perimeter.
The square has 4 sides, but 1 side is attached to the semicircle inside the figure. Thus, 3 sides are on the outer boundary: 3×14 cm=42 cm3 \times 14\text{ cm} = 42\text{ cm}.
Perimeter only includes the outer boundary of a composite shape.
2
Calculate the radius and arc length of the attached semicircle.
The diameter of the semicircle is equal to the side length of the square (d=14 cmd = 14\text{ cm}), so radius r=7 cmr = 7\text{ cm}. Semicircular arc length =πr=227×7=22 cm= \pi r = \frac{22}{7} \times 7 = 22\text{ cm}.
The curved boundary is half of the total circle circumference.
3
Sum the outer straight boundaries and the curved boundary.
Total perimeter =42 cm+22 cm=64 cm= 42\text{ cm} + 22\text{ cm} = 64\text{ cm}.
Combining all outer segment lengths gives the total perimeter.

Key Concept

Perimeter of composite plane figures involving straight line segments and circular arcs.
Estimated Time:1m 30s
Question 7480Question

If log2x+log4x+log16x=7\log_2 x + \log_4 x + \log_{16} x = 7, what is the value of xx?

Show answer & explanation

Answer: 1616

Answer

1616
Using the change of base property, log4x=12log2x\log_4 x = \frac{1}{2}\log_2 x and log16x=14log2x\log_{16} x = \frac{1}{4}\log_2 x. Combining like terms yields (1+12+14)log2x=74log2x\left(1 + \frac{1}{2} + \frac{1}{4}\right)\log_2 x = \frac{7}{4}\log_2 x. Setting 74log2x=7\frac{7}{4}\log_2 x = 7 gives log2x=4\log_2 x = 4, which leads to x=24=16x = 2^4 = 16.

Step-by-Step Solution

1
Apply the change of base formula to express all logarithmic terms in base 2.
log4x=log2xlog24=12log2x\log_4 x = \frac{\log_2 x}{\log_2 4} = \frac{1}{2}\log_2 x and log16x=log2xlog216=14log2x\log_{16} x = \frac{\log_2 x}{\log_2 16} = \frac{1}{4}\log_2 x.
Logarithms with different bases must be converted to a common base to combine them.
2
Substitute the transformed terms back into the equation and factor out log2x\log_2 x.
\log_2 x + \frac{1}{2}\log_2 x + \frac{1}{4}\log_2 x = \left(1 + \frac{1}{2} + \frac{1}{4}\right)\log_2 x = \frac{7}{4}\log_2 x.
Factoring allows summing the coefficients of log2x\log_2 x.
3
Solve for log2x\log_2 x by equating the simplified expression to 7.
\frac{7}{4}\log_2 x = 7 \implies \log_2 x = 7 \times \frac{4}{7} = 4.
Isolating the logarithmic term gives its numerical value.
4
Convert the logarithmic equation to exponential form to solve for xx.
x = 2^4 = 16.
By definition, logba=c    a=bc\log_b a = c \iff a = b^c.

Key Concept

Change of Base Formula for Logarithms
Estimated Time:1m 30s
PreviousPage 374 / 697Next
All practice questions — JAMB UTME | Examkin