document.write( "Question 968056: Solve the logarithmic equation for x.
\n" );
document.write( "log2 3 + log2 x = log2 5 + log2(x − 2)
\n" );
document.write( "x = \n" );
document.write( "
Algebra.Com's Answer #591640 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve the logarithmic equation for x. \n" ); document.write( "log2 3 + log2 x = log2 5 + log2(x − 2) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "3x/(x-2)=5 \n" ); document.write( "3x=5x-10 \n" ); document.write( "2x=10 \n" ); document.write( "x=5 \n" ); document.write( " |