SOLUTION: Solve the exponential equation. 6^x-48*6^-x=2. What is the exact solution. What is the decimal approximation for the solution. Show all work.
Algebra ->
Exponential-and-logarithmic-functions
-> SOLUTION: Solve the exponential equation. 6^x-48*6^-x=2. What is the exact solution. What is the decimal approximation for the solution. Show all work.
Log On
Question 639939: Solve the exponential equation. 6^x-48*6^-x=2. What is the exact solution. What is the decimal approximation for the solution. Show all work. Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! 6^x-48*6^-x=2
------------------
Multiply by 6^x
Sub y for 6^x
(y-8)*(y+6) = 0
y = -6 --> 6^x = -6 not allowed.
-----------
y = 8 --> 6^x = 8
x*log(6) = log(8)
x = log(8)/log(6)
or
-----------------
x =~ 1.160558
=================
After doing this, I see I could have made it simpler:
Sub y here
y - (48/y) = 2
etc