Algebra

239 questions

Question 161Question

If 3535+3=a+b15\frac{3\sqrt{5} - \sqrt{3}}{\sqrt{5} + \sqrt{3}} = a + b\sqrt{15}, where aa and bb are rational numbers, what is the value of aba - b?

Show answer & explanation

Answer: 11

Answer

11
By multiplying the numerator and denominator by the conjugate of the denominator, (53)(\sqrt{5} - \sqrt{3}), the fraction simplifies to 184152=9215\frac{18 - 4\sqrt{15}}{2} = 9 - 2\sqrt{15}. Equating this to a+b15a + b\sqrt{15} gives a=9a = 9 and b=2b = -2. Calculating aba - b gives 9(2)=119 - (-2) = 11.

Step-by-Step Solution

1
Multiply the numerator and denominator by the conjugate of the denominator
\frac{3\sqrt{5} - \sqrt{3}}{\sqrt{5} + \sqrt{3}} \times \frac{\sqrt{5} - \sqrt{3}}{\sqrt{5} - \sqrt{3}} = \frac{(3\sqrt{5} - \sqrt{3})(\sqrt{5} - \sqrt{3})}{(\sqrt{5})^2 - (\sqrt{3})^2}
Rationalising the denominator requires using the difference of squares identity (x+y)(xy)=x2y2(x+y)(x-y) = x^2 - y^2.
2
Expand the numerator and denominator
Denominator = 5 - 3 = 2. Numerator = 3(5) - 3\sqrt{15} - \sqrt{15} + 3 = 15 + 3 - 4\sqrt{15} = 18 - 4\sqrt{15}.
Apply distributive property to expand (353)(53)(3\sqrt{5} - \sqrt{3})(\sqrt{5} - \sqrt{3}) carefully combining like terms.
3
Simplify the fraction to match the form a+b15a + b\sqrt{15}
\frac{18 - 4\sqrt{15}}{2} = 9 - 2\sqrt{15}
Divide each term in the numerator by 2.
4
Identify aa and bb and evaluate aba - b
a = 9, b = -2 \implies a - b = 9 - (-2) = 11
Subtracting negative 2 is equivalent to adding 2.

Key Concept

Rationalisation of Binomial Surd Denominators
Estimated Time:1m 30s
Question 162Question

An arithmetic progression (A.P.) has a fifth term of 1717 and a common difference of 33. What is the first term of the progression?

Show answer & explanation

Answer: 55

Answer

The first term of the progression is 55.
Using the nthn^{\text{th}} term formula for an arithmetic progression, Tn=a+(n1)dT_n = a + (n - 1)d, substituting T5=17T_5 = 17, n=5n = 5, and d=3d = 3 gives 17=a+4(3)    17=a+12    a=517 = a + 4(3) \implies 17 = a + 12 \implies a = 5.

Step-by-Step Solution

1
Identify the given parameters and formula for the nthn^{\text{th}} term of an A.P.
Formula: Tn=a+(n1)dT_n = a + (n - 1)d, where T5=17T_5 = 17, n=5n = 5, and d=3d = 3.
The standard formula connects the nthn^{\text{th}} term, first term, term position, and common difference.
2
Substitute the given values into the formula.
17=a+(51)×3    17=a+4×3    17=a+1217 = a + (5 - 1) \times 3 \implies 17 = a + 4 \times 3 \implies 17 = a + 12.
Evaluating (n1)d(n - 1)d gives the total difference added to the first term.
3
Solve for the first term aa.
a=1712=5a = 17 - 12 = 5.
Subtracting 1212 from both sides isolates aa.

Key Concept

Arithmetic Progression nthn^{\text{th}} term calculation
Estimated Time:45s
Question 163Question

The 3rd3^{\text{rd}} term of a geometric progression (G.P.) is 1818 and its common ratio is 33. What is the first term of the progression?

Show answer & explanation

Answer: 2

Answer

The first term of the geometric progression is 2.
In a geometric progression, the nthn^{\text{th}} term is given by Tn=arn1T_n = a r^{n-1}. For the 3rd3^{\text{rd}} term (n=3n = 3) with common ratio r=3r = 3 and term value 1818, the equation is 18=a32=9a18 = a \cdot 3^{2} = 9a. Dividing by 99 yields the first term a=2a = 2.

Step-by-Step Solution

1
Identify the formula for the nthn^{\text{th}} term of a geometric progression.
Tn=arn1T_n = a r^{n-1}
This formula connects the nthn^{\text{th}} term TnT_n to the first term aa, common ratio rr, and term index nn.
2
Substitute T3=18T_3 = 18, r=3r = 3, and n=3n = 3 into the formula.
18=a331    18=9a18 = a \cdot 3^{3-1} \implies 18 = 9a
Evaluating 331=32=93^{3-1} = 3^2 = 9 simplifies the equation.
3
Solve for the first term aa.
a=189=2a = \frac{18}{9} = 2
Dividing both sides of the equation by 9 isolates the first term.

Key Concept

Geometric Progression nth term calculation
Question 164Question

Given the matrices A=(2134)A = \begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix} and B=(1x25)B = \begin{pmatrix} 1 & x \\ -2 & 5 \end{pmatrix}, if the determinant of the product matrix ABAB is equal to 121121, find the value of xx.

Show answer & explanation

Answer: 3

Answer

The value of xx is 33.
By applying the property det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B), we compute det(A)=(2)(4)(1)(3)=11\det(A) = (2)(4) - (-1)(3) = 11 and det(B)=(1)(5)(x)(2)=5+2x\det(B) = (1)(5) - (x)(-2) = 5 + 2x. Substituting into the equation gives 11(5+2x)=12111(5 + 2x) = 121, which yields 5+2x=115 + 2x = 11 and leads to x=3x = 3.

Step-by-Step Solution

1
Find the determinant of matrix AA
det(A)=(2)(4)(1)(3)=11\det(A) = (2)(4) - (-1)(3) = 11
The determinant of a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} is calculated as adbcad - bc.
2
Express the determinant of matrix BB in terms of xx
det(B)=(1)(5)(x)(2)=5+2x\det(B) = (1)(5) - (x)(-2) = 5 + 2x
Apply the 2×22 \times 2 determinant formula to matrix BB.
3
Apply the determinant product rule
det(AB)=det(A)det(B)=11(5+2x)=121\det(AB) = \det(A) \cdot \det(B) = 11(5 + 2x) = 121
For any square matrices AA and BB, det(AB)=det(A)det(B)\det(AB) = \det(A) \det(B).
4
Solve the resulting linear equation for xx
x=3x = 3
Dividing 121121 by 1111 gives 5+2x=115 + 2x = 11, which simplifies to 2x=62x = 6 and x=3x = 3.

Key Concept

Determinant of a Matrix Product
Estimated Time:1m 30s
Question 165Question

Let the universal set be U={xZ:1x25}\mathcal{U} = \{x \in \mathbb{Z} : 1 \le x \le 25\}. If A={xU:x is a multiple of 3}A = \{x \in \mathcal{U} : x \text{ is a multiple of } 3\} and B={xU:x is a perfect square}B = \{x \in \mathcal{U} : x \text{ is a perfect square}\}, what is the cardinality of (AB)(A \cup B)'?

Show answer & explanation

Answer: 13

Answer

13
The total number of elements in the universal set is 25. Set A has 8 elements (multiples of 3) and set B has 5 elements (perfect squares). The element 9 belongs to both sets. Therefore, the union of A and B contains 8 + 5 - 1 = 12 elements. Subtracting this from the universal set size gives 25 - 12 = 13 elements in the complement.

Step-by-Step Solution

1
Determine the elements of the universal set and its cardinality.
\mathcal{U} = \{1, 2, 3, \dots, 25\},so, so n(\mathcal{U}) = 25$.
The universal set contains all integers from 1 to 25 inclusive.
2
List the elements of set A and set B.
A={3,6,9,12,15,18,21,24}A = \{3, 6, 9, 12, 15, 18, 21, 24\} (so n(A)=8n(A) = 8) and B={1,4,9,16,25}B = \{1, 4, 9, 16, 25\} (so n(B)=5n(B) = 5).
Set A contains multiples of 3 within the domain, and set B contains perfect squares within the domain.
3
Find the intersection ABA \cap B and calculate the cardinality of the union ABA \cup B.
AB={9}A \cap B = \{9\}, so n(AB)=1n(A \cap B) = 1. Thus, n(AB)=n(A)+n(B)n(AB)=8+51=12n(A \cup B) = n(A) + n(B) - n(A \cap B) = 8 + 5 - 1 = 12.
The principle of inclusion-exclusion avoids double-counting the common element 9.
4
Calculate the cardinality of the complement (AB)(A \cup B)'.
n((AB))=n(U)n(AB)=2512=13n((A \cup B)') = n(\mathcal{U}) - n(A \cup B) = 25 - 12 = 13.
The complement consists of all elements in the universal set that do not belong to the union of A and B.

Key Concept

Complement of Set Union and Inclusion-Exclusion Principle
Question 166Question

Given the matrices A=(2x13)A = \begin{pmatrix} 2 & x \\ -1 & 3 \end{pmatrix} and B=(1042)B = \begin{pmatrix} 1 & 0 \\ 4 & 2 \end{pmatrix}, if det(A1BT)=15\det(A^{-1} B^T) = \frac{1}{5}, what is the value of xx?

Show answer & explanation

Answer: 4

Answer

The value of xx is 4.
Using the properties det(BT)=det(B)=2\det(B^T) = \det(B) = 2 and det(A1)=1det(A)=16+x\det(A^{-1}) = \frac{1}{\det(A)} = \frac{1}{6+x}, the product rule gives det(A1BT)=26+x\det(A^{-1}B^T) = \frac{2}{6+x}. Equating this to 15\frac{1}{5} gives 6+x=106+x = 10, so x=4x = 4.

Step-by-Step Solution

1
Calculate the determinants of matrices AA and BB.
\det(A) = (2)(3) - (-1)(x) = 6 + x and and \det(B) = (1)(2) - (0)(4) = 2$.
The determinant of a 2x2 matrix is computed using adbcad - bc.
2
Apply determinant rules for inverse and transpose matrices.
\det(B^T) = \det(B) = 2 and and \det(A^{-1}) = \frac{1}{\det(A)} = \frac{1}{6+x}$.
The determinant of a transpose equals the original determinant, and the determinant of an inverse is its reciprocal.
3
Express det(A1BT)\det(A^{-1} B^T) using the product rule of determinants.
\det(A^{-1} B^T) = \det(A^{-1}) \cdot \det(B^T) = \frac{1}{6+x} \cdot 2 = \frac{2}{6+x}$.
For square matrices, det(MN)=det(M)det(N)\det(MN) = \det(M)\det(N).
4
Equate the expression to 15\frac{1}{5} and solve for xx.
\frac{2}{6+x} = \frac{1}{5} \implies 10 = 6 + x \implies x = 4$.
Cross-multiplying and simplifying gives x=4x = 4.

Key Concept

Properties of Determinants (Product, Inverse, and Transpose)
Question 167Question

The operating cost CC (in Naira per hour) of a speed boat is partly constant and partly varies directly as the square of its speed vv (in km/h). At a speed of 20 km/h20\text{ km/h}, the operating cost is 18,000₦18,000 per hour, and at a speed of 30 km/h30\text{ km/h}, the operating cost is 33,000₦33,000 per hour. What is the operating cost per hour (in Naira) when the boat travels at a speed of 40 km/h40\text{ km/h}?

Show answer & explanation

Answer: 54000

Answer

The operating cost per hour when the speed boat travels at 40 km/h40\text{ km/h} is 54,00054,000 Naira.
By writing the partial variation relationship as C=k1+k2v2C = k_1 + k_2 v^2 and substituting the given pairs (20,18000)(20, 18000) and (30,33000)(30, 33000), we set up simultaneous equations k1+400k2=18000k_1 + 400k_2 = 18000 and k1+900k2=33000k_1 + 900k_2 = 33000. Solving these yields k2=30k_2 = 30 and k1=6000k_1 = 6000. Evaluating the model at v=40 km/hv = 40\text{ km/h} gives C=6000+30(402)=54,000C = 6000 + 30(40^2) = 54,000 Naira per hour.

Step-by-Step Solution

1
Set up the general formula for partial variation
C=k1+k2v2C = k_1 + k_2 v^2
The total cost consists of a fixed constant component k1k_1 and a variable component k2v2k_2 v^2 that varies directly with speed squared.
2
Form simultaneous linear equations from the given conditions
18,000=k1+400k218,000 = k_1 + 400 k_2 and 33,000=k1+900k233,000 = k_1 + 900 k_2
Substituting v=20,C=18,000v = 20, C = 18,000 and v=30,C=33,000v = 30, C = 33,000 creates a solvable system of equations in k1k_1 and k2k_2.
3
Solve for the variation constants k1k_1 and k2k_2
k2=30k_2 = 30 and k1=6,000k_1 = 6,000
Subtracting the first equation from the second eliminates k1k_1, giving 500k2=15,000    k2=30500 k_2 = 15,000 \implies k_2 = 30. Substituting k2=30k_2 = 30 into the first equation yields k1=6,000k_1 = 6,000.
4
Calculate the operating cost at v=40 km/hv = 40\text{ km/h}
C=54,000C = 54,000
Evaluating C=6,000+30(40)2=6,000+30(1,600)=6,000+48,000=54,000C = 6,000 + 30(40)^2 = 6,000 + 30(1,600) = 6,000 + 48,000 = 54,000.

Key Concept

Partial Variation with Simultaneous Equations
Question 168Question

When the polynomial P(x)=3x42x3+ax2+bx12P(x) = 3x^4 - 2x^3 + ax^2 + bx - 12 is divided by (x24)(x^2 - 4), the remainder is 5x45x - 4. What is the value of a+ba + b?

Show answer & explanation

Answer: 3

Answer

The value of a+ba + b is 33.
By using the Remainder Theorem for the quadratic divisor (x24)=(x2)(x+2)(x^2 - 4) = (x - 2)(x + 2), evaluating P(2)=6P(2) = 6 gives 2a+b=72a + b = -7, and evaluating P(2)=14P(-2) = -14 gives 2ab=332a - b = -33. Solving these linear equations simultaneously yields a=10a = -10 and b=13b = 13, which sums to a+b=3a + b = 3.

Step-by-Step Solution

1
Set up the polynomial division relation.
P(x)=(x2)(x+2)Q(x)+(5x4)P(x) = (x - 2)(x + 2)Q(x) + (5x - 4)
By the Remainder Theorem and Division Algorithm, dividing by (x24)(x^2 - 4) yields a remainder of R(x)=5x4R(x) = 5x - 4.
2
Find the values of P(2)P(2) and P(2)P(-2) from the remainder.
P(2)=6P(2) = 6 and P(2)=14P(-2) = -14
Substituting the roots of the divisor x=2x = 2 and x=2x = -2 eliminates the quotient term (x24)Q(x)(x^2 - 4)Q(x).
3
Substitute x=2x = 2 into the polynomial P(x)P(x) and set equal to 66.
2a+b=72a + b = -7
3(16)2(8)+4a+2b12=20+4a+2b=6    4a+2b=143(16) - 2(8) + 4a + 2b - 12 = 20 + 4a + 2b = 6 \implies 4a + 2b = -14.
4
Substitute x=2x = -2 into the polynomial P(x)P(x) and set equal to 14-14.
2ab=332a - b = -33
3(16)2(8)+4a2b12=52+4a2b=14    4a2b=663(16) - 2(-8) + 4a - 2b - 12 = 52 + 4a - 2b = -14 \implies 4a - 2b = -66.
5
Solve the system of equations for aa and bb.
a=10a = -10, b=13b = 13, and a+b=3a + b = 3
Adding the two linear equations gives 4a=40    a=104a = -40 \implies a = -10. Substituting a=10a = -10 into 2a+b=72a + b = -7 gives b=13b = 13.

Key Concept

Polynomial Remainder Theorem for Non-Linear Divisors
Estimated Time:2m 30s
Question 169Question

An arithmetic progression (A.P.) has a first term of 77 and a common difference of 55. What is the 12th12^{\text{th}} term of the progression?

Show answer & explanation

Answer: 62

Answer

The 12th12^{\text{th}} term of the progression is 6262.
Using the formula for the nthn^{\text{th}} term of an arithmetic progression, Tn=a+(n1)dT_n = a + (n - 1)d, with a=7a = 7, d=5d = 5, and n=12n = 12, we calculate T12=7+(121)×5=7+55=62T_{12} = 7 + (12 - 1) \times 5 = 7 + 55 = 62.

Step-by-Step Solution

1
Identify known parameters from the question
a=7a = 7, d=5d = 5, n=12n = 12
These parameters are given in the problem statement.
2
Use the general formula for the nthn^{\text{th}} term of an arithmetic progression
Tn=a+(n1)dT_n = a + (n - 1)d
This formula connects the first term, common difference, and term number to the value of the term.
3
Substitute values and evaluate
T12=7+(121)×5=7+55=62T_{12} = 7 + (12 - 1) \times 5 = 7 + 55 = 62
Performing basic arithmetic gives the final result.

Key Concept

Finding the nthn^{\text{th}} term of an Arithmetic Progression
Estimated Time:45s
Question 170Question

A binary operation \star defined on the set of real numbers R\mathbb{R} is given by ab=2a3b+aba \star b = 2a - 3b + ab. If (2x)3=16(2 \star x) \star 3 = 16, what is the value of xx?

Show answer & explanation

Answer: 1-1

Answer

1-1
Applying the binary operation rule ab=2a3b+aba \star b = 2a - 3b + ab step-by-step gives 2x=4x2 \star x = 4 - x. Operating on this with 33 yields (4x)3=2(4x)3(3)+3(4x)=115x(4 - x) \star 3 = 2(4 - x) - 3(3) + 3(4 - x) = 11 - 5x. Setting 115x=1611 - 5x = 16 gives x=1x = -1.

Step-by-Step Solution

1
Evaluate the inner expression 2x2 \star x using the given definition ab=2a3b+aba \star b = 2a - 3b + ab.
2x=2(2)3(x)+(2)(x)=43x+2x=4x2 \star x = 2(2) - 3(x) + (2)(x) = 4 - 3x + 2x = 4 - x
The expression inside the parentheses must be simplified first.
2
Substitute 4x4 - x into the outer operation (4x)3(4 - x) \star 3.
(4x)3=2(4x)3(3)+(4x)(3)=82x9+123x=115x(4 - x) \star 3 = 2(4 - x) - 3(3) + (4 - x)(3) = 8 - 2x - 9 + 12 - 3x = 11 - 5x
Apply the operation rule with first element a=4xa = 4 - x and second element b=3b = 3.
3
Equate the resulting expression to 16 and solve for xx.
115x=16    5x=5    x=111 - 5x = 16 \implies -5x = 5 \implies x = -1
Solve the linear equation to determine the value of xx.

Key Concept

Non-commutative nested binary operation evaluation
Estimated Time:2m 0s
Question 171Question

An arithmetic progression (A.P.) has a first term of 88 and a common difference of 66. What is the 9th9^{\text{th}} term of the progression?

Show answer & explanation

Answer: 5656

Answer

The 9th9^{\text{th}} term of the arithmetic progression is 5656.
The nthn^{\text{th}} term of an arithmetic progression is given by Tn=a+(n1)dT_n = a + (n - 1)d. Substituting a=8a = 8, d=6d = 6, and n=9n = 9 yields T9=8+(91)×6=8+48=56T_9 = 8 + (9 - 1) \times 6 = 8 + 48 = 56.

Step-by-Step Solution

1
Identify the given terms from the problem
First term a=8a = 8, common difference d=6d = 6, and term position n=9n = 9.
These are the parameters required for the nthn^{\text{th}} term formula of an A.P.
2
Apply the nthn^{\text{th}} term formula Tn=a+(n1)dT_n = a + (n - 1)d
T9=8+(91)×6T_9 = 8 + (9 - 1) \times 6
The nthn^{\text{th}} term requires multiplying the common difference by (n1)(n - 1).
3
Simplify the expression
T9=8+8×6=8+48=56T_9 = 8 + 8 \times 6 = 8 + 48 = 56
Perform multiplication before addition according to standard order of operations.

Key Concept

General term of an Arithmetic Progression
Question 172Question

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 173Question

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 174Question

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 175Question

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 176Question

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 177Question

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
Question 178Question

Given the simultaneous equations 2xy=42x - y = 4 and x2+y2=13x^2 + y^2 = 13, where both xx and yy are positive real numbers, calculate the value of x+yx + y.

Show answer & explanation

Answer: 5

Answer

The correct value of x+yx + y is 5.
Substituting y=2x4y = 2x - 4 into x2+y2=13x^2 + y^2 = 13 gives 5x216x+3=05x^2 - 16x + 3 = 0, which yields x=3x = 3 or x=0.2x = 0.2. The corresponding yy-values are y=2y = 2 and y=3.6y = -3.6. Since both xx and yy must be positive, the valid pair is (3,2)(3, 2), giving x+y=3+2=5x + y = 3 + 2 = 5.

Step-by-Step Solution

1
Express yy in terms of xx using the linear equation 2xy=42x - y = 4.
y=2x4y = 2x - 4
Substitution is the standard method for solving simultaneous linear and quadratic equations.
2
Substitute y=2x4y = 2x - 4 into the quadratic equation x2+y2=13x^2 + y^2 = 13.
x2+(2x4)2=13x^2 + (2x - 4)^2 = 13
This reduces the system to a single quadratic equation in one variable.
3
Expand and collect like terms.
5x216x+3=05x^2 - 16x + 3 = 0
Expanding (2x4)2=4x216x+16(2x - 4)^2 = 4x^2 - 16x + 16 and subtracting 13 puts the quadratic in standard form ax2+bx+c=0ax^2 + bx + c = 0.
4
Solve the quadratic equation 5x216x+3=05x^2 - 16x + 3 = 0 for xx.
x=3x = 3 or x=0.2x = 0.2
Factoring (5x1)(x3)=0(5x - 1)(x - 3) = 0 yields two real solutions for xx.
5
Find corresponding values of yy and apply the positivity constraint x>0x > 0 and y>0y > 0.
x=3,y=2x = 3, y = 2
When x=0.2x = 0.2, y=3.6y = -3.6, which is not positive. Hence, (3,2)(3, 2) is the only valid solution pair.
6
Calculate x+yx + y.
5
3+2=53 + 2 = 5.

Key Concept

Solving simultaneous linear and quadratic equations using substitution
Estimated Time:1m 30s
Question 179Question

Given the matrices A=(x21302141)A = \begin{pmatrix} x & 2 & 1 \\ 3 & 0 & 2 \\ 1 & 4 & 1 \end{pmatrix} and B=(2153)B = \begin{pmatrix} 2 & -1 \\ 5 & 3 \end{pmatrix}, find the value of xx if det(A)+det(B)=5\det(A) + \det(B) = 5.

Show answer & explanation

Answer: 2

Answer

The value of x is 2.
Evaluating \det(B) gives 11, and cofactor expansion of \det(A) along the top row yields 10 - 8x. Summing these determinants gives (10 - 8x) + 11 = 5, which simplifies to 8x = 16, resulting in x = 2.

Step-by-Step Solution

1
Calculate the determinant of the 2x2 matrix B
\det(B) = 11
For a 2x2 matrix \begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant is ad - bc. Thus, \det(B) = (2)(3) - (-1)(5) = 6 + 5 = 11.
2
Calculate the determinant of the 3x3 matrix A in terms of x
\det(A) = 10 - 8x
Expanding along the first row: \det(A) = x\begin{vmatrix} 0 & 2 \\ 4 & 1 \end{vmatrix} - 2\begin{vmatrix} 3 & 2 \\ 1 & 1 \end{vmatrix} + 1\begin{vmatrix} 3 & 0 \\ 1 & 4 \end{vmatrix} = x(0 - 8) - 2(3 - 2) + 1(12 - 0) = -8x - 2 + 12 = 10 - 8x.
3
Set up and solve the linear equation \det(A) + \det(B) = 5
x = 2
Substituting the computed determinants gives (10 - 8x) + 11 = 5, which simplifies to 21 - 8x = 5. Rearranging yields 8x = 16, so x = 2.

Key Concept

Determinants of 2x2 and 3x3 matrices and linear equation solving
Question 180Question

A binary operation \star is defined on the set of real numbers R\mathbb{R} by ab=a+b+7a \star b = a + b + 7. What is the identity element of the operation?

Show answer & explanation

Answer: 7-7

Answer

The identity element of the operation is 7-7.
For an identity element ee, the condition ae=aa \star e = a must hold for all real numbers aa. Substituting the operation definition gives a+e+7=aa + e + 7 = a. Subtracting aa from both sides results in e+7=0e + 7 = 0, which solves to e=7e = -7.

Step-by-Step Solution

1
Set up the defining equation for the identity element ee.
ae=aa \star e = a
By definition, an identity element ee leaves any element aa unchanged under the operation.
2
Apply the given rule for the binary operation.
a+e+7=aa + e + 7 = a
The binary operation is defined as ab=a+b+7a \star b = a + b + 7.
3
Solve for ee.
e=7e = -7
Subtracting a+7a + 7 from both sides gives e=7e = -7.

Key Concept

Identity element of a binary operation
Estimated Time:45s
PreviousPage 9 / 12Next
Algebra Practice Questions — JAMB UTME — Page 9 | Examkin