document.write( "Question 14436: if a^x=b is it possible to express x in terms of a & b? \n" ); document.write( "
Algebra.Com's Answer #7228 by atif.muhammad(135) ![]() You can put this solution on YOUR website! yes, you use logarithms\r \n" ); document.write( "\n" ); document.write( "a^x = b\r \n" ); document.write( "\n" ); document.write( "therefore\r \n" ); document.write( "\n" ); document.write( "x log a = log b\r \n" ); document.write( "\n" ); document.write( "x = (log b)/(log a) \n" ); document.write( " |