document.write( "Question 1201530: I have to simplify the following - all base 10 logarithms:\r
\n" );
document.write( "\n" );
document.write( "log(a)-1/2log(4a)\r
\n" );
document.write( "\n" );
document.write( "I get this far:\r
\n" );
document.write( "\n" );
document.write( "log(a) - log(4a)^1/2\r
\n" );
document.write( "\n" );
document.write( "log[a/(4a)^1/2]\r
\n" );
document.write( "\n" );
document.write( "but then I get stuck! \n" );
document.write( "
Algebra.Com's Answer #852270 by ikleyn(52915) You can put this solution on YOUR website! I have to simplify the following - all base 10 logarithms: \n" ); document.write( "log(a)-1/2log(4a) \n" ); document.write( "I get this far: \n" ); document.write( "log(a) - log(4a)^1/2 \n" ); document.write( "log[a/(4a)^1/2] \n" ); document.write( "but then I get stuck! \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Using the standard rules of logarithms, solve it this way\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " log(a) - (1/2)*log(4a) = log(a) - (1/2) * [log(4) + log(a)] = log(a) - (1/2)*log(4) - (1/2)*log(a) (*)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Combine the 1st and the 3rd terms in (*) log(a) - (1/2)*log(a) = (1/2)*log(a).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Transform the 2nd term in (*) (1/2)*log(4) = (1/2) * (2*log(2)) = log(2).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, you can continue line (*) in this way\r\n" ); document.write( "\r\n" ); document.write( " log(a) - (1/2)*log(4a) = (1/2)*log(a) - log(2). (1)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The rest depends for whom you do this assignment.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "If it is a Math assignment, then you transform right side of (1) into \r\n" ); document.write( "\r\n" ); document.write( " log(a) - (1/2)*log(4a) =\r \n" ); document.write( "\n" ); document.write( "Solved, with explanations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |