document.write( "Question 47100: solve the logarithmic equation. be sure to reject any value of x that produces the logarithm of a negative number or the logarithm of 0\r
\n" );
document.write( "\n" );
document.write( "log2(x+2)=1 + log2 (x-5) \n" );
document.write( "
Algebra.Com's Answer #31373 by venca(1)![]() ![]() ![]() You can put this solution on YOUR website! first we can rewrite 1 as log2(2), so we will have an equation: \n" ); document.write( "log2(x+2) = log2(2) + log2(x-5) \n" ); document.write( "log2(x+2) = log2(2x-10), so we will recieve an equation \n" ); document.write( "x+2 = 2x-10 \n" ); document.write( "x = 12\r \n" ); document.write( "\n" ); document.write( "conditions: x+2 > 0 => x > -2 & x-5 > 0 => x > 5, so x must be grater than 5 \n" ); document.write( "12 > 5, so it is correct solution\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |