document.write( "Question 562605: Solve for x:
\n" );
document.write( "3log(base 2)x - 2log(base 2)5x=2 \n" );
document.write( "
Algebra.Com's Answer #364772 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 3log(base 2)x - 2log(base 2)5x=2 \n" ); document.write( "3log2(x)-2log2(5x)=2 \n" ); document.write( "log2(x^3)-log2((5x)^2)=2 \n" ); document.write( "log2[(x^3)/(25x^2)]=2 \n" ); document.write( "convert to exponential form: Base(2) raised to log of number(2)=number(x^3)/(25x^2) \n" ); document.write( "2^2=(x^3)/(25x^2) \n" ); document.write( "4=x/25 \n" ); document.write( "x=100 \n" ); document.write( " |