7(3^(x+1)) = 2 + 3 / 3^x
In the form a - log(b, 3) where a and b are natural numbers.
The answer is 1 - log(7,3)
Which I found by trial and error
Solve for x :
7 3^(x + 1) = 3^(1 - x) + 2
Multiply both sides by 3^(x - 1):
7 3^(2 x) = 2 3^(x - 1) + 1
Subtract 2 3^(x - 1) + 1 from both sides:
-1 - 2 3^(x - 1) + 7 3^(2 x) = 0
The left hand side factors into a product with three terms:
1/3 (7 3^x - 3) (3^(x + 1) + 1) = 0
Multiply both sides by 3:
(7 3^x - 3) (3^(x + 1) + 1) = 0
Split into two equations:
7 3^x - 3 = 0 or 3^(x + 1) + 1 = 0
Add 3 to both sides:
7 3^x = 3 or 3^(x + 1) + 1 = 0
Divide both sides by 7:
3^x = 3/7 or 3^(x + 1) + 1 = 0
Take the logarithm base 3 of both sides:
x = -(log(7/3))/(log(3)) or 3^(x + 1) + 1 = 0
Subtract 1 from both sides:
x = -(log(7/3))/(log(3)) or 3^(x + 1) = -1
3^(x + 1) = -1 has no solution since for all z element R, 3^z>0 and -1<0:
x = -(log(7/3))/(log(3))
I greatly appreciate your answer, but the answer must be in the form a - log(b, 3).
Where a and b are natural whole Numbers.
I’ve found that a = 1 and b = 7 by trial and error.