document.write( "Question 363573: Let 2^a = 5 and 2^b = 9. Using exponent rules, solve the equation in terms of a and/or b.
\n" );
document.write( "5^x = 32\r
\n" );
document.write( "\n" );
document.write( "x= \n" );
document.write( "
Algebra.Com's Answer #259271 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Let 2^a = 5 and 2^b = 9. Using exponent rules, solve the equation in terms of a and/or b. \n" ); document.write( "5^x = 32\r \n" ); document.write( "\n" ); document.write( "if 2^a = 5, then log2 5 = a, log2 5 = (log10 5)/(log10 2) = a \n" ); document.write( "a = 2.3219 rounded to 4 places \n" ); document.write( "if 2^b = 9, then log2 9 = b, log2 9 = (log10 9)/(log10 2) = b \n" ); document.write( "b = 3.1699 rounded to 4 places \n" ); document.write( "if 5^x = 32, then log5 32 = x, log5 32 = (log10 32)/(log10 5) = x \n" ); document.write( "x = 2.1534 rounded to 4 places \n" ); document.write( " |