document.write( "Question 1075860: please help me solve this
\n" );
document.write( "using substitution y=3^X, solve the equation 3^x=2+3^-x. \n" );
document.write( "
Algebra.Com's Answer #690508 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve the equation 3^x=2+3^-x. \n" ); document.write( "---------- \n" ); document.write( "3^x = 2 + 3^-x \n" ); document.write( "3^x - 2 - 3^-x = 0 \n" ); document.write( "Mutliply thru by 3^x \n" ); document.write( "3^(2x) - 2*3^x - 1 = 0 \n" ); document.write( "Sub y for 3^x \n" ); document.write( "y^2 - 2y - 1 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "Ignore the negative solution \n" ); document.write( "3^x = 1 + sqrt(2) \n" ); document.write( "========== \n" ); document.write( "x*log(3) = log(1 + sqrt(2)) \n" ); document.write( "x = log(1 + sqrt(2))/log(3) \n" ); document.write( "x =~ 0.80226 \n" ); document.write( " |