document.write( "Question 628158: Write the expression as a single logarithm with a coefficient of 1. Assume all variable expressions represent positive real numbers.
\n" );
document.write( "
\n" );
document.write( "logb(3x) + logb(y + 4) + logb(y + 2) − logb(y2 + 6y + 8) \r
\n" );
document.write( "\n" );
document.write( "= ? \n" );
document.write( "
Algebra.Com's Answer #395464 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the expression as a single logarithm with a coefficient of 1. Assume all variable expressions represent positive real numbers. \n" ); document.write( "logb(3x) + logb(y + 4) + logb(y + 2) − logb(y^2 + 6y + 8) \n" ); document.write( "logb(y^2 + 6y + 8)=log[(y+4)(y+2)] \n" ); document.write( "logb[(3x(y+4)(y+2))/(y+4)(y+2)] \n" ); document.write( "(y+4)(y+2) cancels out, leaving: \n" ); document.write( "logb(3x) \n" ); document.write( " |