document.write( "Question 408961: This one is really stumping me... Havent got into the ln function yet, only using log base 10 at this point\r
\n" );
document.write( "\n" );
document.write( "Solve the following exponential equation using logarithms:
\n" );
document.write( "(3^2x)-(3^x)=216 \n" );
document.write( "
Algebra.Com's Answer #288007 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! (3^2x)-(3^x)=216 \n" ); document.write( "Sub w for 3^x \n" ); document.write( "--> w^2 - w - 216 = 0 \n" ); document.write( "w = 1/2 + sqrt(865)/2 (the 2nd solution is negative, and can't be used) \n" ); document.write( "Sub back \n" ); document.write( "3^x = 1/2 ± sqrt(865)/2 \n" ); document.write( "3^x =~ 15.20544 \n" ); document.write( "x*log(3) = log(15.20544) \n" ); document.write( "x = log(15.20544)/log(3) \n" ); document.write( "x =~ 2.477 \n" ); document.write( "------------------- \n" ); document.write( " |