Question 727931
<pre>
There are TWO solutions for x, not just one.  To do this you
need to know the change of base formula {{{log(b,a) = log(c,a)/log(c,b)}}}

and the definition of a logarithm:  {{{log(b,a)=c}}} where c is the exponent to
which base b must be raised to give a.  That is {{{log(b,a)=c}}} is equivalent
to the equation {{{a=b^c}}}  


log<sub>3</sub>x + log<sub>x</sub>9 = 3

Use the change of base formula on the second term:

log<sub>3</sub>x + {{{log(3,9)/log(3,x)}}} = 3

Multiply through by log<sub>3</sub>x

(log<sub>3</sub>x)² + log<sub>3</sub>9 = 3·log<sub>3</sub>x

log<sub>3</sub>9 = 2 since the exponent to which the base 3 must be
raised to give 9 is the exponent 2, since 3² = 9 

(log<sub>3</sub>x)² + 2 = 3·log<sub>3</sub>x

(log<sub>3</sub>x)² - 3·log<sub>3</sub>x + 2 = 0

That factors as a quadratic in log<sub>3</sub>x

(log<sub>3</sub>x - 2)(log<sub>3</sub>x - 1) = 0

Use the zero-factor property:

log<sub>3</sub>x - 2 = 0;   log<sub>3</sub>x - 1 = 0;
    log<sub>3</sub>x = 2;       log<sub>3</sub>x = 1;
        x = 3<sup>2</sup>          x = 3<sup>1</sup>
        x = 9           x = 3

Two solutions: 9 and 3.

Checking x = 9

log<sub>3</sub>x + log<sub>x</sub>9 = 3
log<sub>3</sub>9 + log<sub>9</sub>9 = 3
  2 + 1 = 3
      3 = 3

Checking x = 3

log<sub>3</sub>x + log<sub>x</sub>9 = 3
log<sub>3</sub>3 + log<sub>3</sub>9 = 3
  1 + 2 = 3
      3 = 3

Both answers check.

Edwin</pre>