document.write( "Question 719220: how do you do lgarithmic properties to solve an equation
\n" );
document.write( "this is what i have
\n" );
document.write( "log2x+logx=11
\n" );
document.write( "log((2x)x)=11
\n" );
document.write( " 11
\n" );
document.write( "(2x)x=10
\n" );
document.write( " 2
\n" );
document.write( "2x -110=0 \n" );
document.write( "
Algebra.Com's Answer #441253 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! log2x+logx=11 \n" ); document.write( "log(2x*x)=log(11) \n" ); document.write( "2x^2=11 \n" ); document.write( "x^2=11/2 \n" ); document.write( "x=√(11/2)≈2.35 \n" ); document.write( " |