Skip to main contentSkip to solution

If a, b and c are positive real numbers such that a>10≥b≥ca > 10 \ge b \ge c and log⁡8(a+b)log⁡2c+log⁡27(a−b)log⁡3c=23\frac{\log_8(a+b)}{\log_2 c} + \frac{\log_{27}(a - b)}{\log_3 c} = \frac{2}{3}, then the greatest possible integer value of a is

Entered answer:

Solution

✅ Correct Answer: 14

Given Information:

  • aa, bb, and cc are positive real numbers
  • a>10≥b≥ca > 10 \geq b \geq c
  • log⁡8(a+b)log⁡2c+log⁡27(a−b)log⁡3c=23\frac{\log_8(a+b)}{\log_2 c} + \frac{\log_{27}(a - b)}{\log_3 c} = \frac{2}{3}

The bases 8 and 27 look intimidating, but here's the key insight: both are perfect powers of simpler numbers.

Since 8=238 = 2^3 and 27=3327 = 3^3, we can use the property:

log⁡an(x)=1nlog⁡a(x)\log_{a^n}(x) = \frac{1}{n}\log_a(x)

This gives us:

  • log⁡8(a+b)=log⁡23(a+b)=13log⁡2(a+b)\log_8(a+b) = \log_{2^3}(a+b) = \frac{1}{3}\log_2(a+b)
  • log⁡27(a−b)=log⁡33(a−b)=13log⁡3(a−b)\log_{27}(a-b) = \log_{3^3}(a-b) = \frac{1}{3}\log_3(a-b)

When the base is a power, we can "bring down" the exponent as a fraction in front.


Our equation becomes:

13log⁡2(a+b)log⁡2c+13log⁡3(a−b)log⁡3c=23\frac{\tfrac{1}{3}\log_2(a+b)}{\log_2 c} + \frac{\tfrac{1}{3}\log_3(a-b)}{\log_3 c} = \frac{2}{3}

Factor out 13\frac{1}{3}:

13(log⁡2(a+b)log⁡2c+log⁡3(a−b)log⁡3c)=23\frac{1}{3}\left(\frac{\log_2(a+b)}{\log_2 c} + \frac{\log_3(a-b)}{\log_3 c}\right) = \frac{2}{3}

log⁡2(a+b)log⁡2c+log⁡3(a−b)log⁡3c=2\frac{\log_2(a+b)}{\log_2 c} + \frac{\log_3(a-b)}{\log_3 c} = 2


Here's a powerful property: log⁡a(x)log⁡a(y)=log⁡y(x)\frac{\log_a(x)}{\log_a(y)} = \log_y(x)

This comes from the change of base formula. When we have the same base in numerator and denominator, we can "flip" the denominator to become the new base.

Applying this:

  • log⁡2(a+b)log⁡2c=log⁡c(a+b)\frac{\log_2(a+b)}{\log_2 c} = \log_c(a+b)
  • log⁡3(a−b)log⁡3c=log⁡c(a−b)\frac{\log_3(a-b)}{\log_3 c} = \log_c(a-b)

Our equation becomes:

log⁡c(a+b)+log⁡c(a−b)=2\log_c(a+b) + \log_c(a-b) = 2


Using the property log⁡a(x)+log⁡a(y)=log⁡a(xy)\log_a(x) + \log_a(y) = \log_a(xy):

log⁡c((a+b)(a−b))=2\log_c((a+b)(a-b)) = 2


(a+b)(a−b)=a2−b2(a+b)(a-b) = a^2 - b^2 (difference of squares)

So: log⁡c(a2−b2)=2\log_c(a^2 - b^2) = 2


If log⁡c(x)=2\log_c(x) = 2, then by definition: c2=xc^2 = x

Therefore: c2=a2−b2c^2 = a^2 - b^2

a2=b2+c2a^2 = b^2 + c^2

This is our key relationship!


To find the greatest possible integer value of aa, we need to maximize a2=b2+c2a^2 = b^2 + c^2.

From our constraints a>10≥b≥ca > 10 \geq b \geq c:

  • To maximize b2b^2, we choose b=10b = 10 (the maximum allowed)
  • To maximize c2c^2, we choose c=10c = 10 (since b≥cb \geq c allows c=b=10c = b = 10)

Therefore:

a2=102+102=100+100=200a^2 = 10^2 + 10^2 = 100 + 100 = 200

a=200=100×2=102≈14.14a = \sqrt{200} = \sqrt{100 \times 2} = 10\sqrt{2} \approx 14.14


Let's check: a=102≈14.14>10a = 10\sqrt{2} \approx 14.14 > 10

Since we need the greatest possible integer value, and a≈14.14a \approx 14.14, the answer is 14.

Key Insight: This problem transforms a complex logarithmic equation into a simple Pythagorean-like relationship a2=b2+c2a^2 = b^2 + c^2, then uses constraint optimization to find the maximum value.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question