All practice questions

13931 questions

Question 7541Question

Find the total area of the region bounded by the curve y=3x26xy = 3x^2 - 6x, the xx-axis, and the vertical lines x=0x = 0 and x=3x = 3.

Show answer & explanation

Answer: 8

Answer

The total area bounded by the curve and the x-axis between x = 0 and x = 3 is 8 square units.
To find the total geometric area bounded by a curve and the x-axis, we must split the integral at any x-intercepts within the domain. For y=3x26xy = 3x^2 - 6x, the x-intercepts are x=0x = 0 and x=2x = 2. Between x=0x = 0 and x=2x = 2, the curve lies below the x-axis, giving an area magnitude of 44. Between x=2x = 2 and x=3x = 3, the curve lies above the x-axis, giving an area magnitude of 44. Summing these positive magnitudes gives a total area of 88.

Step-by-Step Solution

1
Find the roots of the curve y=3x26xy = 3x^2 - 6x within the given interval [0,3][0, 3].
Setting 3x26x=03x^2 - 6x = 0 yields 3x(x2)=03x(x - 2) = 0, giving x=0x = 0 and x=2x = 2.
Roots inside the integration boundaries indicate where the curve crosses the x-axis, changing the sign of yy.
2
Determine the position of the curve relative to the x-axis on each sub-interval.
On [0,2][0, 2], y0y \le 0 (below the x-axis). On [2,3][2, 3], y0y \ge 0 (above the x-axis).
Geometric area must be non-negative, so regions below the x-axis require integrating y-y or taking the absolute value of the integral.
3
Evaluate the area A1A_1 for the region below the x-axis from x=0x = 0 to x=2x = 2.
A1=02(6x3x2)dx=[3x2x3]02=(3(4)8)0=4A_1 = \int_{0}^{2} (6x - 3x^2) \, dx = \left[ 3x^2 - x^3 \right]_{0}^{2} = (3(4) - 8) - 0 = 4.
Integrating y=6x3x2-y = 6x - 3x^2 yields the positive magnitude of the area below the x-axis.
4
Evaluate the area A2A_2 for the region above the x-axis from x=2x = 2 to x=3x = 3.
A2=23(3x26x)dx=[x33x2]23=(333(32))(233(22))=0(4)=4A_2 = \int_{2}^{3} (3x^2 - 6x) \, dx = \left[ x^3 - 3x^2 \right]_{2}^{3} = (3^3 - 3(3^2)) - (2^3 - 3(2^2)) = 0 - (-4) = 4.
Direct integration of yy on [2,3][2, 3] gives the area above the x-axis.
5
Combine the areas of both sub-regions.
Total Area =A1+A2=4+4=8= A_1 + A_2 = 4 + 4 = 8.
The total geometric area is the sum of the magnitudes of the areas of all separate bounded regions.

Key Concept

Calculating area under curves crossing the x-axis by splitting definite integrals at real roots
Question 7542Question

If P=(3124)P = \begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix} and Q=(1205)Q = \begin{pmatrix} 1 & -2 \\ 0 & 5 \end{pmatrix}, what is the product matrix PQPQ?

Show answer & explanation

Answer: (31216)\begin{pmatrix} 3 & -1 \\ 2 & 16 \end{pmatrix}

Answer

The product matrix PQPQ is (31216)\begin{pmatrix} 3 & -1 \\ 2 & 16 \end{pmatrix}.
The matrix containing elements 3, -1 in the top row and 2, 16 in the bottom row correctly applies the row-by-column multiplication rule for matrices PP and QQ.

Step-by-Step Solution

1
Set up the row-by-column matrix multiplication PQPQ
PQ=(3124)(1205)PQ = \begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix} \begin{pmatrix} 1 & -2 \\ 0 & 5 \end{pmatrix}
Matrix multiplication requires computing dot products of rows of the first matrix with columns of the second matrix.
2
Calculate the first row elements of the product matrix
Row 1, Column 1: 3(1)+1(0)=3+0=33(1) + 1(0) = 3 + 0 = 3; Row 1, Column 2: 3(2)+1(5)=6+5=13(-2) + 1(5) = -6 + 5 = -1
Multiply elements of Row 1 of PP by corresponding elements of Columns 1 and 2 of QQ and sum them.
3
Calculate the second row elements of the product matrix
Row 2, Column 1: 2(1)+4(0)=2+0=22(1) + 4(0) = 2 + 0 = 2; Row 2, Column 2: 2(2)+4(5)=4+20=162(-2) + 4(5) = -4 + 20 = 16
Multiply elements of Row 2 of PP by corresponding elements of Columns 1 and 2 of QQ and sum them.
4
Assemble the resulting 2×22 \times 2 matrix
PQ=(31216)PQ = \begin{pmatrix} 3 & -1 \\ 2 & 16 \end{pmatrix}
Combine all computed entry values into matrix form.

Key Concept

Matrix Multiplication (Row-by-Column Rule)
Estimated Time:1m 30s
Question 7543Question

The table below presents the cumulative frequency distribution of delay times (in minutes) for 5050 regional flights recorded at an airport:

Delay Time (minutes)Cumulative Frequency
101910 - 1988
202920 - 292020
303930 - 394040
404940 - 495050

What is the 70th70\text{th} percentile of the delay times?

Show answer & explanation

Answer: 37.037.0 minutes

Answer

The 70th70\text{th} percentile of the delay times is 37.037.0 minutes.
The 70th70\text{th} percentile position is found by taking 70%70\% of 5050, which yields 3535. Looking at the cumulative frequency table, the 35th item falls in the 303930 - 39 interval (class boundaries 29.539.529.5 - 39.5). Applying the percentile interpolation formula: P70=29.5+(352020)×10=29.5+7.5=37.0 minutesP_{70} = 29.5 + \left(\frac{35 - 20}{20}\right) \times 10 = 29.5 + 7.5 = 37.0\text{ minutes}.

Step-by-Step Solution

1
Determine the position of the 70th percentile rank.
Position rank =70100×50=35th value= \frac{70}{100} \times 50 = 35\text{th value}.
The 70th percentile corresponds to 70% of the total frequency N=50N = 50.
2
Identify the 70th percentile class interval and its parameters.
Interval: 303930 - 39; Lower class boundary L=29.5L = 29.5, cumulative frequency preceding class F=20F = 20, frequency of percentile class f=20f = 20, class width c=10c = 10.
The cumulative frequency reaches 20 at 29.529.5 and 40 at 39.539.5, so the 35th value lies in the 303930 - 39 class interval.
3
Apply the percentile interpolation formula P70=L+(70N100Ff)×cP_{70} = L + \left(\frac{\frac{70N}{100} - F}{f}\right) \times c.
P70=29.5+(352020)×10=29.5+(1520)×10=29.5+7.5=37.0 minutesP_{70} = 29.5 + \left(\frac{35 - 20}{20}\right) \times 10 = 29.5 + \left(\frac{15}{20}\right) \times 10 = 29.5 + 7.5 = 37.0\text{ minutes}.
Linear interpolation distributes the cumulative frequencies evenly across the class interval.

Key Concept

Calculating percentiles from grouped cumulative frequency data using class boundaries and linear interpolation.
Question 7544Question

Three business partners, XX, YY, and ZZ, invest in a venture. XX contributes 13\frac{1}{3} of the total capital for 14\frac{1}{4} of the total duration of the business. YY contributes 14\frac{1}{4} of the capital for 12\frac{1}{2} of the duration, while ZZ contributes the remaining capital for the entire duration. If the total profit realized from the business is N78,000\mathcal{N}78,000, what is ZZ's share of the profit?

Show answer & explanation

Answer: N52,000\mathcal{N}52,000

Answer

N52,000\mathcal{N}52,000
Profit distribution in compound partnerships depends on both capital invested and investment time duration. XX's product is 112\frac{1}{12}, YY's product is 18\frac{1}{8}, and ZZ's product is 512\frac{5}{12}. Scaling these by 24 gives a ratio of 2:3:102 : 3 : 10. With 15 total parts, ZZ receives 1015\frac{10}{15} of N78,000\mathcal{N}78,000, which equals N52,000\mathcal{N}52,000.

Step-by-Step Solution

1
Determine ZZ's fraction of the total capital
ZZ's capital fraction =1(13+14)=1712=512= 1 - \left(\frac{1}{3} + \frac{1}{4}\right) = 1 - \frac{7}{12} = \frac{5}{12}
The sum of all capital contributions must equal 1.
2
Calculate the compound product of (Capital Share ×\times Time Duration) for each partner
X=13×14=112X = \frac{1}{3} \times \frac{1}{4} = \frac{1}{12}, Y=14×12=18Y = \frac{1}{4} \times \frac{1}{2} = \frac{1}{8}, Z=512×1=512Z = \frac{5}{12} \times 1 = \frac{5}{12}
Profit sharing in compound partnerships is proportional to the product of capital invested and the time period.
3
Convert the fractions to an equivalent integer ratio
Multiplying 112:18:512\frac{1}{12} : \frac{1}{8} : \frac{5}{12} by 24 gives the ratio 2:3:102 : 3 : 10
Finding the least common multiple (24) simplifies the fractions into integer ratio parts.
4
Compute ZZ's profit share from the total profit
Total ratio parts =2+3+10=15= 2 + 3 + 10 = 15. ZZ's share =1015×N78,000=N52,000= \frac{10}{15} \times \mathcal{N}78,000 = \mathcal{N}52,000
Multiply total profit by ZZ's ratio fraction.

Key Concept

Compound Ratio and Partnership Profit Sharing
Question 7545Question

An insulated neutral conductor gains 5.0×10135.0 \times 10^{13} electrons during a electrostatic charging process. Given that the magnitude of the elementary charge is e=1.6×1019 Ce = 1.6 \times 10^{-19}\text{ C}, what is the magnitude of the net charge acquired by the conductor in microcoulombs (μC\mu\text{C})?

Show answer & explanation

Answer: 8

Answer

The magnitude of the net electric charge acquired by the conductor is 8.0 μC8.0\ \mu\text{C}.
According to the principle of charge quantization, the total magnitude of charge QQ acquired by gaining nn electrons is given by Q=neQ = n e. Substituting n=5.0×1013n = 5.0 \times 10^{13} and e=1.6×1019 Ce = 1.6 \times 10^{-19}\text{ C} gives Q=8.0×106 CQ = 8.0 \times 10^{-6}\text{ C}. Expressed in microcoulombs, 8.0×106 C=8.0 μC8.0 \times 10^{-6}\text{ C} = 8.0\ \mu\text{C}.

Step-by-Step Solution

1
Apply the principle of quantization of electric charge formula
Formula Q=neQ = n e established
Electric charge is quantized and exists in integer multiples of the elementary charge.
2
Multiply the number of electrons by the elementary charge value
Q=8.0×106 CQ = 8.0 \times 10^{-6}\text{ C}
Calculates total electrostatic charge in base SI units.
3
Convert the value from Coulombs to microcoulombs
8.0 μC8.0\ \mu\text{C}
The unit 1 μC1\ \mu\text{C} equals 106 C10^{-6}\text{ C}.

Key Concept

Quantization of Electric Charge
Question 7546Question

When differentiating the function f(x)=x23xf(x) = x^2 - 3x from first principles, what is the simplified expression for the difference quotient f(x+h)f(x)h\frac{f(x+h) - f(x)}{h} for h0h \neq 0 before taking the limit as h0h \to 0?

Show answer & explanation

Answer: 2x + h - 3; 2x - 3 + h; h + 2x - 3; 2x+h-3; 2x-3+h

Answer

2x+h32x + h - 3
Expanding f(x+h)=(x+h)23(x+h)=x2+2xh+h23x3hf(x+h) = (x+h)^2 - 3(x+h) = x^2 + 2xh + h^2 - 3x - 3h and subtracting f(x)=x23xf(x) = x^2 - 3x yields 2xh+h23h2xh + h^2 - 3h. Factoring and dividing by hh gives the simplified difference quotient 2x+h32x + h - 3.

Step-by-Step Solution

1
Set up the difference quotient expression
f(x+h)f(x)h=[(x+h)23(x+h)](x23x)h\frac{f(x+h) - f(x)}{h} = \frac{[(x+h)^2 - 3(x+h)] - (x^2 - 3x)}{h}
Substitute (x+h)(x+h) into the function definition to evaluate f(x+h)f(x+h).
2
Expand terms in the numerator
(x2+2xh+h23x3h)x2+3xh\frac{(x^2 + 2xh + h^2 - 3x - 3h) - x^2 + 3x}{h}
Expand (x+h)2=x2+2xh+h2(x+h)^2 = x^2 + 2xh + h^2 and distribute 3-3 across (x+h)(x+h) as well as the negative sign across f(x)f(x).
3
Combine like terms in the numerator
2xh+h23hh\frac{2xh + h^2 - 3h}{h}
The terms x2x2=0x^2 - x^2 = 0 and 3x+3x=0-3x + 3x = 0 cancel out.
4
Divide numerator terms by hh
2x+h32x + h - 3
Factor out hh from the numerator to get h(2x+h3)h=2x+h3\frac{h(2x + h - 3)}{h} = 2x + h - 3 for h0h \neq 0.

Key Concept

Difference Quotient in First Principles Differentiation
Estimated Time:1m 30s
Question 7547Question

What is the area of the region bounded by the curve y=6xx2y = 6x - x^2 and the line y=2xy = 2x?

Show answer & explanation

Answer: 323\frac{32}{3} square units

Answer

323\frac{32}{3} square units
Equating y=6xx2y = 6x - x^2 and y=2xy = 2x gives intersection points x=0x = 0 and x=4x = 4. Integrating the upper curve minus the lower line, 04(4xx2)dx=[2x2x33]04=32643=323\int_{0}^{4} (4x - x^2) \, dx = \left[ 2x^2 - \frac{x^3}{3} \right]_{0}^{4} = 32 - \frac{64}{3} = \frac{32}{3} square units.

Step-by-Step Solution

1
Find the points of intersection between the curve and the line
x=0x = 0 and x=4x = 4
Set 6xx2=2x    4xx2=0    x(4x)=06x - x^2 = 2x \implies 4x - x^2 = 0 \implies x(4 - x) = 0 to find the integration bounds.
2
Set up the definite integral for the area between the two curves
A=04((6xx2)2x)dx=04(4xx2)dxA = \int_{0}^{4} ((6x - x^2) - 2x) \, dx = \int_{0}^{4} (4x - x^2) \, dx
The area between two functions f(x)f(x) and g(x)g(x) from x=ax=a to x=bx=b is given by ab(f(x)g(x))dx\int_{a}^{b} (f(x) - g(x)) \, dx where f(x)g(x)f(x) \ge g(x) on [a,b][a, b].
3
Compute the indefinite integral of the integrand
(4xx2)dx=2x2x33\int (4x - x^2) \, dx = 2x^2 - \frac{x^3}{3}
Apply the standard power rule of integration xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}.
4
Evaluate the definite integral using the limits 00 and 44
[2x2x33]04=(2(4)2433)0=32643=323\left[ 2x^2 - \frac{x^3}{3} \right]_{0}^{4} = \left( 2(4)^2 - \frac{4^3}{3} \right) - 0 = 32 - \frac{64}{3} = \frac{32}{3} square units
Substitute the upper limit x=4x = 4 and lower limit x=0x = 0 and simplify fractions.

Key Concept

Area Between Two Curves
Estimated Time:2m 0s
Question 7548Question

A point P(x,y)P(x, y) moves in a Cartesian plane such that the square of its distance from A(3,0)A(3, 0) exceeds the square of its distance from B(1,2)B(-1, 2) by 44 units. Which of the following equations represents the locus of PP?

Show answer & explanation

Answer: 2xy=02x - y = 0

Answer

The equation representing the locus of PP is 2xy=02x - y = 0.
Using the distance formula, PA2=(x3)2+y2=x26x+9+y2PA^2 = (x - 3)^2 + y^2 = x^2 - 6x + 9 + y^2 and PB2=(x+1)2+(y2)2=x2+2x+1+y24y+4PB^2 = (x + 1)^2 + (y - 2)^2 = x^2 + 2x + 1 + y^2 - 4y + 4. Subtracting PB2PB^2 from PA2PA^2 yields (x2+y26x+9)(x2+y2+2x4y+5)=4(x^2 + y^2 - 6x + 9) - (x^2 + y^2 + 2x - 4y + 5) = 4, which simplifies to 8x+4y=0-8x + 4y = 0, or 2xy=02x - y = 0.

Step-by-Step Solution

1
Express the square of the distance from P(x,y)P(x, y) to A(3,0)A(3, 0) using the distance formula
PA2=(x3)2+(y0)2=x26x+9+y2PA^2 = (x - 3)^2 + (y - 0)^2 = x^2 - 6x + 9 + y^2
The distance formula gives PA2=(xxA)2+(yyA)2PA^2 = (x - x_A)^2 + (y - y_A)^2.
2
Express the square of the distance from P(x,y)P(x, y) to B(1,2)B(-1, 2)
PB2=(x(1))2+(y2)2=(x+1)2+(y2)2=x2+2x+1+y24y+4=x2+y2+2x4y+5PB^2 = (x - (-1))^2 + (y - 2)^2 = (x + 1)^2 + (y - 2)^2 = x^2 + 2x + 1 + y^2 - 4y + 4 = x^2 + y^2 + 2x - 4y + 5
Expand both algebraic squares for PB2PB^2.
3
Set up the locus condition PA2PB2=4PA^2 - PB^2 = 4 and simplify
(x2+y26x+9)(x2+y2+2x4y+5)=4    8x+4y+4=4(x^2 + y^2 - 6x + 9) - (x^2 + y^2 + 2x - 4y + 5) = 4 \implies -8x + 4y + 4 = 4
Subtracting PB2PB^2 from PA2PA^2 cancels the quadratic x2x^2 and y2y^2 terms.
4
Rearrange into standard linear equation form
8x+4y=0    2xy=0-8x + 4y = 0 \implies 2x - y = 0
Divide the entire equation by 4-4 to simplify.

Key Concept

Locus defined by difference of squares of distances to two fixed points
Estimated Time:1m 30s
Question 7549Question

Match each physical quantity listed on the left with its corresponding SI classification and base unit representation on the right.

Click a left item, then click its matching right item

Items

Electric current
Thermodynamic temperature
Electric potential difference
Specific heat capacity

Matches

Show answer & explanation

Answer

Electric current matches Fundamental quantity measured in amperes; Thermodynamic temperature matches Fundamental quantity measured in kelvins; Electric potential difference matches Derived quantity expressed as kg·m²·s⁻³·A⁻¹; Specific heat capacity matches Derived quantity expressed as m²·s⁻²·K⁻¹.
Electric current and thermodynamic temperature are basic SI fundamental quantities. Electric potential difference and specific heat capacity are derived quantities whose fundamental unit decompositions follow directly from their governing formulas.

Step-by-Step Solution

1
Identify fundamental physical quantities and their base units
Electric current and thermodynamic temperature are fundamental SI quantities with base units ampere (A\text{A}) and kelvin (K\text{K}) respectively.
Fundamental physical quantities are defined independently and serve as the foundation for the SI system.
2
Decompose electric potential difference into SI base units
Electric potential difference V=WorkCharge=kgm2s2As=kgm2s3A1V = \frac{\text{Work}}{\text{Charge}} = \frac{\text{kg}\cdot\text{m}^2\cdot\text{s}^{-2}}{\text{A}\cdot\text{s}} = \text{kg}\cdot\text{m}^2\cdot\text{s}^{-3}\cdot\text{A}^{-1}.
Because it is expressed by combining fundamental quantities, it is a derived quantity.
3
Decompose specific heat capacity into SI base units
Specific heat capacity c=EnergyMass×Temperature change=kgm2s2kgK=m2s2K1c = \frac{\text{Energy}}{\text{Mass} \times \text{Temperature change}} = \frac{\text{kg}\cdot\text{m}^2\cdot\text{s}^{-2}}{\text{kg}\cdot\text{K}} = \text{m}^2\cdot\text{s}^{-2}\cdot\text{K}^{-1}.
It is calculated from energy, mass, and temperature, making it a derived quantity.

Key Concept

Fundamental quantities are independent basic quantities, whereas derived quantities are formed through algebraic combination of fundamental quantities.
Estimated Time:1m 30s
Question 7550Question

Given that the matrix A=(12k0k3211)A = \begin{pmatrix} 1 & 2 & k \\ 0 & k & 3 \\ 2 & -1 & 1 \end{pmatrix} is singular, what is the positive value of kk?

Show answer & explanation

Answer: 3

Answer

The positive value of kk is 33.
A square matrix is singular when its determinant is zero. Expanding det(A)\det(A) along the first column yields 1(k+3)+2(6k2)=2k2+k+151 \cdot (k + 3) + 2 \cdot (6 - k^2) = -2k^2 + k + 15. Equating this to zero gives the quadratic equation 2k2k15=02k^2 - k - 15 = 0, which factors as (2k+5)(k3)=0(2k + 5)(k - 3) = 0. The roots are k=2.5k = -2.5 and k=3k = 3. The positive value is 33.

Step-by-Step Solution

1
Calculate the determinant of matrix A
\det(A) = -2k^2 + k + 15
Expanding along the first column simplifies the calculation because of the zero entry.
2
Set the determinant to zero for singularity
2k^2 - k - 15 = 0
A matrix is singular if and only if its determinant equals zero.
3
Solve the quadratic equation for k
k = 3 or k = -2.5
Factoring 2k2k15=(2k+5)(k3)=02k^2 - k - 15 = (2k + 5)(k - 3) = 0 yields two roots.
4
Choose the positive solution
k = 3
The question explicitly requires the positive value of kk.

Key Concept

Singular matrix definition and 3x3 determinant evaluation
Question 7551Question

In a hydrogen atom modeled according to Bohr's postulates, an electron undergoes a transition from an initial excited state nn to the ground state n=1n=1, emitting a photon whose wavelength is λ=1615R\lambda = \frac{16}{15R}, where RR is the Rydberg constant. What is the orbital angular momentum of the electron in its initial excited state prior to the transition?

Show answer & explanation

Answer: 2hπ\frac{2h}{\pi}

Answer

2hπ\frac{2h}{\pi}
Using the Rydberg formula 1λ=R(1121n2)\frac{1}{\lambda} = R \left( \frac{1}{1^2} - \frac{1}{n^2} \right) with λ=1615R\lambda = \frac{16}{15R}, we find 1516=11n2\frac{15}{16} = 1 - \frac{1}{n^2}, which gives n=4n = 4. By Bohr's angular momentum quantization condition, L=nh2π=4h2π=2hπL = \frac{nh}{2\pi} = \frac{4h}{2\pi} = \frac{2h}{\pi}.

Step-by-Step Solution

1
Apply the Rydberg formula for hydrogen to determine the principal quantum number nn of the initial state.
1λ=R(1121n2)    15R16=R(11n2)    11n2=1516    1n2=116    n=4\frac{1}{\lambda} = R \left( \frac{1}{1^2} - \frac{1}{n^2} \right) \implies \frac{15R}{16} = R \left( 1 - \frac{1}{n^2} \right) \implies 1 - \frac{1}{n^2} = \frac{15}{16} \implies \frac{1}{n^2} = \frac{1}{16} \implies n = 4.
The Rydberg formula links the photon wavelength emitted during a transition between energy levels to the principal quantum numbers.
2
Calculate the orbital angular momentum LL for n=4n=4 using Bohr's quantization condition.
L=nh2π=4h2π=2hπL = \frac{n h}{2\pi} = \frac{4 h}{2\pi} = \frac{2 h}{\pi}.
Bohr's quantization postulate dictates that orbital angular momentum is an integral multiple of h2π\frac{h}{2\pi}.

Key Concept

Bohr's Atomic Model: Spectral transitions and angular momentum quantization
Estimated Time:2m 0s
Question 7552Question

If aa and bb are real numbers satisfying the simultaneous equations a+b=10a + b = 10 and a2b2=40a^2 - b^2 = 40, what is the value of aa?

Show answer & explanation

Answer: 7

Answer

The value of aa is 7.
Using the difference of squares identity, a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b). Substituting a+b=10a+b = 10 into a2b2=40a^2 - b^2 = 40 gives 10(ab)=4010(a-b) = 40, which simplifies to ab=4a-b = 4. Adding the two linear equations a+b=10a+b = 10 and ab=4a-b = 4 eliminates bb, giving 2a=142a = 14, hence a=7a = 7.

Step-by-Step Solution

1
Factorize the quadratic expression a2b2a^2 - b^2.
(a+b)(ab)=40(a + b)(a - b) = 40
Apply the difference of two squares identity.
2
Substitute a+b=10a + b = 10 into the factorized equation.
10(ab)=40    ab=410(a - b) = 40 \implies a - b = 4
Simplifying yields a second linear equation.
3
Solve the system of linear equations a+b=10a + b = 10 and ab=4a - b = 4 for aa.
(a+b)+(ab)=10+4    2a=14    a=7(a + b) + (a - b) = 10 + 4 \implies 2a = 14 \implies a = 7
Adding the two equations eliminates bb directly.

Key Concept

Simultaneous linear and quadratic equations involving difference of squares
Question 7553Question

Given the matrices A=(x142)A = \begin{pmatrix} x & 1 \\ 4 & 2 \end{pmatrix} and B=(231x)B = \begin{pmatrix} 2 & 3 \\ 1 & x \end{pmatrix}, what is the sum of all real values of xx for which the matrix C=ABBTC = AB - B^T is singular?

Show answer & explanation

Answer: 52\frac{5}{2}

Answer

The sum of all real values of xx is 52\frac{5}{2}.
Evaluating ABAB yields (2x+14x102x+12)\begin{pmatrix} 2x + 1 & 4x \\ 10 & 2x + 12 \end{pmatrix} and subtracting BT=(213x)B^T = \begin{pmatrix} 2 & 1 \\ 3 & x \end{pmatrix} gives matrix C=(2x14x17x+12)C = \begin{pmatrix} 2x - 1 & 4x - 1 \\ 7 & x + 12 \end{pmatrix}. Setting det(C)=(2x1)(x+12)7(4x1)=0\det(C) = (2x - 1)(x + 12) - 7(4x - 1) = 0 results in the quadratic equation 2x25x5=02x^2 - 5x - 5 = 0. Since the discriminant Δ=65>0\Delta = 65 > 0, both roots are real, and their sum is given by ba=52-\frac{b}{a} = \frac{5}{2}.

Step-by-Step Solution

1
Compute the matrix product ABAB
AB=(x142)(231x)=(2x+14x102x+12)AB = \begin{pmatrix} x & 1 \\ 4 & 2 \end{pmatrix} \begin{pmatrix} 2 & 3 \\ 1 & x \end{pmatrix} = \begin{pmatrix} 2x + 1 & 4x \\ 10 & 2x + 12 \end{pmatrix}
Matrix multiplication requires taking the dot product of rows of the first matrix with columns of the second matrix.
2
Find the transpose of matrix BB, denoted BTB^T
BT=(213x)B^T = \begin{pmatrix} 2 & 1 \\ 3 & x \end{pmatrix}
The transpose of a matrix is formed by swapping its rows and columns.
3
Compute matrix C=ABBTC = AB - B^T
C=(2x+14x102x+12)(213x)=(2x14x17x+12)C = \begin{pmatrix} 2x + 1 & 4x \\ 10 & 2x + 12 \end{pmatrix} - \begin{pmatrix} 2 & 1 \\ 3 & x \end{pmatrix} = \begin{pmatrix} 2x - 1 & 4x - 1 \\ 7 & x + 12 \end{pmatrix}
Perform element-wise subtraction of matrix BTB^T from matrix ABAB.
4
Set the determinant of matrix CC to zero for singularity
det(C)=(2x1)(x+12)7(4x1)=2x2+23x12(28x7)=2x25x5=0\det(C) = (2x - 1)(x + 12) - 7(4x - 1) = 2x^2 + 23x - 12 - (28x - 7) = 2x^2 - 5x - 5 = 0
A matrix is singular if and only if its determinant is zero.
5
Find the sum of the real roots of the quadratic equation 2x25x5=02x^2 - 5x - 5 = 0
Discriminant Δ=(5)24(2)(5)=65>0\Delta = (-5)^2 - 4(2)(-5) = 65 > 0. By Vieta's formula, x1+x2=ba=52=52x_1 + x_2 = -\frac{b}{a} = -\frac{-5}{2} = \frac{5}{2}.
Since the discriminant is positive, two distinct real roots exist, and their sum is given by ba-\frac{b}{a}.

Key Concept

Singular matrix condition, matrix multiplication, transpose operations, and Vieta's formulas.
Question 7554Question

The parallel lines L1:3x4y+25=0L_1: 3x - 4y + 25 = 0 and L2:3x4y=0L_2: 3x - 4y = 0 are intersected by a straight line L3L_3 with gradient m>1m > 1. If the length of the line segment of L3L_3 intercepted between L1L_1 and L2L_2 is 555\sqrt{5} units, find the value of mm.

Show answer & explanation

Answer: 2

Answer

The value of the gradient mm is 2.
The perpendicular distance between the parallel lines L1:3x4y+25=0L_1: 3x - 4y + 25 = 0 and L2:3x4y=0L_2: 3x - 4y = 0 is d=2532+(4)2=5d = \frac{25}{\sqrt{3^2 + (-4)^2}} = 5 units. The acute angle ϕ\phi between L3L_3 and the parallel lines satisfies sin(ϕ)=555=15\sin(\phi) = \frac{5}{5\sqrt{5}} = \frac{1}{\sqrt{5}}, which gives tan(ϕ)=12\tan(\phi) = \frac{1}{2}. The gradient of L1L_1 and L2L_2 is m1=34m_1 = \frac{3}{4}. Using the tangent formula for the angle between two lines, tan(ϕ)=mm11+mm1    12=4m34+3m\tan(\phi) = \left|\frac{m - m_1}{1 + m m_1}\right| \implies \frac{1}{2} = \left|\frac{4m - 3}{4 + 3m}\right|, which yields m=2m = 2 or m=211m = \frac{2}{11}. Under the constraint m>1m > 1, the unique value of mm is 22.

Step-by-Step Solution

1
Calculate the perpendicular distance dd between the parallel lines L1L_1 and L2L_2
d=25032+(4)2=255=5d = \frac{|25 - 0|}{\sqrt{3^2 + (-4)^2}} = \frac{25}{5} = 5 units
The perpendicular distance between two parallel lines Ax+By+C1=0Ax + By + C_1 = 0 and Ax+By+C2=0Ax + By + C_2 = 0 is given by C1C2A2+B2\frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}.
2
Determine the trigonometric relationship between the perpendicular distance, intercepted segment, and intersection angle ϕ\phi
sin(ϕ)=perpendicular distanceintercepted segment=555=15\sin(\phi) = \frac{\text{perpendicular distance}}{\text{intercepted segment}} = \frac{5}{5\sqrt{5}} = \frac{1}{\sqrt{5}}
The perpendicular distance forms the opposite side of a right triangle whose hypotenuse is the intercepted segment.
3
Calculate tan(ϕ)\tan(\phi) using right-triangle trigonometry
Since sin(ϕ)=15\sin(\phi) = \frac{1}{\sqrt{5}}, cos(ϕ)=1sin2(ϕ)=25\cos(\phi) = \sqrt{1 - \sin^2(\phi)} = \frac{2}{\sqrt{5}}, so tan(ϕ)=12\tan(\phi) = \frac{1}{2}
The angle between lines formula requires tan(ϕ)\tan(\phi).
4
Apply the angle between two lines formula and solve for mm
tan(ϕ)=mm11+mm1    12=4m34+3m\tan(\phi) = \left| \frac{m - m_1}{1 + m m_1} \right| \implies \frac{1}{2} = \left| \frac{4m - 3}{4 + 3m} \right| where m1=34m_1 = \frac{3}{4}. Case 1: 4m34+3m=12    8m6=4+3m    5m=10    m=2\frac{4m - 3}{4 + 3m} = \frac{1}{2} \implies 8m - 6 = 4 + 3m \implies 5m = 10 \implies m = 2. Case 2: 4m34+3m=12    8m6=43m    11m=2    m=211\frac{4m - 3}{4 + 3m} = -\frac{1}{2} \implies 8m - 6 = -4 - 3m \implies 11m = 2 \implies m = \frac{2}{11}.
Evaluating the absolute value produces two potential solutions.
5
Apply the domain constraint m>1m > 1
m=2m = 2
The problem restricts m>1m > 1, which excludes m=211m = \frac{2}{11}.

Key Concept

Distance between parallel lines and angle of intersection between straight lines
Question 7555Question

Three of the exterior angles of a convex polygon are each 5050^\circ, while the remaining exterior angles are each 3535^\circ. How many sides does the polygon have?

Show answer & explanation

Answer: 9

Answer

The total number of sides of the polygon is 9.
The sum of all exterior angles of a convex polygon is 360360^\circ. The sum of the first three angles is 3×50=1503 \times 50^\circ = 150^\circ. Subtracting this from 360360^\circ leaves 210210^\circ for the remaining angles. Dividing 210210^\circ by 3535^\circ yields 66 remaining angles. Adding the initial 33 angles gives 3+6=93 + 6 = 9 sides in total.

Step-by-Step Solution

1
State the formula for the sum of exterior angles of a convex polygon.
The sum of exterior angles is always 360360^\circ.
This fundamental geometric property applies to all convex polygons regardless of the number of sides.
2
Set up an algebraic equation using the given exterior angle measures.
Let kk be the number of remaining exterior angles measuring 3535^\circ. Then 3(50)+k(35)=3603(50^\circ) + k(35^\circ) = 360^\circ.
The total sum is composed of three 5050^\circ angles and kk remaining 3535^\circ angles.
3
Solve for kk.
150+35k=360    35k=210    k=6150^\circ + 35^\circ k = 360^\circ \implies 35^\circ k = 210^\circ \implies k = 6.
Subtracting 150150^\circ from both sides isolates the term containing kk.
4
Calculate the total number of sides nn.
n=3+6=9n = 3 + 6 = 9.
The polygon has a total number of sides equal to the total number of exterior angles (33 initial angles +6+ 6 remaining angles).

Key Concept

The sum of the exterior angles of any convex polygon is equal to 360 degrees.
Estimated Time:1m 15s
Question 7556Question

In a survey of 180180 cloud computing engineers regarding their proficiency in three major platforms—AWS (AA), Azure (BB), and Google Cloud (CC)—it was found that 9595 are proficient in AWS, 8080 in Azure, and 7575 in Google Cloud. Furthermore, 4040 are proficient in both AWS and Azure, 3535 in both Azure and Google Cloud, 3030 in both AWS and Google Cloud, and 1515 are not proficient in any of the three platforms. How many engineers are proficient in exactly one of these platforms?

Show answer & explanation

Answer: 100

Answer

100 engineers are proficient in exactly one platform.
Using the 3-set inclusion-exclusion formula, the number of engineers proficient in all three platforms is solved as 20. Subtracting the relevant overlap regions from each set gives 45 for AWS only, 25 for Azure only, and 30 for Google Cloud only. Adding these single-set values yields a total of 100 engineers proficient in exactly one platform.

Step-by-Step Solution

1
Determine the cardinality of the union of all three sets.
n(ABC)=18015=165n(A \cup B \cup C) = 180 - 15 = 165.
Subtracting the engineers who are not proficient in any of the three platforms from the universal set.
2
Apply the Principle of Inclusion-Exclusion to calculate the triple intersection n(ABC)n(A \cap B \cap C).
n(ABC)=20n(A \cap B \cap C) = 20.
Substituting known values gives 165=250105+n(ABC)165 = 250 - 105 + n(A \cap B \cap C), which simplifies to n(ABC)=20n(A \cap B \cap C) = 20.
3
Calculate the counts for regions representing exactly two platforms.
AWS & Azure only = 20, Azure & GCP only = 15, AWS & GCP only = 10.
Subtracting the triple intersection count (20) from each pairwise intersection.
4
Calculate the single-set exclusive regions.
AWS only = 45, Azure only = 25, GCP only = 30.
Subtracting all multi-platform overlap regions from each total set size.
5
Sum the single-set exclusive regions.
Total = 45+25+30=10045 + 25 + 30 = 100.
Combining the counts of engineers proficient in AWS only, Azure only, and Google Cloud only.

Key Concept

Principle of Inclusion-Exclusion for Three Sets and Venn Diagram Region Partitioning
Question 7557Question

In triangle PQRPQR, the side length p=12 cmp = 12\text{ cm}, side length q=18 cmq = 18\text{ cm}, and sinP=0.4\sin P = 0.4. What is the exact value of sinQ\sin Q?

Show answer & explanation

Answer: 0.6

Answer

The value of sinQ\sin Q is 0.6.
Applying the Sine Rule psinP=qsinQ\frac{p}{\sin P} = \frac{q}{\sin Q} with p=12 cmp = 12\text{ cm}, q=18 cmq = 18\text{ cm}, and sinP=0.4\sin P = 0.4 gives 120.4=18sinQ\frac{12}{0.4} = \frac{18}{\sin Q}. Evaluating 120.4=30\frac{12}{0.4} = 30 leads to 30=18sinQ30 = \frac{18}{\sin Q}, which yields sinQ=1830=0.6\sin Q = \frac{18}{30} = 0.6.

Step-by-Step Solution

1
State the Sine Rule equation for the given triangle sides and angles.
psinP=qsinQ\frac{p}{\sin P} = \frac{q}{\sin Q}
The Sine Rule relates the lengths of the sides of a triangle to the sines of its opposite angles.
2
Substitute the known numerical values into the Sine Rule equation.
120.4=18sinQ\frac{12}{0.4} = \frac{18}{\sin Q}
Substituting p=12p = 12, q=18q = 18, and sinP=0.4\sin P = 0.4 sets up an equation with a single unknown.
3
Simplify the left side of the equation and solve for sinQ\sin Q.
sinQ=1830=0.6\sin Q = \frac{18}{30} = 0.6
Dividing 12 by 0.4 yields 30, so rearranging gives sinQ=1830=0.6\sin Q = \frac{18}{30} = 0.6.

Key Concept

Using the Sine Rule to calculate an unknown sine ratio
Question 7558Question

When the polynomial P(x)=x33x2+kx+12P(x) = x^3 - 3x^2 + kx + 12 is divided by (x2)(x - 2), the remainder is 66. What is the value of the constant kk?

Show answer & explanation

Answer: -1

Answer

The value of the constant kk is 1-1.
By the Remainder Theorem, the remainder when P(x)P(x) is divided by (x2)(x - 2) is P(2)P(2). Substituting x=2x = 2 into P(x)=x33x2+kx+12P(x) = x^3 - 3x^2 + kx + 12 gives P(2)=812+2k+12=8+2kP(2) = 8 - 12 + 2k + 12 = 8 + 2k. Setting 8+2k=68 + 2k = 6 yields 2k=22k = -2, so k=1k = -1.

Step-by-Step Solution

1
Apply the Remainder Theorem
P(2)=6P(2) = 6
Dividing P(x)P(x) by (x2)(x - 2) leaves a remainder equal to evaluating P(x)P(x) at x=2x = 2.
2
Substitute x=2x = 2 into P(x)P(x) and set equal to 66
(2)33(2)2+2k+12=6(2)^3 - 3(2)^2 + 2k + 12 = 6
Set the evaluated polynomial equal to the given remainder.
3
Simplify the arithmetic terms
8+2k=68 + 2k = 6
Calculate powers and products: 812+12=88 - 12 + 12 = 8.
4
Solve the linear equation for kk
k=1k = -1
Subtract 8 from both sides to get 2k=22k = -2, then divide by 2.

Key Concept

Polynomial Remainder Theorem
Question 7559Question

If 2+323=x+y3\frac{2 + \sqrt{3}}{2 - \sqrt{3}} = x + y\sqrt{3}, where xx and yy are integers, what is the value of x+yx + y?

Show answer & explanation

Answer: 11

Answer

The value of x+yx + y is 11.
Multiplying the given fraction by 2+32+3\frac{2 + \sqrt{3}}{2 + \sqrt{3}} rationalises the denominator to 1 and simplifies the numerator to 7+437 + 4\sqrt{3}. Comparing coefficients yields x=7x = 7 and y=4y = 4, making x+y=11x + y = 11.

Step-by-Step Solution

1
Multiply numerator and denominator by the conjugate of the denominator
\frac{(2 + \sqrt{3})(2 + \sqrt{3})}{(2 - \sqrt{3})(2 + \sqrt{3})}
Rationalising the denominator eliminates the surd from the denominator using the identity (a-b)(a+b) = a^2 - b^2.
2
Expand both the numerator and the denominator
\frac{4 + 4\sqrt{3} + 3}{4 - 3} = \frac{7 + 4\sqrt{3}}{1} = 7 + 4\sqrt{3}
Simplifying algebraic surd multiplication gives integer and surd terms.
3
Compare terms with x + y\sqrt{3} and solve for x and y
x = 7, y = 4 \implies x + y = 11
Matching rational components and coefficients of \sqrt{3} yields x and y.

Key Concept

Rationalisation of Binomial Denominators containing Surds
Estimated Time:1m 30s
Question 7560Question

Given the 2×22 \times 2 matrix M=(7243)M = \begin{pmatrix} 7 & -2 \\ 4 & 3 \end{pmatrix}, what is the value of det(M)\det(M)?

Show answer & explanation

Answer: 29

Answer

The determinant of matrix MM is 29.
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is calculated as adbcad - bc. For the matrix M=(7243)M = \begin{pmatrix} 7 & -2 \\ 4 & 3 \end{pmatrix}, we compute (7)(3)(2)(4)=21(8)=29(7)(3) - (-2)(4) = 21 - (-8) = 29.

Step-by-Step Solution

1
Identify the entries a,b,c,da, b, c, d from the matrix M=(7243)M = \begin{pmatrix} 7 & -2 \\ 4 & 3 \end{pmatrix}.
a=7a = 7, b=2b = -2, c=4c = 4, and d=3d = 3.
These entries correspond to the standard 2×22 \times 2 matrix representation (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}.
2
Compute the determinant using the formula det(M)=adbc\det(M) = ad - bc.
det(M)=(7)(3)(2)(4)=21+8=29\det(M) = (7)(3) - (-2)(4) = 21 + 8 = 29.
Multiplying the main diagonal entries and subtracting the product of the off-diagonal entries yields the determinant.

Key Concept

Determinant of a 2x2 Matrix
PreviousPage 378 / 697Next
All practice questions — JAMB UTME | Examkin