A logarithm expresses the power to which a number (the base) must be raised to obtain another number. It provides a compact way to represent very large or very small numbers and converts multiplicative relationships into additive ones, which is useful in many branches of science, engineering and competitive examinations.
The formal definition is:
If b is a positive real number not equal to 1 and a is a positive real number, by = a ⇔ log b a = y.

In plain words: a logarithm answers the question "How many times is the base multiplied by itself to get the argument?"
Example: How many 3's must be multiplied to obtain 27?
3 × 3 × 3 = 27, so 3 is used three times. Hence:
log3(27) = 3

Let a, b be positive real numbers and a ≠ 1. If ax = b then
logab = x
Example:
35 = 243 ⇔ log3243 = 5

Characteristic: the integral (integer) part of a logarithm.
Mantissa: the fractional (decimal) part of a logarithm; always non-negative in common use.
Example: log 3274 = 3.5150 → characteristic = 3, mantissa = 0.5150.

The principal algebraic rules are the Product, Quotient and Power rules, together with the change-of-base and base-switch relations. For calculus, derivatives and integrals of logarithms are often used.
Useful compact identities (always helpful in manipulations):
Question 1: If log2X + log4X = log0.25√6 and x > 0, then x is:
A. 6-1/6 B. 61/6 C. 3-1/3 D. 61/3
Correct Answer is Option (A).
Solution (clean, stepwise):
log2x + log4x = log0.25√6
Rewrite log4x as log2x / log24 = (1/2)·log2x.
Left side becomes log2x + (1/2)·log2x = (3/2)·log2x.
Right side: log0.25√6 = log1/4(61/2) = (1/2)·log1/46.
Since log1/46 = log26 / log2(1/4) = log26 / (-2) = -(1/2)·log26.
Thus right side = (1/2)·(-(1/2)·log26) = -(1/4)·log26.
So (3/2)·log2x = -(1/4)·log26.
Multiply both sides by 4:
6·log2x = -log26.
log2x = -(1/6)·log26 = log2(6-1/6).
Therefore x = 6-1/6.
Question 2: log9(3·log2(1 + log3(1 + 2log2x))) = 1/2. Find x.
A. 4
B. 1/2
C. 1
D. 2
Correct Answer is Option (D).
Solution (stepwise):
Given log9(3·log2(1 + log3(1 + 2log2x))) = 1/2.
Raise 9 to both sides: 3·log2(1 + log3(1 + 2log2x)) = 91/2 = 3.
Therefore log2(1 + log3(1 + 2log2x)) = 1.
So 1 + log3(1 + 2log2x) = 2.
Hence log3(1 + 2log2x) = 1 ⇒ 1 + 2log2x = 3.
2log2x = 2 ⇒ log2x = 1 ⇒ x = 2.
Question 3: If 22x+4 - 17 × 2x+1 = -4, then which of the following is true?
A. x is a positive value
B. x is a negative value
C. x can be either a positive value or a negative value
D. None of these
Correct Answer is Option (C).
Solution (stepwise):
Let y = 2x+1.
Then 22x+4 = 22(x+1)+2 = 4·(22(x+1)) = 4·(2x+1)2 = 4y2.
Equation becomes 4y2 - 17y = -4 ⇒ 4y2 - 17y + 4 = 0.
Factor: (4y - 1)(y - 4) = 0 ⇒ y = 1/4 or y = 4.
So 2x+1 = 1/4 ⇒ x + 1 = -2 ⇒ x = -3 (negative).
Or 2x+1 = 4 ⇒ x + 1 = 2 ⇒ x = 1 (positive).
Therefore x may be positive or negative. Hence option (C).
Question 4: If log1227 = a, log916 = b, find log8108
A.
B.
C.
D.
Correct Answer is Option (D).
Solution (stepwise):
log8108 = log8(4·27) = log84 + log827.
log84 = log24 / log28 = 2 / 3 = 2/3.
Write log827 = log227 / log28 = (log233) / 3 = (3·log23) / 3 = log23.
We have log916 = b ⇒ log34 = b ⇒ log23 = 2 / b (using change of base relations shown by the given intermediate steps).
Thus log827 = 2/b, and log8108 = 2/3 + 2/b, which matches option (D).








Question 5:

If a, b are integers such that x = a, and x = b satisfy this inequation, find the maximum possible value of a - b.
A. 214
B. 216
C. 200
D. 203
Correct Answer is Option (A).
Solution (stepwise):
Given the inequality leads to 3 < log3x < 5.
So 27 < x < 243.
Integer x values satisfying this are 28, 29, ..., 242.
To maximise a - b where a and b are integer solutions, pick a = 242 (largest) and b = 28 (smallest).
Maximum a - b = 242 - 28 = 214.


Question 6: log5x = a (i.e. log base 5 of x equals a) and log20x = b. What is logx10 ?

B. (a + b) * 2ab
C.
D.
Correct Answer is Option (A).
Solution (stepwise):
Given log5x = a ⇒ logx5 = 1/a.
Given log20x = b ⇒ logx20 = 1/b.
Note logx10 = logx(20/2) = logx20 - logx2 = 1/b - logx2.
Also logx2 = logx10 - logx5 = logx10 - 1/a (rearrange useful relations).
Solving the system (using the relations and simple algebra) gives logx10 = (a + b) / (2ab).






Question 7: log3x + logx3 = 17/4. Find x.
A. 34
B. 31/8
C. 31/4
D. 31/3
Correct Answer is Option (C).
Solution (stepwise):
Let y = log3x. Then logx3 = 1/y.
Equation becomes y + 1/y = 17/4.
Multiply by y: y2 + 1 = (17/4)·y.
Rearrange: 4y2 - 17y + 4 = 0.
Solve quadratic: y = 4 or y = 1/4.
If y = 4 ⇒ log3x = 4 ⇒ x = 34.
If y = 1/4 ⇒ log3x = 1/4 ⇒ x = 31/4.
Both values satisfy the original equation, so x can be 34 or 31/4. The option given as correct is 31/4 (option C) per the original solution block.


Question 8: logxy + logyx2 = 3. Find logxy3.
A. 4
B. 3
C. 31/2
D. 31/16
Correct Answer is Option (B).
Solution (stepwise):
Let a = logxy. Then logyx = 1/a.
Note logyx2 = 2·logyx = 2·(1/a).
Equation becomes a + 2·(1/a) = 3.
Multiply by a: a2 - 3a + 2 = 0.
Factor: (a - 1)(a - 2) = 0 ⇒ a = 1 or a = 2.
If a = 2 ⇒ logxy = 2 ⇒ logxy3 = 3·2 = 6.
If a = 1 ⇒ logxy = 1 ⇒ logxy3 = 3·1 = 3.
Both values arise, but the in the options we have only 3 (option B).
Question 9: log24 · log48 · log816 · ... (nth term) = 49. What is n?
A. 49
B. 48
C. 34
D. 24
Correct Answer is Option (B).

Question 10: If 33 + 6 + 9 + ... + 3x = 3-3 * -66, what is the value of x?
A. 3
B. 6
C. 7
D. 11
Correct Answer is Option (D).



Question 11: x, y, z are three integers in geometric progression such that y - x is a perfect cube. Given log36x2 + log6√y + log216y1/2z = 6. Find x + y + z.
A. 189
B. 190
C. 199
D. 201
Correct Answer is Option (A).
Solution (stepwise):
Simplify each logarithm to base 6:
log36x2 = log62x2 = (1/2)·log6x2 = log6x.
log6√y = (1/2)·log6y.
log216y1/2z = log63(y1/2z) = (1/3)·log6(y1/2z) = (1/3)( (1/2)·log6y + log6z ).
Combining and simplifying leads to log6(xyz) = 6 ⇒ xyz = 66 = (62)3.
Since x, y, z are in G.P., let x = a, y = ar, z = ar2
⇒ xyz = a3r3 = (ar)3 = (62)3.
So ar = 62 = 36. Possible positive integer pairs (a, r) giving ar = 36 are: (1,36), (2,18), (3,12), (4,9), (9,4), (12,3), (18,2), (36,1).
We need y - x = ar - a = a(r - 1) to be a perfect cube.
Checking the list, only (a, r) = (9, 4) gives a(r - 1) = 9·3 = 27 = 33 (a perfect cube).
Thus x = 9, y = 36, z = 144 ⇒ x + y + z = 9 + 36 + 144 = 189.

Question 12: 10log(3 - 10log y) = log2(9 - 2y), Solve for y.
A. 0
B. 3
C. 0 and 3
D. none of these
Correct Answer is Option (D).
Solution (stepwise):
Remember the domain: arguments of logarithms must be positive.
From the equation, take base 10 logarithm interpretation to get 3 - y = log2(9 - 2y); thus 3 - y > 0 ⇒ y < 3.
Raise base 2: 23-y = 9 - 2y.
Let t = 2y ⇒ 23/t = 9 - t ⇒ 8 = 9t - t2 ⇒ t2 - 9t + 8 = 0.
Solve: t = 1 or t = 8
⇒ 2y = 1
⇒ y = 0, or 2y = 8 ⇒ y = 3.
But both y = 0 and y = 3 violate the domain condition 3 - y > 0 (y < 3) or the original log arguments (one would make an internal log zero or negative). Hence none of the candidate values satisfy all domain restrictions.
Therefore the correct option is none of these.

Question 13: 46 + 12 + 18 + 24 + ... + 6x = (0.0625)-84, what is the value of x?
A. 7
B. 6
C. 9
D. 12
Correct Answer is Option (A).
Solution (stepwise):


205 videos|287 docs|137 tests |
| 1. What are the different types of logarithms? | ![]() |
| 2. What are some important logarithm rules to remember? | ![]() |
| 3. What are some key logarithm properties to be aware of? | ![]() |
| 4. What are characteristics and mantissa in logarithms? | ![]() |
| 5. How can logarithms be used for important conversions and calculations? | ![]() |