Indices and Logarithms

21 questions

Question 1Question

Solve for xx in the logarithmic equation log2(x+2)+log2(x4)=4\log_2 (x + 2) + \log_2 (x - 4) = 4.

Show answer & explanation

Answer: 6

Answer

The value of xx is 6.
Using the product rule for logarithms, log2(x+2)+log2(x4)=log2[(x+2)(x4)]=4\log_2 (x + 2) + \log_2 (x - 4) = \log_2 [(x + 2)(x - 4)] = 4. Converting to exponential form yields (x+2)(x4)=24=16(x + 2)(x - 4) = 2^4 = 16. Expanding gives x22x8=16x^2 - 2x - 8 = 16, which simplifies to x22x24=0x^2 - 2x - 24 = 0. Factoring gives (x6)(x+4)=0(x - 6)(x + 4) = 0. Since the logarithmic arguments must be positive (x>4x > 4), the negative root 4-4 is discarded, leaving x=6x = 6.

Step-by-Step Solution

1
Apply the product rule of logarithms: logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b (M \cdot N)
log2[(x+2)(x4)]=4\log_2 [(x + 2)(x - 4)] = 4
Logarithms with the same base being added combine by multiplying their arguments.
2
Convert the logarithmic equation to its exponential form
(x+2)(x4)=24=16(x + 2)(x - 4) = 2^4 = 16
If logbY=X\log_b Y = X, then Y=bXY = b^X.
3
Expand and rearrange into a standard quadratic equation
x22x8=16    x22x24=0x^2 - 2x - 8 = 16 \implies x^2 - 2x - 24 = 0
Expanding (x+2)(x4)(x+2)(x-4) yields x22x8x^2 - 2x - 8, and subtracting 16 sets the equation to zero.
4
Factor the quadratic equation to find potential solutions
(x6)(x+4)=0    x=6 or x=4(x - 6)(x + 4) = 0 \implies x = 6 \text{ or } x = -4
The roots of x22x24=0x^2 - 2x - 24 = 0 are x=6x = 6 and x=4x = -4.
5
Check the domain restrictions for logarithmic functions
x=6x = 6
The arguments of the original logarithms require x+2>0    x>2x + 2 > 0 \implies x > -2 and x4>0    x>4x - 4 > 0 \implies x > 4. Therefore, x=4x = -4 is extraneous and x=6x = 6 is the only valid solution.

Key Concept

Solving logarithmic equations using product rule and domain constraints
Question 2Question

If log4x+log2x=6\log_4 x + \log_2 x = 6, find the value of xx.

Show answer & explanation

Answer: 16

Answer

The value of xx is 16.
Using the change of base identity logba=logcalogcb\log_b a = \frac{\log_c a}{\log_c b}, we convert log4x\log_4 x into log2xlog24=log2x2\frac{\log_2 x}{\log_2 4} = \frac{\log_2 x}{2}. Substituting this into the equation yields 32log2x=6\frac{3}{2} \log_2 x = 6, which simplifies to log2x=4\log_2 x = 4, leading directly to x=24=16x = 2^4 = 16.

Step-by-Step Solution

1
Apply the change of base formula to log4x\log_4 x
\log_4 x = \frac{\log_2 x}{\log_2 4} = \frac{\log_2 x}{2}
Converting all terms to a common base (base 2) simplifies addition of logarithmic terms.
2
Substitute the expression back into the original equation and collect like terms
\frac{1}{2}\log_2 x + \log_2 x = \frac{3}{2}\log_2 x = 6
Adding the coefficients of log2x\log_2 x gives 32\frac{3}{2}.
3
Isolate log2x\log_2 x
\log_2 x = 6 \cdot \frac{2}{3} = 4
Multiplying both sides by 23\frac{2}{3} isolates the logarithmic term.
4
Convert from logarithmic form to exponential form
x = 2^4 = 16
If logba=c\log_b a = c, then a=bca = b^c.

Key Concept

Change of base rule for logarithms
Question 3Question

What is the positive integer solution to the logarithmic equation log2x3logx2=2\log_2 x - 3\log_x 2 = 2?

Show answer & explanation

Answer: 88

Answer

The positive integer solution is 88.
Using the change of base identity logx2=1log2x\log_x 2 = \frac{1}{\log_2 x}, we rewrite the equation as u3u=2u - \frac{3}{u} = 2 where u=log2xu = \log_2 x. Rearranging yields the quadratic u22u3=0u^2 - 2u - 3 = 0, which factors as (u3)(u+1)=0(u - 3)(u + 1) = 0. This gives u=3u = 3 or u=1u = -1. Converting back to x=2ux = 2^u, we get x=23=8x = 2^3 = 8 or x=21=12x = 2^{-1} = \frac{1}{2}. Since the question asks for the positive integer solution, the correct answer is 8.

Step-by-Step Solution

1
Apply the change of base rule to express logx2\log_x 2 in terms of base 2.
log2x3log2x=2\log_2 x - \frac{3}{\log_2 x} = 2
The change of base identity states that logba=1logab\log_b a = \frac{1}{\log_a b}.
2
Substitute u=log2xu = \log_2 x into the equation and clear the fraction.
u3u=2    u22u3=0u - \frac{3}{u} = 2 \implies u^2 - 2u - 3 = 0
Multiplying through by uu (where u0u \neq 0) transforms the equation into standard quadratic form.
3
Factor the quadratic equation to solve for uu.
(u3)(u+1)=0    u=3 or u=1(u - 3)(u + 1) = 0 \implies u = 3 \text{ or } u = -1
Finding the roots of the quadratic equation in terms of uu.
4
Convert back to xx using x=2ux = 2^u and select the positive integer solution.
For u=3u = 3: x=23=8x = 2^3 = 8. For u=1u = -1: x=21=12x = 2^{-1} = \frac{1}{2}.
The question asks specifically for the positive integer solution, which is 8.

Key Concept

Logarithmic Change of Base and Quadratic Reduction
Question 4Question

Find the value of xx that satisfies the exponential equation 27x1=9x+13x527^{x - 1} = \frac{9^{x + 1}}{3^{x - 5}}.

Show answer & explanation

Answer: 5

Answer

The value of xx is 5.
Rewriting the terms with a common base of 3 transforms the equation into 33x3=3x+73^{3x-3} = 3^{x+7}. Equating exponents gives 3x3=x+73x - 3 = x + 7, which yields x=5x = 5.

Step-by-Step Solution

1
Convert all terms to base 3
27x1=33x327^{x-1} = 3^{3x-3} and 9x+1=32x+29^{x+1} = 3^{2x+2}
Laws of indices require identical bases to manipulate exponents.
2
Apply division rule of indices to the right-hand side
32x+23x5=3x+7\frac{3^{2x+2}}{3^{x-5}} = 3^{x+7}
When dividing powers with the same base, subtract the exponent in the denominator from the exponent in the numerator.
3
Equate the exponents and solve for xx
3x3=x+7    2x=10    x=53x - 3 = x + 7 \implies 2x = 10 \implies x = 5
If af(x)=ag(x)a^f(x) = a^g(x) for a>0a > 0 and a1a \neq 1, then f(x)=g(x)f(x) = g(x).

Key Concept

Solving exponential equations using base reduction and exponent laws
Estimated Time:1m 30s
Question 5Question

If 2x+y=322^{x+y} = 32 and log3x+log3y=1+log32\log_3 x + \log_3 y = 1 + \log_3 2, what is the value of x2+y2x^2 + y^2?

Show answer & explanation

Answer: 1313

Answer

The value of x2+y2x^2 + y^2 is 1313.
Expressing 3232 as 252^5 gives x+y=5x + y = 5. Converting 11 to log33\log_3 3 allows combining the right-hand side to log3(3×2)=log36\log_3(3 \times 2) = \log_3 6, so log3(xy)=log36    xy=6\log_3(xy) = \log_3 6 \implies xy = 6. Evaluating x2+y2=(x+y)22xyx^2 + y^2 = (x+y)^2 - 2xy yields 522(6)=2512=135^2 - 2(6) = 25 - 12 = 13.

Step-by-Step Solution

1
Simplify the exponential equation using index laws.
x+y=5x + y = 5
Since 32=2532 = 2^5, 2x+y=25    x+y=52^{x+y} = 2^5 \implies x + y = 5.
2
Simplify the logarithmic equation using logarithm laws.
xy=6xy = 6
log3x+log3y=log3(xy)\log_3 x + \log_3 y = \log_3(xy) and 1+log32=log33+log32=log3(3×2)=log361 + \log_3 2 = \log_3 3 + \log_3 2 = \log_3(3 \times 2) = \log_3 6. Therefore, xy=6xy = 6.
3
Use the algebraic identity to find x2+y2x^2 + y^2.
x2+y2=13x^2 + y^2 = 13
Using (x+y)2=x2+y2+2xy(x+y)^2 = x^2 + y^2 + 2xy, we have 52=x2+y2+2(6)    25=x2+y2+12    x2+y2=135^2 = x^2 + y^2 + 2(6) \implies 25 = x^2 + y^2 + 12 \implies x^2 + y^2 = 13.

Key Concept

Solving simultaneous equations involving indices and logarithms using index laws and logarithmic identities.
Question 6Question

If log10(x)+log10(5)=2\log_{10}(x) + \log_{10}(5) = 2, what is the value of xx?

Show answer & explanation

Answer: 20

Answer

20
Using the logarithmic product identity logb(A)+logb(B)=logb(AB)\log_b(A) + \log_b(B) = \log_b(AB), the left side simplifies to log10(5x)=2\log_{10}(5x) = 2. Converting to exponential form gives 5x=102=1005x = 10^2 = 100, which simplifies directly to x=20x = 20.

Step-by-Step Solution

1
Apply the product law of logarithms
log10(5x)=2\log_{10}(5x) = 2
The sum of logarithms with the same base equals the logarithm of their product: logb(A)+logb(B)=logb(AB)\log_b(A) + \log_b(B) = \log_b(AB).
2
Convert the logarithmic equation to exponential form
5x=102=1005x = 10^2 = 100
By definition of logarithms, if logb(y)=c\log_b(y) = c, then y=bcy = b^c.
3
Solve for xx
x=1005=20x = \frac{100}{5} = 20
Divide both sides of the linear equation by 55.

Key Concept

Logarithmic Product Law and Exponential Conversion
Estimated Time:45s
Question 7Question

If log4x+log2y=52\log_4 x + \log_2 y = \frac{5}{2} and 3x9y=813^x \cdot 9^{-y} = 81, what is the value of x+yx + y?

Show answer & explanation

Answer: 10

Answer

The value of x+yx + y is 1010.
Converting log4x\log_4 x to base 22 gives 12log2x\frac{1}{2}\log_2 x, leadings to xy2=32x y^2 = 32. Simplifying 3x9y=813^x \cdot 9^{-y} = 81 gives x2y=4x - 2y = 4. Solving these simultaneously gives x=8x = 8 and y=2y = 2, whose sum is 1010.

Step-by-Step Solution

1
Simplify the logarithmic equation using the change of base formula.
log4x=log2xlog24=12log2x\log_4 x = \frac{\log_2 x}{\log_2 4} = \frac{1}{2}\log_2 x. Substituting this gives 12log2x+log2y=52    log2x+2log2y=5\frac{1}{2}\log_2 x + \log_2 y = \frac{5}{2} \implies \log_2 x + 2\log_2 y = 5.
Converting logarithms to a common base of 22 allows combining terms.
2
Combine logarithmic terms and express as an algebraic relation.
log2(xy2)=5    xy2=25=32\log_2(x y^2) = 5 \implies x y^2 = 2^5 = 32.
Applying the logarithmic laws klogba=logb(ak)k\log_b a = \log_b(a^k) and logbM+logbN=logb(MN)\log_b M + \log_b N = \log_b(MN).
3
Simplify the exponential equation.
3x(32)y=34    3x2y=34    x2y=43^x \cdot (3^2)^{-y} = 3^4 \implies 3^{x - 2y} = 3^4 \implies x - 2y = 4.
Expressing both sides with base 33 allows equating exponents.
4
Solve the system of equations for xx and yy.
From x=4+2yx = 4 + 2y, substitute into xy2=32x y^2 = 32: (4+2y)y2=32    2y3+4y232=0    y3+2y216=0(4 + 2y)y^2 = 32 \implies 2y^3 + 4y^2 - 32 = 0 \implies y^3 + 2y^2 - 16 = 0. Testing positive factors yields y=2y = 2. Then x=4+2(2)=8x = 4 + 2(2) = 8.
Simultaneous substitution yields the unique real positive solutions x=8x = 8 and y=2y = 2.
5
Calculate x+yx + y.
x+y=8+2=10x + y = 8 + 2 = 10.
Adding the computed values of xx and yy gives the required sum.

Key Concept

Simultaneous Exponential and Logarithmic Systems
Estimated Time:2m 0s
Question 8Question

Find the product of all real solutions to the exponential equation 9x+1283x+3=09^{x+1} - 28 \cdot 3^x + 3 = 0.

Show answer & explanation

Answer: -2

Answer

The product of all real solutions is -2.
Using the index laws 9x+1=9(3x)29^{x+1} = 9 \cdot (3^x)^2, let u=3xu = 3^x. The equation reduces to the quadratic 9u228u+3=09u^2 - 28u + 3 = 0, which factors as (9u1)(u3)=0(9u - 1)(u - 3) = 0. This gives u=1/9u = 1/9 or u=3u = 3. Solving 3x=1/93^x = 1/9 yields x=2x = -2, and solving 3x=33^x = 3 yields x=1x = 1. The product of these solutions is (2)×1=2(-2) \times 1 = -2.

Step-by-Step Solution

1
Express 9x+19^{x+1} in terms of 3x3^x
9x+1=919x=9(32)x=9(3x)29^{x+1} = 9^1 \cdot 9^x = 9 \cdot (3^2)^x = 9 \cdot (3^x)^2
Apply index laws am+n=amana^{m+n} = a^m \cdot a^n and (am)n=(an)m(a^m)^n = (a^n)^m to establish a common base of 3.
2
Substitute u=3xu = 3^x to form a quadratic equation
9u228u+3=09u^2 - 28u + 3 = 0
Transform the exponential equation into a standard quadratic algebraic equation.
3
Solve the quadratic equation for uu
(9u1)(u3)=0    u=19(9u - 1)(u - 3) = 0 \implies u = \frac{1}{9} or u=3u = 3
Factorize the quadratic expression to determine its roots.
4
Substitute back u=3xu = 3^x to solve for xx
3x=32    x=23^x = 3^{-2} \implies x = -2, and 3x=31    x=13^x = 3^1 \implies x = 1
Equate exponents with matching bases to find all valid real solutions for xx.
5
Find the product of the two solutions
(2)×1=2(-2) \times 1 = -2
Calculate the required mathematical product of the solutions.

Key Concept

Solving exponential equations reducible to quadratic form using laws of indices
Question 9Question

If log4x+logx16=3\log_4 x + \log_x 16 = 3, what is the sum of the possible values of xx?

Show answer & explanation

Answer: 20

Answer

The sum of the possible values of xx is 20.
Applying the change of base rule converts logx16\log_x 16 to log416log4x=2log4x\frac{\log_4 16}{\log_4 x} = \frac{2}{\log_4 x}. Setting y=log4xy = \log_4 x transforms the equation into y+2y=3y + \frac{2}{y} = 3, which rearranges to y23y+2=0y^2 - 3y + 2 = 0. The roots of this quadratic equation are y=1y = 1 and y=2y = 2. Converting back to xx yields x=41=4x = 4^1 = 4 and x=42=16x = 4^2 = 16. Summing these solutions gives 4+16=204 + 16 = 20.

Step-by-Step Solution

1
Apply the change of base formula to express logx16\log_x 16 in base 4.
logx16=log416log4x=2log4x\log_x 16 = \frac{\log_4 16}{\log_4 x} = \frac{2}{\log_4 x}.
Logarithmic bases must be unified to combine terms.
2
Substitute y=log4xy = \log_4 x into the original equation.
y+2y=3y + \frac{2}{y} = 3.
Simplifies the equation into a quadratic form in terms of yy.
3
Multiply by yy and solve the quadratic equation y23y+2=0y^2 - 3y + 2 = 0.
(y1)(y2)=0    y=1 or y=2(y - 1)(y - 2) = 0 \implies y = 1 \text{ or } y = 2.
Finds the exponential power values.
4
Solve for xx using x=4yx = 4^y and calculate the sum.
For y=1y = 1, x=41=4x = 4^1 = 4; for y=2y = 2, x=42=16x = 4^2 = 16. Sum = 4+16=204 + 16 = 20.
Converts back from logarithmic space to solve for xx and finds the requested sum.

Key Concept

Change of base rule and solving logarithmic quadratic equations
Question 10Question

If 8x1=328^{x - 1} = 32, what is the value of xx?

Show answer & explanation

Answer: 83\frac{8}{3}

Answer

The value of xx is 83\frac{8}{3}.
To solve 8x1=328^{x - 1} = 32, rewrite both sides using a base of 22: (23)x1=25(2^3)^{x - 1} = 2^5. Applying the index law (am)n=amn(a^m)^n = a^{mn} yields 23x3=252^{3x - 3} = 2^5. Since the bases are identical, set the exponents equal to each other: 3x3=53x - 3 = 5. Solving for xx gives 3x=83x = 8, so x=83x = \frac{8}{3}.

Step-by-Step Solution

1
Express both numbers as powers of a common base, 22.
8=238 = 2^3 and 32=2532 = 2^5, so (23)x1=25(2^3)^{x - 1} = 2^5.
Exponential equations with different bases are easiest to solve by expressing terms with the same base.
2
Apply the law of indices (am)n=amn(a^m)^n = a^{mn} to simplify the left-hand side.
23(x1)=252^{3(x - 1)} = 2^5, which expands to 23x3=252^{3x - 3} = 2^5.
Multiplying the inner exponent by the outer exponent removes parentheses.
3
Equate the exponents since the bases are equal.
3x3=53x - 3 = 5.
If aP=aQa^P = a^Q for a>0a > 0 and a1a \neq 1, then P=QP = Q.
4
Solve the linear equation for xx.
3x=5+3    3x=8    x=833x = 5 + 3 \implies 3x = 8 \implies x = \frac{8}{3}.
Isolate xx by adding 33 to both sides and dividing by 33.

Key Concept

Solving Exponential Equations using Base Conversion
Estimated Time:1m 0s
Question 11Question

What is the numerical value of the expression log2(log381)+log5(1125)+4log23\log_2(\log_3 81) + \log_5\left(\frac{1}{125}\right) + 4^{\log_2 3}?

Show answer & explanation

Answer: 8

Answer

8
Evaluating each term individually: the nested logarithm log2(log381)=log24=2\log_2(\log_3 81) = \log_2 4 = 2; the reciprocal log argument log5(1/125)=3\log_5(1/125) = -3; and the exponential log power 4log23=(2log23)2=32=94^{\log_2 3} = (2^{\log_2 3})^2 = 3^2 = 9. Combining these gives 23+9=82 - 3 + 9 = 8.

Step-by-Step Solution

1
Evaluate the first component log2(log381)\log_2(\log_3 81)
2
Since 81=3481 = 3^4, the inner expression log381=4\log_3 81 = 4, and subsequently log24=2\log_2 4 = 2.
2
Evaluate the second component log5(1125)\log_5\left(\frac{1}{125}\right)
-3
Since 1125=53\frac{1}{125} = 5^{-3}, applying the power law of logarithms gives 3-3.
3
Evaluate the third component 4log234^{\log_2 3}
9
Rewrite 44 as 222^2 to obtain (2log23)2=32=9(2^{\log_2 3})^2 = 3^2 = 9 using the fundamental identity alogab=ba^{\log_a b} = b.
4
Sum the results of the three components
8
Calculate 2+(3)+9=82 + (-3) + 9 = 8.

Key Concept

Properties of logarithms including change of power, negative exponents, and logarithm exponentiation identities
Question 12Question

If log3x+log9x+log27x=112\log_3 x + \log_9 x + \log_{27} x = \frac{11}{2}, what is the value of xx?

Show answer & explanation

Answer: 2727

Answer

The value of xx is 2727.
Applying the change of base identity yields log9x=12log3x\log_9 x = \frac{1}{2}\log_3 x and log27x=13log3x\log_{27} x = \frac{1}{3}\log_3 x. Combining like terms gives 116log3x=112\frac{11}{6}\log_3 x = \frac{11}{2}, which reduces to log3x=3\log_3 x = 3. Expressing in exponential form yields x=33=27x = 3^3 = 27.

Step-by-Step Solution

1
Express all logarithms in base 3 using the change of base rule logakx=1klogax\log_{a^k} x = \frac{1}{k} \log_a x.
\log_9 x = \frac{1}{2} \log_3 x \quad \text{and} \quad \log_{27} x = \frac{1}{3} \log_3 x
Converting all terms to a common base allows them to be combined algebraically.
2
Substitute these expressions back into the original equation.
\log_3 x + \frac{1}{2} \log_3 x + \frac{1}{3} \log_3 x = \frac{11}{2}
This creates a single linear equation in terms of log3x\log_3 x.
3
Combine the coefficients of log3x\log_3 x.
\left(1 + \frac{1}{2} + \frac{1}{3}\right) \log_3 x = \frac{6 + 3 + 2}{6} \log_3 x = \frac{11}{6} \log_3 x = \frac{11}{2}
Adding the fractions gives a single coefficient.
4
Solve for log3x\log_3 x and evaluate xx.
\log_3 x = \frac{11}{2} \times \frac{6}{11} = 3 \implies x = 3^3 = 27
Converting from logarithmic to exponential form gives the value of xx.

Key Concept

Change of base formula for logarithms: logbkx=1klogbx\log_{b^k} x = \frac{1}{k} \log_b x
Estimated Time:1m 30s
Question 13Question

Find the positive integer value of xx that satisfies the logarithmic equation xlog3x=81x3x^{\log_3 x} = 81x^3.

Show answer & explanation

Answer: 81

Answer

The positive integer value of xx is 81.
Taking the logarithm base 3 on both sides transforms xlog3x=81x3x^{\log_3 x} = 81x^3 into (log3x)2=4+3log3x(\log_3 x)^2 = 4 + 3\log_3 x. Substituting u=log3xu = \log_3 x yields the quadratic equation u23u4=0u^2 - 3u - 4 = 0, which factors as (u4)(u+1)=0(u-4)(u+1) = 0. The roots are u=4u = 4 (x=34=81x = 3^4 = 81) and u=1u = -1 (x=31=1/3x = 3^{-1} = 1/3). Since xx must be a positive integer, the correct value is 81.

Step-by-Step Solution

1
Take logarithm base 3 of both sides of the equation xlog3x=81x3x^{\log_3 x} = 81x^3
log3(xlog3x)=log3(81x3)\log_3(x^{\log_3 x}) = \log_3(81x^3)
Taking the logarithm with base 3 allows us to simplify the exponent containing log3x\log_3 x.
2
Apply logarithmic identities logb(ak)=klogba\log_b(a^k) = k \log_b a and logb(mn)=logbm+logbn\log_b(mn) = \log_b m + \log_b n
(log3x)2=log381+3log3x=4+3log3x(\log_3 x)^2 = \log_3 81 + 3\log_3 x = 4 + 3\log_3 x
Expanding the products and powers reduces the equation into a single logarithmic variable log3x\log_3 x.
3
Substitute u=log3xu = \log_3 x to create a quadratic equation
u23u4=0u^2 - 3u - 4 = 0
Setting u=log3xu = \log_3 x converts the equation into standard quadratic form.
4
Factor the quadratic expression
(u4)(u+1)=0    u=4 or u=1(u - 4)(u + 1) = 0 \implies u = 4 \text{ or } u = -1
Factoring allows us to find all possible real values for uu.
5
Convert back to xx using x=3ux = 3^u and select the positive integer root
x=34=81x = 3^4 = 81 or x=31=13x = 3^{-1} = \frac{1}{3}. The positive integer solution is x=81x = 81.
The question specifically requests the positive integer solution, eliminating x=13x = \frac{1}{3}.

Key Concept

Solving equations with variable exponents by taking logarithms and reducing to a quadratic form.
Question 14Question

Find the value of xx that satisfies the logarithmic equation log2(x21)log2(x1)=3\log_2(x^2 - 1) - \log_2(x - 1) = 3.

Show answer & explanation

Answer: 7

Answer

The value of xx is 77.
Applying the logarithm quotient law reduces log2(x21)log2(x1)\log_2(x^2 - 1) - \log_2(x - 1) to log2(x21x1)\log_2\left(\frac{x^2 - 1}{x - 1}\right). Factoring x21x^2 - 1 into (x1)(x+1)(x - 1)(x + 1) and canceling (x1)(x - 1) leaves log2(x+1)=3\log_2(x + 1) = 3. Converting this to exponential form gives x+1=23=8x + 1 = 2^3 = 8, which yields x=7x = 7.

Step-by-Step Solution

1
Apply the quotient rule for logarithms to combine the left-hand side into a single logarithmic expression.
log2(x21x1)=3\log_2\left(\frac{x^2 - 1}{x - 1}\right) = 3
According to logarithmic rules, the difference of two logarithms of the same base is equal to the logarithm of their quotient: logbAlogbB=logb(AB)\log_b A - \log_b B = \log_b\left(\frac{A}{B}\right).
2
Factor the numerator as a difference of two squares and simplify the rational expression.
log2(x+1)=3\log_2(x + 1) = 3
Since x21=(x1)(x+1)x^2 - 1 = (x - 1)(x + 1), dividing by (x1)(x - 1) leaves (x+1)(x + 1), given x1x \neq 1.
3
Rewrite the logarithmic equation in exponential form.
x+1=23=8x + 1 = 2^3 = 8
By definition of logarithms, logby=z    bz=y\log_b y = z \iff b^z = y.
4
Solve the resulting linear equation for xx.
x=7x = 7
Subtracting 11 from both sides gives x=7x = 7.

Key Concept

Quotient Law of Logarithms and Logarithmic Equations
Estimated Time:1m 30s
Question 15Question

Find the real value of xx that satisfies the equation log2(22x+12)x=3log2(2x1)\log_2 (2^{2x} + 12) - x = 3 - \log_2 (2^x - 1).

Show answer & explanation

Answer: 1

Answer

1
By bringing all terms involving xx together, the equation becomes log2(22x+12)+log2(2x1)log2(2x)=3\log_2(2^{2x}+12) + \log_2(2^x-1) - \log_2(2^x) = 3. Combining these logarithmic terms yields log2((22x+12)(2x1)2x)=3\log_2\left(\frac{(2^{2x}+12)(2^x-1)}{2^x}\right) = 3. Converting to exponential form gives (22x+12)(2x1)2x=8\frac{(2^{2x}+12)(2^x-1)}{2^x} = 8. Setting u=2xu = 2^x converts this into the cubic equation u3u2+4u12=0u^3 - u^2 + 4u - 12 = 0. Factoring out (u2)(u - 2) leaves (u2)(u2+u+6)=0(u - 2)(u^2 + u + 6) = 0. Since u2+u+6=0u^2 + u + 6 = 0 has no real solutions, u=2u = 2 is the only real root. Hence 2x=22^x = 2, which gives x=1x = 1.

Step-by-Step Solution

1
Rearrange the equation to group all logarithmic terms on one side.
\log_2 (2^{2x} + 12) + \log_2 (2^x - 1) - x = 3
Grouping logarithmic terms allows the application of logarithm combination laws.
2
Express xx as log2(2x)\log_2 (2^x) and combine the logarithms using log laws.
\log_2 \left( \frac{(2^{2x} + 12)(2^x - 1)}{2^x} \right) = 3
Product and quotient laws of logarithms allow single logarithmic expression formation: log2A+log2Blog2C=log2(ABC)\log_2 A + \log_2 B - \log_2 C = \log_2\left(\frac{AB}{C}\right).
3
Convert from logarithmic to exponential form.
\frac{(2^{2x} + 12)(2^x - 1)}{2^x} = 2^3 = 8
Definition of logarithm: logb(Y)=Z    Y=bZ\log_b(Y) = Z \implies Y = b^Z.
4
Substitute u=2xu = 2^x (where u>1u > 1) to form an algebraic equation.
\frac{(u^2 + 12)(u - 1)}{u} = 8 \implies (u^2 + 12)(u - 1) = 8u
Since 22x=(2x)2=u22^{2x} = (2^x)^2 = u^2, substitution simplifies the exponential expression into a polynomial.
5
Expand and simplify into a standard cubic equation.
u^3 - u^2 + 12u - 12 = 8u \implies u^3 - u^2 + 4u - 12 = 0
Standard polynomial form enables root searching via polynomial division and factoring.
6
Factor the cubic equation.
(u - 2)(u^2 + u + 6) = 0
Testing u=2u = 2 gives 2322+4(2)12=84+812=02^3 - 2^2 + 4(2) - 12 = 8 - 4 + 8 - 12 = 0, confirming (u2)(u - 2) is a factor.
7
Solve for real values of uu and xx.
u = 2 \implies 2^x = 2 \implies x = 1
The quadratic factor u2+u+6=0u^2 + u + 6 = 0 has discriminant Δ=124=23<0\Delta = 1 - 24 = -23 < 0 (no real roots). Thus u=2u = 2 is the unique solution.

Key Concept

Logarithmic equations requiring exponential substitution and polynomial factorization
Estimated Time:2m 30s
Question 16Question

If log2(x+3)+log24=5\log_2 (x + 3) + \log_2 4 = 5, what is the value of xx?

Show answer & explanation

Answer: 55

Answer

The value of xx is 55.
Using the logarithmic addition property logb(M)+logb(N)=logb(MN)\log_b (M) + \log_b (N) = \log_b (M \cdot N), the equation log2(x+3)+log24=5\log_2(x+3) + \log_2 4 = 5 becomes log2[4(x+3)]=5\log_2[4(x+3)] = 5. Converting to index form gives 4(x+3)=25=324(x+3) = 2^5 = 32. Dividing by 44 yields x+3=8x + 3 = 8, so x=5x = 5.

Step-by-Step Solution

1
Apply the product rule of logarithms: logbA+logbB=logb(AB)\log_b A + \log_b B = \log_b (A \cdot B)
\log_2 [4(x + 3)] = 5
Logarithms with the same base that are added together can be combined by multiplying their arguments.
2
Convert the logarithmic equation into its equivalent exponential form
4(x + 3) = 2^5 = 32
If logbY=c\log_b Y = c, then Y=bcY = b^c.
3
Divide both sides by 4 and solve for xx
x + 3 = 8 \implies x = 5
Linear algebraic simplification.

Key Concept

Product Law of Logarithms and Log-to-Exponential Conversion
Question 17Question

What is the sum of all real values of xx that satisfy the logarithmic equation log3(9x+81)x=log330\log_3(9^x + 81) - x = \log_3 30?

Show answer & explanation

Answer: 4

Answer

The sum of all real values of xx satisfying the equation is 4.
Using logarithmic properties, log3(9x+81)x=log330\log_3(9^x + 81) - x = \log_3 30 simplifies to 9x+813x=30\frac{9^x + 81}{3^x} = 30. Substituting u=3xu = 3^x produces the quadratic equation u230u+81=0u^2 - 30u + 81 = 0, which yields u=3u = 3 and u=27u = 27. Solving 3x=33^x = 3 and 3x=273^x = 27 gives x=1x = 1 and x=3x = 3. Their sum is 1+3=41 + 3 = 4.

Step-by-Step Solution

1
Express xx as log3(3x)\log_3(3^x) and apply the logarithm quotient rule.
\log_3\left(\frac{9^x + 81}{3^x}\right) = \log_3 30
Using logbAlogbB=logb(AB)\log_b A - \log_b B = \log_b\left(\frac{A}{B}\right) combines terms into a single logarithm.
2
Equate the logarithmic arguments and split the fraction.
\frac{9^x + 81}{3^x} = 30 \implies 3^x + \frac{81}{3^x} = 30
Logarithmic equality with identical bases implies equality of their arguments.
3
Substitute u=3xu = 3^x to form and solve a quadratic equation.
u + \frac{81}{u} = 30 \implies u^2 - 30u + 81 = 0 \implies (u - 3)(u - 27) = 0 \implies u = 3 \text{ or } u = 27
Since 9x=(3x)2=u29^x = (3^x)^2 = u^2, substituting u=3xu = 3^x converts the equation into a standard quadratic equation.
4
Solve for xx from 3x=u3^x = u and calculate the sum of the solutions.
3^x = 3 \implies x = 1; \quad 3^x = 27 \implies x = 3. \quad \text{Sum} = 1 + 3 = 4
Matching exponential bases gives x=1x = 1 and x=3x = 3.

Key Concept

Logarithmic quotient identity and quadratic substitution for exponential equations
Estimated Time:2m 0s
Question 18Question

If log102=p\log_{10} 2 = p and log103=q\log_{10} 3 = q, which of the following expressions represents log1018\log_{10} 18 in terms of pp and qq?

Show answer & explanation

Answer: p+2qp + 2q

Answer

The expression for log1018\log_{10} 18 in terms of pp and qq is p+2qp + 2q.
Expanding log1018\log_{10} 18 as log10(2×32)\log_{10}(2 \times 3^2) gives log102+2log103\log_{10} 2 + 2\log_{10} 3, which simplifies directly to p+2qp + 2q.

Step-by-Step Solution

1
Factorize 18 into prime factors.
18=2×3218 = 2 \times 3^2
Decomposing 18 into prime factors allows the application of the given logarithm values for 2 and 3.
2
Apply the product rule of logarithms: log10(a×b)=log10a+log10b\log_{10}(a \times b) = \log_{10} a + \log_{10} b.
log1018=log10(2×32)=log102+log10(32)\log_{10} 18 = \log_{10}(2 \times 3^2) = \log_{10} 2 + \log_{10}(3^2)
The logarithm of a product equals the sum of the logarithms of individual factors.
3
Apply the power rule of logarithms: log10(bn)=nlog10b\log_{10}(b^n) = n \log_{10} b.
log10(32)=2log103\log_{10}(3^2) = 2 \log_{10} 3
The logarithm of a power expression allows bringing the exponent to the front as a multiplier.
4
Substitute the defined values p=log102p = \log_{10} 2 and q=log103q = \log_{10} 3.
log1018=p+2q\log_{10} 18 = p + 2q
Replaces logarithmic terms with their algebraic representations.

Key Concept

Logarithm Expansion Laws (Product and Power Rules)
Question 19Question

Find the real value of xx that satisfies the logarithmic equation log2(x2+3x22)log2(x2)=3\log_2(x^2 + 3x - 22) - \log_2(x - 2) = 3.

Show answer & explanation

Answer: 6

Answer

The real value of xx that satisfies the equation is 66.
Applying the logarithmic quotient rule transforms log2(x2+3x22)log2(x2)=3\log_2(x^2 + 3x - 22) - \log_2(x - 2) = 3 into log2(x2+3x22x2)=3\log_2\left(\frac{x^2 + 3x - 22}{x - 2}\right) = 3. Expressing this in exponential form yields x2+3x22x2=8\frac{x^2 + 3x - 22}{x - 2} = 8, which simplifies to x25x6=0x^2 - 5x - 6 = 0. Factoring gives (x6)(x+1)=0(x - 6)(x + 1) = 0. Since the argument of a logarithm must be strictly positive (x2>0    x>2x - 2 > 0 \implies x > 2), x=1x = -1 is extraneous and x=6x = 6 is the only valid solution.

Step-by-Step Solution

1
Combine the logarithmic terms using the quotient law of logarithms.
log2(x2+3x22x2)=3\log_2\left(\frac{x^2 + 3x - 22}{x - 2}\right) = 3
The difference of two logarithms with the same base equals the logarithm of their quotient: logbAlogbB=logb(AB)\log_b A - \log_b B = \log_b\left(\frac{A}{B}\right).
2
Convert the logarithmic equation into its equivalent exponential form.
\frac{x^2 + 3x - 22}{x - 2} = 2^3 = 8
If logbY=c\log_b Y = c, then Y=bcY = b^c.
3
Clear the denominator and simplify to form a quadratic equation.
x^2 - 5x - 6 = 0
Multiplying both sides by (x2)(x - 2) yields x2+3x22=8x16x^2 + 3x - 22 = 8x - 16, which rearranges to x25x6=0x^2 - 5x - 6 = 0.
4
Solve the quadratic equation by factoring.
(x - 6)(x + 1) = 0 \implies x = 6 \text{ or } x = -1
The factors of 6-6 that sum to 5-5 are 6-6 and 11.
5
Test roots against domain restrictions to eliminate extraneous solutions.
x = 6
Logarithmic arguments must be strictly positive. For log2(x2)\log_2(x - 2) to be defined, x>2x > 2. Thus, x=1x = -1 is extraneous, leaving x=6x = 6 as the unique valid solution.

Key Concept

Logarithmic Equations and Domain Restrictions
Question 20Question

Find the real value of xx that satisfies the logarithmic equation log5(x24)log5(x2)=2\log_5(x^2 - 4) - \log_5(x - 2) = 2.

Show answer & explanation

Answer: 23

Answer

The value of xx that satisfies the equation is 23.
Applying the logarithmic quotient rule gives log5(x24x2)=2\log_5 \left(\frac{x^2 - 4}{x - 2}\right) = 2. Factoring the numerator gives log5((x2)(x+2)x2)=log5(x+2)=2\log_5 \left(\frac{(x - 2)(x + 2)}{x - 2}\right) = \log_5(x + 2) = 2. Converting to exponential form yields x+2=52=25x + 2 = 5^2 = 25, which simplifies to x=23x = 23.

Step-by-Step Solution

1
Apply the logarithmic quotient rule
\log_5\left(\frac{x^2 - 4}{x - 2}\right) = 2
The difference of two logarithms of the same base equals the logarithm of their quotient.
2
Factor the numerator and simplify the expression
log5(x+2)=2\log_5(x + 2) = 2
Factoring x24x^2 - 4 into (x2)(x+2)(x-2)(x+2) allows canceling the common factor (x2)(x-2) in the denominator.
3
Convert the logarithmic equation into exponential form
x + 2 = 5^2 = 25
By definition, logb(y)=c\log_b(y) = c is equivalent to bc=yb^c = y.
4
Solve the linear equation for xx
x = 23
Subtracting 2 from both sides gives x=23x = 23.

Key Concept

Logarithmic Quotient Rule and Logarithm-to-Exponent Conversion
Page 1 / 2Next
Indices and Logarithms Practice Questions — JAMB UTME | Examkin