document.write( "Question 175542: I need to solve for x\r
\n" );
document.write( "\n" );
document.write( "25=5*10^(x/2)\r
\n" );
document.write( "\n" );
document.write( "I know I am supposed to use log to bring the x/2 down somehow but I just can't figure it out \n" );
document.write( "
Algebra.Com's Answer #130612 by Alan3354(69443) You can put this solution on YOUR website! I need to solve for x \n" ); document.write( "25=5*10^(x/2) \n" ); document.write( "Divide by 5 \n" ); document.write( "5 = 10^(x/2) \n" ); document.write( "-------------- \n" ); document.write( "No problem so far, right? \n" ); document.write( "Now take the log of both sides. Logs (base 10) are the exponents to which 10 is raised to get the number. Since the right side is already 10 to an exponent, the exponent is the log. \n" ); document.write( "That is, the log of 10^anything is...anything. In this case, it's x/2. \n" ); document.write( "------------- \n" ); document.write( "log(5) = x/2 \n" ); document.write( "x = 2*log(5) \n" ); document.write( "x = log(25) \n" ); document.write( "x =~ 1.39794 \n" ); document.write( " |