document.write( "Question 1006133:  Hello There. I am working on rewriting logs using the power and product rules and I am having a hard time with this specific problem. Can you help me?
\n" );
document.write( "Here is the problem:\r
\n" );
document.write( "\n" );
document.write( "log_2(16^x 5y^7) I hope it is understandable. \n" );
document.write( "
| Algebra.Com's Answer #622275 by fractalier(6550)     You can put this solution on YOUR website! From what you wrote, \n" ); document.write( "log_2(16^x 5y^7), we can use the rules of logarithms to get \n" ); document.write( "x*log_2 16 + log_2 5 + 7*log_2 y = \n" ); document.write( "4x + log_2 5 + 7*log_2 y \n" ); document.write( " |