Answer:
x = -2
Explanation:
You want to solve 3^x = 1/9.
Solution
Assuming you recognize that 9 = 3·3 = 3², you can make use of the rules of exponents to rewrite 1/9 and match exponents:
Matching exponents of 3 tells you ...
x = -2
Alternate solution
Exponential equations can often be solved using logarithms.
x·log(3) = log(1/9)
x = log(1/9)/log(3) = -2
Or you can rewrite the logarithm using the rules for that:
x = (log(1) -log(9))/log(3) = (0 -log(3²))/log(3)
= (0 -2·log(3))/log(3)
x = -2
__
Additional comment
The relevant rule of exponents is ...
1/a^b = a^-b
The relevant rules of logarithms are ...
log(a/b) = log(a) -log(b)
log(a^b) = b·log(a)
log(1) = 0
Matching exponents of 3 is equivalent to taking the logarithm, base 3.
<95141404393>