|
Solution

The Solution To Our Monthly Puzzler:
1/6(6^(x)+6^(-x))=2
6^(x)+6^(-x)=12      Multiply by 6
(6^(x))/1 + 1/6^(x)=12      Rewrite
6^(2x)+1/6^(x)=12      find common denominator and add
6^(2x)+1=72^(x)      multiply both sides
Here's the tricky part. This equation is a hidden quadratic and could be expressed as
(6^(x))^2 -12(6^(x))+1=0
we're gonna treat it like a quadratic and use the quadratic formula, only with 6^x instead of x.
6^x=(-12(+-)Sqrt((-12)^2 -4(1)(1))/2(1)
6^x= 6(+-)Sqrt(35)     Simplify
xLog 6=Log(6(+-)Sqrt(35))     Log properties
xLog 6/Log6=(Log(6(+-)Sqrt(35)))/Log 6      Divide by 6
X= approx. 1.383, -1.383
Discuss
|