Questions & Answers: "Logarithm"

Complete guide to "Logarithm" for Math students. Below you will find important questions and model answers to help you prepare.

38 Questions

Want to Test Your Knowledge?

Try our interactive quiz on this topic to get instant AI feedback.

Take Topic Quiz

Question 1

1 Mark

Find the domain of the function defined by f(x)=log(x1)(5x)f(x) = \log_{(x-1)}(5-x).

Options

Option A

(1, 5)

Option B is correct

(1, 2) ∪ (2, 5)

Option C

[1, 5]

Option D

(2, 5)

Explanation

To define the logarithm logba\log_b a, three conditions must be met: 1) The argument a>0a > 0, 2) The base b>0b > 0, and 3) The base b1b \neq 1. For f(x)=log(x1)(5x)f(x) = \log_{(x-1)}(5-x), we require: (i) 5x>0x0x>15-x > 0 \Rightarrow x 0 \Rightarrow x > 1. (iii) x11x2x-1 \neq 1 \Rightarrow x \neq 2. Combining these, xx must be in the interval (1,5)(1, 5) but cannot be 22. Thus, the domain is (1,2)(2,5)(1, 2) \cup (2, 5). Option 1 is wrong because it includes x=2x=2, which makes the base 1. Option 3 is wrong because logs are undefined for zero or negative numbers. Option 4 is wrong because it unnecessarily excludes the interval (1,2)(1, 2).

Question 2

1 Mark

Solve the equation for xx: log2x+log4x+log16x=74\log_2 x + \log_4 x + \log_{16} x = \frac{7}{4}.

Options

Option A

x = 4

Option B

x = 1

Option C is correct

x = 2

Option D

x = 16

Explanation

Using the base-change formula loganb=1nlogab\log_{a^n} b = \frac{1}{n} \log_a b, we can rewrite the terms with a common base of 2: log2x+log22x+log24x=74\log_2 x + \log_{2^2} x + \log_{2^4} x = \frac{7}{4}. This simplifies to log2x+12log2x+14log2x=74\log_2 x + \frac{1}{2}\log_2 x + \frac{1}{4}\log_2 x = \frac{7}{4}. Factoring out log2x\log_2 x, we get (1+12+14)log2x=74(74)log2x=74(1 + \frac{1}{2} + \frac{1}{4})\log_2 x = \frac{7}{4} \Rightarrow (\frac{7}{4})\log_2 x = \frac{7}{4}. This implies log2x=1\log_2 x = 1, so x=21=2x = 2^1 = 2. Option 1 (x=4) gives 72\frac{7}{2}, Option 2 (x=1) gives 00, and Option 4 (x=16) gives 77.

Question 3

1 Mark

If log102=a\log_{10} 2 = a and log103=b\log_{10} 3 = b, then the value of log1012\log_{10} 12 is expressed as:

Options

Option A

a + b

Option B is correct

2a + b

Option C

a + 2b

Option D

a² + b

Explanation

Using the properties of logarithms, specifically log(mn)=logm+logn\log(mn) = \log m + \log n and log(mn)=nlogm\log(m^n) = n \log m, we can factor 12 into its prime factors: 12=22×312 = 2^2 \times 3. Therefore, log1012=log10(22×3)=log10(22)+log103\log_{10} 12 = \log_{10}(2^2 \times 3) = \log_{10}(2^2) + \log_{10} 3. Applying the power rule, this becomes 2log102+log1032 \log_{10} 2 + \log_{10} 3. Substituting the given variables aa and bb, we get 2a+b2a + b. Option 1 represents log6\log 6. Option 3 represents log18\log 18. Option 4 is mathematically incorrect as logmn\log m^n is nlogmn\log m, not (logm)n(\log m)^n.

Question 4

1 Mark

If log₂(x) + log₂(x - 2) = 3, what is the value of x?

Options

Option A is correct

4

Option B

-2

Option C

2

Option D

8

Explanation

To solve log₂(x) + log₂(x - 2) = 3, we use the product rule of logarithms: logₐ(m) + logₐ(n) = logₐ(m*n). This gives log₂(x(x - 2)) = 3. Converting this to exponential form, we get x(x - 2) = 2³, which simplifies to x² - 2x = 8, or x² - 2x - 8 = 0. Factoring the quadratic equation gives (x - 4)(x + 2) = 0, resulting in x = 4 or x = -2. However, the definition of a logarithm logₐ(y) requires y > 0. For log₂(x) to be defined, x > 0, and for log₂(x - 2) to be defined, x > 2. Therefore, x = -2 is an extraneous solution and must be rejected. The only valid solution is x = 4.

Question 5

1 Mark

Find the value of the expression: 1/log₃(30) + 1/log₂(30) + 1/log₅(30).

Options

Option A is correct

1

Option B

0

Option C

log₁₀(30)

Option D

30

Explanation

This question utilizes the base change property: 1/logₐ(b) = log_b(a). Applying this to each term, the expression becomes log₃₀(3) + log₃₀(2) + log₃₀(5). Using the product rule of logarithms (logₐ(m) + logₐ(n) + logₐ(p) = logₐ(mnp)), we combine the terms: log₃₀(3 * 2 * 5) = log₃₀(30). Since any logarithm where the base and the argument are the same (logₐ(a)) equals 1, the final value is 1. Options 0 and 30 are mathematically inconsistent with these logarithmic identities.

Question 6

1 Mark

What is the value of log expression: log_{2\sqrt{3}} (1728)?

Options

Option A

3

Option B

4

Option C is correct

6

Option D

12

Explanation

To find the value, let log_{2\sqrt{3}} (1728) = x. This implies (2\sqrt{3})^x = 1728. Squaring both sides or expressing 1728 in terms of prime factors: 1728 = 12^3. Now, (2\sqrt{3})^2 = 4 * 3 = 12. Therefore, 1728 = ( (2\sqrt{3})^2 )^3 = (2\sqrt{3})^6. Comparing the powers, x = 6. The other options are incorrect because they do not satisfy the exponential form of the logarithmic equation.

Question 7

1 Mark

If log_{10} 2 = 0.3010 and log_{10} 3 = 0.4771, what is the value of log_{10} 1.5?

Options

Option A

0.7781

Option B is correct

0.1761

Option C

0.1505

Option D

0.6020

Explanation

Using the quotient rule of logarithms, log(a/b) = log a - log b. log_{10} 1.5 = log_{10} (3/2) = log_{10} 3 - log_{10} 2. Substituting the given values: 0.4771 - 0.3010 = 0.1761. Option A is the sum (product rule), which is incorrect. Other options are mathematical errors.

Question 8

1 Mark

The value of 7^{log_7 5} + 2^{log_2 3} is equal to:

Options

Option A is correct

8

Option B

15

Option C

10

Option D

35

Explanation

The fundamental property of logarithms states that a^{log_a n} = n. Applying this to both terms: 7^{log_7 5} = 5 and 2^{log_2 3} = 3. Adding them gives 5 + 3 = 8. The other options result from incorrectly multiplying the numbers or ignoring the log properties.

Question 9

1 Mark

If log_{10} 2 = 0.3010, the number of digits in 2^{50} is:

Options

Option A

15

Option B is correct

16

Option C

50

Option D

14

Explanation

To find the number of digits in N = 2^{50}, take the common log: log N = log(2^{50}) = 50 * log 2 = 50 * 0.3010 = 15.05. The characteristic is 15. The number of digits in a number is (characteristic + 1). Therefore, digits = 15 + 1 = 16. Option A is just the characteristic.

Question 10

1 Mark

Which of the following is equivalent to log_b a?

Options

Option A is correct

(log_c a) / (log_c b)

Option B

log_c (a - b)

Option C

log_c a * log_c b

Option D

log_a b

Explanation

This is the Change of Base Formula. log_b a = (log_c a) / (log_c b) for any positive base c ≠ 1. Option D is the reciprocal (1 / log_b a), and options B and C are common misconceptions about log properties that do not exist.

Question 11

1 Mark

Solve the inequality: log_{0.5} (x - 1) > log_{0.5} 4.

Options

Option A

x > 5

Option B is correct

1 < x < 5

Option C

x < 5

Option D

x > 1

Explanation

When the base of a logarithm is between 0 and 1 (decreasing function), removing the logs reverses the inequality sign. So, log_{0.5} (x - 1) > log_{0.5} 4 implies x - 1 < 4, or x 0, so x > 1. Combining these gives 1 < x < 5. Option A incorrectly keeps the inequality direction.

Question 12

1 Mark

If a, b, c are in Geometric Progression (G.P.), then log a, log b, log c are in:

Options

Option A

Geometric Progression

Option B is correct

Arithmetic Progression

Option C

Harmonic Progression

Option D

None of these

Explanation

If a, b, c are in G.P., then b^2 = ac. Taking the log of both sides: log(b^2) = log(ac). Using properties: 2 log b = log a + log c. This is the condition for log a, log b, log c to be in Arithmetic Progression (A.P.), where the middle term is the average of the outer terms.

Question 13

1 Mark

Find the value of x if log_2 (log_3 (log_2 x)) = 1.

Options

Option A is correct

x = 2^9

Option B is correct

x = 512

Option C

x = 8

Option D

x = 64

Explanation

Starting from the outside: log_2(...) = 1 means log_3 (log_2 x) = 2^1 = 2. Next, log_3(...) = 2 means log_2 x = 3^2 = 9. Finally, log_2 x = 9 means x = 2^9 = 512. (Note: In this specific formatting, both 2^9 and 512 represent the same value, but for curriculum accuracy, 512 is the simplified integer solution).

Question 14

1 Mark

If log₁₀ 2 = 0.3010 and log₁₀ 3 = 0.4771, find the number of digits in the integer 6²⁰.

Options

Option A

15

Option B is correct

16

Option C

17

Option D

18

Explanation

To find the number of digits in a number N, we find log₁₀ N. Here, N = 6²⁰. log₁₀(6²⁰) = 20 * log₁₀(2 * 3) = 20 * (log₁₀ 2 + log₁₀ 3) = 20 * (0.3010 + 0.4771) = 20 * 0.7781 = 15.562. The characteristic is 15. The number of digits is equal to characteristic + 1, which is 15 + 1 = 16. Option B is correct.

Question 15

1 Mark

Find the value of x that satisfies the equation log₃(x + 1) + log₃(x - 1) = log₃ 8.

Options

Option A is correct

x = 3

Option B

x = -3

Option C

x = ±3

Option D

x = 9

Explanation

Using the product rule log a + log b = log(ab), we get log₃((x + 1)(x - 1)) = log₃ 8. This implies (x + 1)(x - 1) = 8, so x² - 1 = 8, which means x² = 9. This gives x = 3 or x = -3. However, the domain of a logarithm requires the argument to be positive. If x = -3, (x+1) and (x-1) are negative, making the original logs undefined. Thus, only x = 3 is valid.

Question 16

1 Mark

The value of log₅ 125 · log₁₀ 0.001 is:

Options

Option A

9

Option B is correct

-9

Option C

3

Option D

-3

Explanation

First, evaluate log₅ 125. Since 125 = 5³, log₅ 5³ = 3. Second, evaluate log₁₀ 0.001. Since 0.001 = 10⁻³, log₁₀ 10⁻³ = -3. Multiplying the two results: 3 * (-3) = -9. Therefore, option B is the correct answer.

Question 17

1 Mark

What is the domain of the function f(x) = log₁₀(x² - 5x + 6)?

Options

Option A

(2, 3)

Option B is correct

(-∞, 2) ∪ (3, ∞)

Option C

(-∞, 2] ∪ [3, ∞)

Option D

R - {2, 3}

Explanation

For log(g(x)) to be defined, g(x) must be greater than zero. So, x² - 5x + 6 > 0. Factoring the quadratic gives (x - 2)(x - 3) > 0. Using the wavy curve method or testing intervals: the expression is positive when x 3. Thus, the domain is (-∞, 2) ∪ (3, ∞). Option A is wrong because it's the interval where the quadratic is negative.

Question 18

1 Mark

Find the value of 7^(log₇ 11).

Options

Option A

7

Option B

log 11

Option C is correct

11

Option D

1

Explanation

According to the fundamental identity of logarithms, a^(logₐ x) = x for any x > 0 and base a > 0, a ≠ 1. Applying this here, 7^(log₇ 11) = 11. This is a direct application of the definition of a logarithm as the inverse of exponentiation.

Question 19

1 Mark

If logₓ 256 = 8, then the value of x is:

Options

Option A is correct

2

Option B

4

Option C

16

Option D

32

Explanation

Converting the logarithmic form logₓ 256 = 8 into exponential form, we get x⁸ = 256. We know that 256 = 2⁸. Therefore, x⁸ = 2⁸. Since the exponents are equal, the bases must be equal, so x = 2. Option A is the correct answer.

Question 20

1 Mark

Evaluate the expression: log₂ 3 · log₃ 4 · log₄ 5 · log₅ 8.

Options

Option A

2

Option B is correct

3

Option C

4

Option D

5

Explanation

Using the change of base formula log_a b = (log b / log a), the expression becomes: (log 3 / log 2) * (log 4 / log 3) * (log 5 / log 4) * (log 8 / log 5). Most terms cancel out, leaving (log 8 / log 2). This simplifies to log₂ 8. Since 8 = 2³, log₂ 2³ = 3. Thus, option B is correct.

Question 21

1 Mark

Solve the inequality log₀.₅ (x - 3) < log₀.₅ 5.

Options

Option A

x < 8

Option B is correct

x > 8

Option C

3 < x < 8

Option D

x > 3

Explanation

When the base of a logarithm is between 0 and 1 (as is 0.5), the inequality sign flips when comparing the arguments. So, log₀.₅ (x - 3) 5. This leads to x > 8. Also, for the logarithm to be defined, x - 3 > 0 (x > 3), which is already satisfied by x > 8. Therefore, the solution is x > 8.

Question 22

1 Mark

If log₁₀ 2 = a and log₁₀ 3 = b, then express log₅ 12 in terms of a and b.

Options

Option A is correct

(2a + b) / (1 - a)

Option B

(a + 2b) / (1 - a)

Option C

(2a + b) / a

Option D

(a + b) / (1 - a)

Explanation

Using change of base: log₅ 12 = log₁₀ 12 / log₁₀ 5. Numerator: log₁₀ 12 = log₁₀(2² * 3) = 2log₁₀ 2 + log₁₀ 3 = 2a + b. Denominator: log₁₀ 5 = log₁₀(10/2) = log₁₀ 10 - log₁₀ 2 = 1 - a. Thus, log₅ 12 = (2a + b) / (1 - a). Option A is correct.

Question 23

1 Mark

The value of (1 / log₂ n) + (1 / log₃ n) + (1 / log₄ n) + ... + (1 / log₁₀ n) is:

Options

Option A is correct

log_n (10!)

Option B

log₁₀ (n!)

Option C

1 / log_n (10!)

Option D

log_n (55)

Explanation

Using the property 1 / log_a b = log_b a, the expression transforms to: log_n 2 + log_n 3 + log_n 4 + ... + log_n 10. By the product rule log x + log y = log(xy), this becomes log_n (2 * 3 * 4 * ... * 10). Since 1 * 2 * ... * 10 is 10!, the expression equals log_n (10!). Option A is correct.

Question 24

1 Mark

Find the domain of the function f(x)=log(x3)(x28x+12)f(x) = \log_{(x-3)} (x^2 - 8x + 12).

Options

Option A is correct

(6,)(6, \infty)

Option B

(3,)(3, \infty)

Option C

(3,4)(4,6)(6,)(3, 4) \cup (4, 6) \cup (6, \infty)

Option D

(2,6)(2, 6)

Explanation

To find the domain of the logarithmic function f(x)=logg(x)h(x)f(x) = \log_{g(x)} h(x), we must satisfy three critical conditions:

  1. The argument must be strictly positive: h(x)>0    x28x+12>0h(x) > 0 \implies x^2 - 8x + 12 > 0. Factoring this quadratic, we get (x2)(x6)>0(x-2)(x-6) > 0, which gives x6x 6.
  2. The base must be strictly positive: g(x)>0    x3>0    x>3g(x) > 0 \implies x - 3 > 0 \implies x > 3.
  3. The base cannot be equal to 11: g(x)1    x31    x4g(x) \neq 1 \implies x - 3 \neq 1 \implies x \neq 4.

Now, we find the intersection of these three conditions:

  • From (1), x(,2)(6,)x \in (-\infty, 2) \cup (6, \infty).
  • From (2), x(3,)x \in (3, \infty).
  • From (3), x4x \neq 4.

The intersection of x(3,)x \in (3, \infty) and x(,2)(6,)x \in (-\infty, 2) \cup (6, \infty) is x(6,)x \in (6, \infty). Since all values in (6,)(6, \infty) are already greater than 44, the condition x4x \neq 4 is automatically satisfied. Thus, the domain is (6,)(6, \infty).

Question 25

1 Mark

Evaluate the value of the nested logarithmic expression: log2(log2(log3(log3273)))\log_{2}\left(\log_{2}\left(\log_{3}\left(\log_{3} 27^3\right)\right)\right).

Options

Option A is correct

00

Option B

11

Option C

22

Option D

33

Explanation

We simplify the expression step-by-step from the innermost logarithm outward:

  1. First, simplify the innermost argument: 273=(33)3=3927^3 = (3^3)^3 = 3^9.
  2. Evaluate the innermost logarithm: log3(39)=9log3(3)=9\log_{3}(3^9) = 9 \log_{3}(3) = 9.
  3. Substitute this value back into the next layer: log3(9)=log3(32)=2\log_{3}(9) = \log_{3}(3^2) = 2.
  4. Substitute this value into the next layer: log2(2)=1\log_{2}(2) = 1.
  5. Finally, evaluate the outermost logarithm: log2(1)=0\log_{2}(1) = 0.

Thus, the final value is 00. The other options represent incomplete evaluations or algebra errors.

Question 26

1 Mark

Solve the logarithmic equation for xx: log5(x24x5)=log5(2x10)+1\log_5 (x^2 - 4x - 5) = \log_5 (2x - 10) + 1.

Options

Option A is correct

x=9x = 9 only

Option B

x=5x = 5 and x=9x = 9

Option C

x=5x = 5 only

Option D

No real solution

Explanation

First, we can write the right side of the equation as a single logarithm using the property logba+logbc=logb(ac)\log_b a + \log_b c = \log_b(ac): log5(2x10)+1=log5(2x10)+log55=log5[5(2x10)]=log5(10x50)\log_5 (2x - 10) + 1 = \log_5 (2x - 10) + \log_5 5 = \log_5 [5(2x - 10)] = \log_5 (10x - 50).

Now, equate the arguments of the logarithms on both sides: x24x5=10x50x^2 - 4x - 5 = 10x - 50 x214x+45=0x^2 - 14x + 45 = 0 (x5)(x9)=0    x=5 or x=9(x-5)(x-9) = 0 \implies x = 5 \text{ or } x = 9.

Next, we must check these potential solutions against the domain of the original logarithmic terms:

  • For x=5x = 5, the term log5(2x10)\log_5(2x-10) becomes log5(0)\log_5(0), which is undefined because the argument of a logarithm must be strictly positive. Thus, x=5x = 5 is an extraneous root.
  • For x=9x = 9, both arguments x24x5=81365=40>0x^2-4x-5 = 81-36-5 = 40 > 0 and 2x10=1810=8>02x-10 = 18-10 = 8 > 0 are positive. Thus, x=9x = 9 is the only valid solution.

Question 27

1 Mark

Given that log1020.3010\log_{10} 2 \approx 0.3010, find the number of digits in the integer representation of 5205^{20}.

Options

Option A is correct

1414

Option B

1313

Option C

1515

Option D

2020

Explanation

To find the number of digits of a large number NN, we calculate its common logarithm (base 10). The number of digits is given by log10N+1\lfloor \log_{10} N \rfloor + 1 (the characteristic plus 1).

Let N=520N = 5^{20}. Taking the base-10 logarithm: log10N=log10(520)=20log105\log_{10} N = \log_{10} (5^{20}) = 20 \log_{10} 5.

We rewrite log105\log_{10} 5 using the identity 5=1025 = \frac{10}{2}: log105=log10(102)=log1010log102=10.3010=0.6990\log_{10} 5 = \log_{10}\left(\frac{10}{2}\right) = \log_{10} 10 - \log_{10} 2 = 1 - 0.3010 = 0.6990.

Now, substitute this back: log10N=20×0.6990=13.98\log_{10} N = 20 \times 0.6990 = 13.98.

The characteristic of this value is 1313. Thus, the number of digits is 13+1=1413 + 1 = 14.

Question 28

1 Mark

Solve the logarithmic inequality: log0.5(x25x+6)1\log_{0.5} (x^2 - 5x + 6) \ge -1.

Options

Option A is correct

x[1,2)(3,4]x \in [1, 2) \cup (3, 4]

Option B

x[1,4]x \in [1, 4]

Option C

x(2,3)x \in (2, 3)

Option D

x(,2)(3,)x \in (-\infty, 2) \cup (3, \infty)

Explanation

To solve log0.5(x25x+6)1\log_{0.5} (x^2 - 5x + 6) \ge -1, we must follow two conditions:

  1. Domain Condition: The argument of the logarithm must be positive: x25x+6>0    (x2)(x3)>0    x3x^2 - 5x + 6 > 0 \implies (x-2)(x-3) > 0 \implies x 3.

  2. Inequality Solving: Since the base of the logarithm (0.50.5) is less than 11, the direction of the inequality reverses when removing the logarithm: x25x+6(0.5)1x^2 - 5x + 6 \le (0.5)^{-1} x25x+62x^2 - 5x + 6 \le 2 x25x+40    (x1)(x4)0    1x4x^2 - 5x + 4 \le 0 \implies (x-1)(x-4) \le 0 \implies 1 \le x \le 4.

Now, we find the intersection of these two sets of conditions:

  • Condition 1: x(,2)(3,)x \in (-\infty, 2) \cup (3, \infty)
  • Condition 2: x[1,4]x \in [1, 4]

The intersection is x[1,2)(3,4]x \in [1, 2) \cup (3, 4]. Option B is incorrect because it includes the interval [2,3][2, 3] where the logarithm's argument is non-positive.

Question 29

1 Mark

If n=20!n = 20!, evaluate the sum: 1log2n+1log3n+1log4n++1log20n\frac{1}{\log_2 n} + \frac{1}{\log_3 n} + \frac{1}{\log_4 n} + \dots + \frac{1}{\log_{20} n}.

Options

Option A is correct

11

Option B

00

Option C

20!20!

Option D

2020

Explanation

Using the change-of-base property of logarithms, we know that 1logab=logba\frac{1}{\log_a b} = \log_b a.

Applying this property to each term of the series, we get: logn2+logn3+logn4++logn20\log_n 2 + \log_n 3 + \log_n 4 + \dots + \log_n 20.

Using the product rule for logarithms, logbx+logby=logb(xy)\log_b x + \log_b y = \log_b(xy): =logn(23420)=logn(20!)=lognn= \log_n (2 \cdot 3 \cdot 4 \dots 20) = \log_n (20!) = \log_n n.

Since lognn=1\log_n n = 1, the sum is equal to 11.

Question 30

1 Mark

If logyx=4\log_y x = 4 and log2y=3\log_2 y = 3, find the value of log4(xy2)\log_4\left(\frac{x}{y^2}\right).

Options

Option A is correct

33

Option B

66

Option C

44

Option D

22

Explanation

From the second given equation: log2y=3    y=23=8\log_2 y = 3 \implies y = 2^3 = 8.

Using the first equation: logyx=4    x=y4=(23)4=212\log_y x = 4 \implies x = y^4 = (2^3)^4 = 2^{12}.

Now, evaluate the argument xy2\frac{x}{y^2}: xy2=212(23)2=21226=26\frac{x}{y^2} = \frac{2^{12}}{(2^3)^2} = \frac{2^{12}}{2^6} = 2^6.

We need to find log4(xy2)\log_4\left(\frac{x}{y^2}\right): log4(26)=log22(26)=62log22=3\log_4 (2^6) = \log_{2^2} (2^6) = \frac{6}{2} \log_2 2 = 3.

Hence, the correct option is 33.

Question 31

1 Mark

Find the real value of xx satisfying the equation: log2x+log4x+log16x=7\log_2 x + \log_4 x + \log_{16} x = 7.

Options

Option A is correct

1616

Option B

88

Option C

3232

Option D

44

Explanation

To solve the equation, express all logarithms with the common base 22 using the property logbka=1klogba\log_{b^k} a = \frac{1}{k} \log_b a:

  • log4x=log22x=12log2x\log_4 x = \log_{2^2} x = \frac{1}{2} \log_2 x
  • log16x=log24x=14log2x\log_{16} x = \log_{2^4} x = \frac{1}{4} \log_2 x

Substituting these back into the equation: log2x+12log2x+14log2x=7\log_2 x + \frac{1}{2} \log_2 x + \frac{1}{4} \log_2 x = 7 log2x(1+1214)=7\log_2 x \left(1 + \frac{1}{2} \frac{1}{4}\right) = 7 log2x(74)=7\log_2 x \left(\frac{7}{4}\right) = 7 log2x=4    x=24=16\log_2 x = 4 \implies x = 2^4 = 16.

Since 16>016 > 0, it is a valid solution.

Question 32

1 Mark

If loga,logb\log a, \log b, and logc\log c are in Arithmetic Progression (A.P.), then the positive real numbers a,b,a, b, and cc must be in:

Options

Option A is correct

Geometric Progression (G.P.)

Option B

Arithmetic Progression (A.P.)

Option C

Harmonic Progression (H.P.)

Option D

None of the above

Explanation

Since loga,logb,\log a, \log b, and logc\log c are in A.P., we have the standard A.P. relation: 2logb=loga+logc2 \log b = \log a + \log c.

Using the power and product properties of logarithms: log(b2)=log(ac)\log (b^2) = \log (ac).

By taking the antilog on both sides (since the log function is one-to-one): b2=acb^2 = ac.

This is the precise defining condition for a,b,a, b, and cc to be in Geometric Progression (G.P.).

Question 33

1 Mark

Solve the inequality: logx2(x+2)<1\log_{x^2} (x+2) < 1.

Options

Option A is correct

x(2,1)(1,0)(0,1)(2,)x \in (-2, -1) \cup (-1, 0) \cup (0, 1) \cup (2, \infty)

Option B

x(1,1)(2,)x \in (-1, 1) \cup (2, \infty)

Option C

x(2,)x \in (-2, \infty)

Option D

x(2,)x \in (2, \infty)

Explanation

First, find constraints for base and argument:

  1. Base x2>0x^2 > 0 and x21    x0x^2 \neq 1 \implies x \neq 0 and x±1x \neq \pm 1.
  2. Argument x+2>0    x>2x + 2 > 0 \implies x > -2.

Now, analyze the inequality in two cases based on the value of the base x2x^2:

Case 1: 0<x2x2    x2x2<0    (x2)(x+1)<0    1<x1    x(,1)(1,)0 < x^2 x^2 \implies x^2 - x - 2 < 0 \implies (x-2)(x+1) < 0 \implies -1 < x 1 \implies x \in (-\infty, -1) \cup (1, \infty). Since the base is greater than 1, the inequality sign remains the same: x+20    x2x+2 0 \implies x 2. Intersection with x>2x > -2 and base constraints for Case 2 yields: x(2,1)(2,)x \in (-2, -1) \cup (2, \infty).

Combining both cases, we get: x(2,1)(1,0)(0,1)(2,)x \in (-2, -1) \cup (-1, 0) \cup (0, 1) \cup (2, \infty).

Question 34

1 Mark

Find the value of the trigonometric logarithmic series: log10tan1+log10tan2+log10tan3++log10tan89\log_{10} \tan 1^\circ + \log_{10} \tan 2^\circ + \log_{10} \tan 3^\circ + \dots + \log_{10} \tan 89^\circ.

Options

Option A is correct

00

Option B

11

Option C

12\frac{1}{2}

Option D

Undefined

Explanation

We can use the log sum property logbai=logb(ai)\sum \log_b a_i = \log_b (\prod a_i) to simplify the sum: log10(tan1tan2tan89)\log_{10} (\tan 1^\circ \cdot \tan 2^\circ \dots \tan 89^\circ).

Recall the trigonometric identity tan(90θ)=cotθ\tan(90^\circ - \theta) = \cot \theta. This allows us to pair terms: tan1tan89=tan1cot1=1\tan 1^\circ \cdot \tan 89^\circ = \tan 1^\circ \cdot \cot 1^\circ = 1. Similarly, tan2tan88=1\tan 2^\circ \cdot \tan 88^\circ = 1, and so on up to tan44tan46=1\tan 44^\circ \cdot \tan 46^\circ = 1. The middle term left unpaired is tan45=1\tan 45^\circ = 1.

Therefore, the entire product inside the logarithm simplifies to 11: log10(1)=0\log_{10}(1) = 0.

Question 35

1 Mark

Evaluate the value of: 3log455log433^{\log_4 5} - 5^{\log_4 3}.

Options

Option A is correct

00

Option B

11

Option C

22

Option D

3log453^{\log_4 5}

Explanation

We use the fundamental swap property of logarithms: alogbc=clogbaa^{\log_b c} = c^{\log_b a}.

Let's apply this identity to the first term, 3log453^{\log_4 5}: By swapping the base of the exponent (33) and the argument of the logarithm (55), we get: 3log45=5log433^{\log_4 5} = 5^{\log_4 3}.

Thus, the expression 3log455log433^{\log_4 5} - 5^{\log_4 3} simplifies to: 5log435log43=05^{\log_4 3} - 5^{\log_4 3} = 0.

Question 36

1 Mark

Determine the number of real solutions of the equation: log2(x23x)=2\log_2(x^2 - 3x) = 2.

Options

Option A is correct

22

Option B

11

Option C

00

Option D

44

Explanation

Convert the logarithmic equation into its exponential equivalent: x23x=22x^2 - 3x = 2^2 x23x=4x^2 - 3x = 4 x23x4=0x^2 - 3x - 4 = 0.

Factorizing the quadratic equation: (x4)(x+1)=0    x=4 or x=1(x - 4)(x + 1) = 0 \implies x = 4 \text{ or } x = -1.

Now, verify both solutions in the original domain of the logarithm, which requires x23x>0x^2 - 3x > 0:

  • For x=4x = 4: 423(4)=1612=4>04^2 - 3(4) = 16 - 12 = 4 > 0 (Valid).
  • For x=1x = -1: (1)23(1)=1+3=4>0(-1)^2 - 3(-1) = 1 + 3 = 4 > 0 (Valid).

Since both yield positive arguments, there are exactly 22 valid real solutions.

Question 37

1 Mark

If log32log43log54logn(n1)=110\log_3 2 \cdot \log_4 3 \cdot \log_5 4 \dots \log_{n} (n-1) = \frac{1}{10}, find the value of nn.

Options

Option A is correct

10241024

Option B

512512

Option C

20482048

Option D

10001000

Explanation

Using the change-of-base formula, we write logab=logbloga\log_a b = \frac{\log b}{\log a}: log2log3log3log4log4log5log(n1)logn=110\frac{\log 2}{\log 3} \cdot \frac{\log 3}{\log 4} \cdot \frac{\log 4}{\log 5} \dots \frac{\log (n-1)}{\log n} = \frac{1}{10}.

Notice that the terms cancel out telescopically:

  • The denominator log3\log 3 cancels with the next numerator log3\log 3.
  • The denominator log4\log 4 cancels with the next numerator log4\log 4, and so on.

After all cancellations, only the first numerator and the last denominator remain: log2logn=110    logn2=110\frac{\log 2}{\log n} = \frac{1}{10} \implies \log_n 2 = \frac{1}{10}.

In exponential form, this is: n1/10=2    n=210=1024n^{1/10} = 2 \implies n = 2^{10} = 1024.

Question 38

1 Mark

If a,b,a, b, and cc are distinct positive real numbers different from 11 such that a2+b2=c2a^2 + b^2 = c^2, find the value of 1logc+ba+1logcba\frac{1}{\log_{c+b} a} + \frac{1}{\log_{c-b} a}.

Options

Option A is correct

22

Option B

11

Option C

00

Option D

12\frac{1}{2}

Explanation

First, apply the change-of-base reciprocal rule 1logxy=logyx\frac{1}{\log_x y} = \log_y x to rewrite the terms: loga(c+b)+loga(cb)\log_a (c+b) + \log_a (c-b).

Using the product property of logarithms: =loga[(c+b)(cb)]=loga(c2b2)= \log_a [(c+b)(c-b)] = \log_a (c^2 - b^2).

We are given the Pythagorean identity relation a2+b2=c2    c2b2=a2a^2 + b^2 = c^2 \implies c^2 - b^2 = a^2.

Substitute a2a^2 into the expression: =loga(a2)=2logaa=2= \log_a (a^2) = 2 \log_a a = 2.