document.write( "Question 1110405: If 2=10^a and 3=10^b, solve for x in the following, giving your answers in terms of a and b.
\n" );
document.write( "a) 10^x=6
\n" );
document.write( "b) 10^x=24 \n" );
document.write( "
Algebra.Com's Answer #725378 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If 2=10^a and 3=10^b, solve for x in the following, giving your answers in terms of a and b. \n" ); document.write( "a) 10^x=6 \n" ); document.write( "6 = 2*3 = 10^a*10^b = 10^(a+b) \n" ); document.write( "x = a+b \n" ); document.write( "===================== \n" ); document.write( "b) 10^x=24 \n" ); document.write( "Similar to the 1st one \n" ); document.write( " |