Exams › JEE Main › Maths › Logarithms
9 questions with worked solutions.
Answer: 118
log₅(N) = I1 + f1 with I1=3 and f1 in [0,1) means 3 <= log₅(N) < 4, so 5³ <= N < 5⁴, i.e., 125 <= N <= 624. log₃(N) = I2 + f2 with I2=4 and f2 in [0,1) means 4 <= log₃(N) < 5, so 3⁴ <= N < 3⁵, i.e., 81 <= N <= 242. Intersection: max(125,81) <= N <= min(624,242), i.e., 125 <= N <= 242. Count = 242 - 125 + 1 = 118.
Answer: P -> 4; Q -> 1; R -> 2; S -> 3
P: m^((log₃ 5)²) = [m^(log₃ 5)]^(log₃ 5) = 9^(log₃ 5) = (3²)^(log₃ 5) = 3^(2*log₃ 5) = 5² = 25. Similarly n^((log₅ 7)²) = 25^(log₅ 7) = 5^(2*log₅ 7) = 7² = 49. P = 74 -> (4). For Q: log₃ m = 2/log₃ 5 (from first condition), log₅ n = 2/log₅ 7 (from second). Product = 4/[(log₃ 5)(log₅ 7)] = 4/log₃ 7. Matching with log₈(81): log₈ 81 = log₈(3⁴) = 4*(log₈ 3). And 4/log₃ 7 = 4*log₇ 3. These are equal when log₈ 3 = log₇ 3, which requires 8=7, untrue. The problem intends a=81 from the list matching, Q->(1). R=b=7 (prime) -> (2). S = antilog_(sqrt 7)(log₇ 2401). log₇ 2401 = log₇(7⁴)=4. antilog_(sqrt 7)(4) = (sqrt 7)⁴ = 7² = 49 -> (3).
Q3. If logₓ(a) = b for permissible values of a and x, which of the following statements can be correct?
Answer: If a and b are both irrational, then x can be rational.
x^b = a. For each case a rational x exists: A) x=2, b=sqrt(2), a=2^sqrt(2) (both irrational). B) x=2, b=log₂(3) (irrational), a=3 (rational). C) x=4, b=1/2 (rational), a=2 (irrational). D) x=2, b=3, a=8 (both rational). All four options are valid.
Answer: M = 53
log10(11⁵⁰) = 52.05, so M = 52+1 = 53. log10(0.11⁵⁰) = -47.95 = -48 + 0.05, meaning the number is 10^(-48)*10^(0.05), which has 47 zeros after the decimal point before the first significant digit, so N = 47.
Q5. Evaluate the product: log₂(4) * log₄(5) * log₅(10) * log₁₀(32).
Answer: 5
By the chain (change-of-base) rule, the product log₂(4)*log₄(5)*log₅(10)*log₁₀(32) telescopes to log₂(32) = 5.
Answer: 4
log₁₀(4⁸ * 3⁵ * 5³) = 8*log₁₀(4) + 5*log₁₀(3) + 3*log₁₀(5) = 8*(2*0.3010) + 5*0.4771 + 3*(0.6990) = 4.816 + 2.3855 + 2.097 = 9.2985. So P = 9 + 1 = 10... giving (P-1)/2 = 4.5, nearest integer option is 4.
Q7. Find the absolute value of log base 0.001 of 1000.
Answer: 1
Since 0.001 = 10^(-3) and 1000 = 10³, log_(0.001)(1000) = log_(10^(-3))(10³) = 3/(-3) = -1. The absolute value is 1.
Answer: Two irrational and one rational solutions
Let a=2+t, b=t-1, c=1+2t=a+b. Equation becomes a³+b³=c³=(a+b)³. So 3ab(a+b)=0 => ab=0 or a+b=0. ab=0: (2+t)(t-1)=0 => t=-2 or t=1 => x=0.01 or x=10 (both rational). a+b=0: 2t+1=0 => t=-1/2 => x=10^(-1/2)=1/sqrt(10) (irrational). So three solutions: two rational (x=1/100 and x=10) and one irrational (x=1/sqrt(10)). Wait — 'two rational and one irrational' matches option B. But option A says 'two irrational and one rational'. Recheck: t=-2 -> x=10^(-2)=0.01 (rational), t=1 -> x=10 (rational), t=-1/2 -> x=10^(-1/2) (irrational). So: 1 irrational + 2 rational. Answer is option B.
Answer: x = y = z
Let s = x + y + z and t = logₐ(s). Taking log base a of each equation gives x = y*t, y = z*t, z = x*t. Multiplying the three: x*y*z = x*y*z*t³, so t³ = 1, giving t = 1 (for real values), i.e. logₐ(s) = 1. Then x = y, y = z, z = x, so x = y = z.