document.write( "Question 388394: 1. Convert the following equations into logarithmic form:\r
\n" );
document.write( "\n" );
document.write( " a. 2 = 6x\r
\n" );
document.write( "\n" );
document.write( " b. 7 = 6y\r
\n" );
document.write( "\n" );
document.write( " c. 9 = 3y\r
\n" );
document.write( "\n" );
document.write( " d. X = 8y\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #274744 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! You don't indicate which base of logarithm to use. Since there is no obvious choice I will use base 10 logarithms: \n" ); document.write( "log(2) = log(6x) \n" ); document.write( "log(7) = log(6y) \n" ); document.write( "log(9) = log(3y) \n" ); document.write( "log(x) = log(8y) \n" ); document.write( "Normally exponential equations are written in logarithmic form. If your equations were supposed to be exponential, then please use \"^\" to indicate exponentiation. For example, if the first equation we supposed to be: \n" ); document.write( " \n" ); document.write( "then post it as: \n" ); document.write( "2 = 6^x \n" ); document.write( "Note: If an exponent has more that one term, then post it in parentheses. For example the equation \n" ); document.write( " \n" ); document.write( "would be posted as \n" ); document.write( "y = 2^(x+2) \n" ); document.write( " |