document.write( "Question 1074814: Solving exponential and logarithmic equations.
\n" );
document.write( "Solve the equation. Then check for extraneous solutions. 2(3)exponent 2x = 5 \n" );
document.write( "
Algebra.Com's Answer #689466 by Boreal(15235) You can put this solution on YOUR website! 2*3^(2x)=5. This is how I interpret the equation. \n" ); document.write( "3^(2x)=2.5 \n" ); document.write( "2x log 3=log 2.5 \n" ); document.write( "2x=log (2.5)/log (3) \n" ); document.write( "2x=0.8340 \n" ); document.write( "x=0.4170 \n" ); document.write( "3^(0.8340)=2.5 as a check \n" ); document.write( " |