Questions & Answers: "Logarithm"

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

Want to Test Your Knowledge?

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

Take Topic Quiz

Filter by Source

Extra Practice

21 Questions
1.

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

Options

(1, 5)

(1, 2) ∪ (2, 5)

[1, 5]

(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).

2.

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

Options

4

-2

2

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.

3.

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

Options

1

0

log₁₀(30)

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.

4.

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

Options

3

4

6

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.

5.

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

Options

0.7781

0.1761

0.1505

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.

6.

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

Options

8

15

10

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.

7.

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

Options

15

16

50

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.

8.

Which of the following is equivalent to log_b a?

Options

(log_c a) / (log_c b)

log_c (a - b)

log_c a * log_c b

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.

9.

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

Options

x > 5

1 < x < 5

x < 5

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.

10.

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

Options

Geometric Progression

Arithmetic Progression

Harmonic Progression

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.

11.

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

Options

x = 2^9

x = 512

x = 8

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).

12.

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

Options

15

16

17

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.

13.

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

Options

x = 3

x = -3

x = ±3

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.

14.

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

Options

9

-9

3

-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.

15.

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

Options

(2, 3)

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

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

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.

16.

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

Options

7

log 11

11

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.

17.

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

Options

2

4

16

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.

18.

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

Options

2

3

4

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.

19.

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

Options

x < 8

x > 8

3 < x < 8

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.

20.

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

Options

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

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

(2a + b) / a

(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.

21.

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

Options

log_n (10!)

log₁₀ (n!)

1 / log_n (10!)

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.