document.write( "Question 295203: I found this question in book entitled 1001 solved problems in engineering math, the book already gives the answer but i dont understand how it is done,here is the question:
\n" );
document.write( "(a^n)(a^m)=100000
\n" );
document.write( "(a^n)/(a^m)=10
\n" );
document.write( "find the value of a:
\n" );
document.write( "I hope it will be answered with some explanation in it. thank you for the help. \n" );
document.write( "
Algebra.Com's Answer #212787 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! I found this question in book entitled 1001 solved problems in engineering math, the book already gives the answer but i dont understand how it is done,here is the question: \n" ); document.write( "(a^n)(a^m)=100000 \n" ); document.write( "(a^n)/(a^m)=10 \n" ); document.write( "find the value of a:\r \n" ); document.write( "\n" ); document.write( "a^n*a^m = 100000 \n" ); document.write( "a^(n+m) = 100000 \n" ); document.write( "log a^(n+m) = log 10^5 \n" ); document.write( "(n+m)*log a = 5 \n" ); document.write( "1.) n*log a + m*log a = 5\r \n" ); document.write( "\n" ); document.write( "a^n/a^m = 1 \n" ); document.write( "a^(n-m) = 10^1 \n" ); document.write( "log a^(n-m) = log 10^1 \n" ); document.write( "(n-m)*log a = 1 \n" ); document.write( "2.) n*log a - m*log a = 1\r \n" ); document.write( "\n" ); document.write( "Adding 1.) and 2.) we have:\r \n" ); document.write( "\n" ); document.write( "2*n*log a = 6 \n" ); document.write( "n*log a = 3 \n" ); document.write( "n = 3/log a\r \n" ); document.write( "\n" ); document.write( "Substituting 3/log a for n in 2.):\r \n" ); document.write( "\n" ); document.write( "((3/log a)*log a) - m*log a = 1 \n" ); document.write( "3 - m*log a = 1 \n" ); document.write( "m*log a = 2 \n" ); document.write( "m = 2/log a\r \n" ); document.write( "\n" ); document.write( "Since a*(n-m) = 10\r \n" ); document.write( "\n" ); document.write( "(n-m)*log a = 1 \n" ); document.write( "log a = 1/(n-m) \n" ); document.write( "log a = 1/((3/log a - 2/log a)) \n" ); document.write( "log a = 1/log a \n" ); document.write( "(log a)^2 = 1 \n" ); document.write( "log a = +sqrt(1) or -sqrt(1) \n" ); document.write( "log a = 1 or log a = -1\r \n" ); document.write( "\n" ); document.write( "By definition of a log then: \n" ); document.write( "a = 10 or a = 1/10\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |