document.write( "Question 197861: I need to use the change of base formula to solve 3^2x=15 \n" ); document.write( "
Algebra.Com's Answer #148379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 3^2x=15 \n" ); document.write( "--------- \n" ); document.write( "To solve for x: \n" ); document.write( "log(3^2x) = log(15) common logs, base 10. Natural logs would work too. \n" ); document.write( "2x*log(3) = log(15) \n" ); document.write( "2x = log(15)/log(3) \n" ); document.write( "x = log(15)/2log(3) \n" ); document.write( "x = log(15)/log(9) \n" ); document.write( "x = ~ 1.2325 \n" ); document.write( " |