Question:medium

If $\log_3 2, \log_3(2^x-5), \log_3(2^x-\frac{7}{2})$ are in an arithmetic progression, then the value of x is equal to _________.

Show Hint

When solving logarithmic equations, always remember to check your final solutions against the domain of the original logarithms. Solutions that make any argument less than or equal to zero are extraneous and must be discarded.
Updated On: Feb 13, 2026
Show Solution

Correct Answer: 3

Solution and Explanation

To determine the value of \( x \) such that \(\log_3 2, \log_3(2^x-5), \log_3\left(2^x-\frac{7}{2}\right)\) are in an arithmetic progression (AP), let's analyze the problem using properties of logarithms and the definition of an arithmetic progression.

In an AP, the difference between consecutive terms is constant. Therefore, the following condition must hold:
\((\log_3(2^x-5) - \log_3 2) = (\log_3\left(2^x-\frac{7}{2}\right) - \log_3(2^x-5))\).

Rearrange and simplify:
\(\log_3(2^x-5) - \log_3 2 = \log_3\left(2^x-\frac{7}{2}\right) - \log_3(2^x-5)\).
Using logarithmic identities: \(\log_b(m) - \log_b(n) = \log_b\left(\frac{m}{n}\right)\), we substitute:
\(\log_3\left(\frac{2^x-5}{2}\right) = \log_3\left(\frac{2^x-\frac{7}{2}}{2^x-5}\right)\).

Equating the arguments of the logarithms since the bases are identical:
\(\frac{2^x-5}{2} = \frac{2^x-\frac{7}{2}}{2^x-5}\).
Cross-multiply to solve for \( x \):
\((2^x-5)^2 = 2 \times \left(2^x-\frac{7}{2}\right)\).
Simplify and expand both sides:
\((2^x - 5)^2 = 2(2^x) - 7\).
Expanding the left side, we have:
\(4^x - 10 \times 2^x + 25 = 2 \times 2^x - 7\).
Combine like terms:
\(4^x - 12 \times 2^x + 32 = 0\).
Substitute \( y = 2^x \), yielding a quadratic equation: \( y^2 - 12y + 32 = 0\).
Solve the quadratic equation using the quadratic formula: \( y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \), where \( a = 1, b = -12, c = 32 \).
\( y = \frac{12 \pm \sqrt{144 - 128}}{2} = \frac{12 \pm \sqrt{16}}{2} = \frac{12 \pm 4}{2}\).
This gives two solutions: \( y = 8 \) or \( y = 4 \).
Since \( y = 2^x \), equating each solution:
If \( y = 8 \), then \( 2^x = 8 \Rightarrow x = 3 \).
If \( y = 4 \), then \( 2^x = 4 \Rightarrow x = 2 \).
Confirm the values and choose the one in the specified range [3,3]. Thus, the valid answer is \( x = 3 \), satisfying the AP condition.

The value of \( x \) is 3. It confirms the arithmetic progression and lies within the given range.
Was this answer helpful?
0