document.write( "Question 209697: ok.
\n" );
document.write( "i have this problem\r
\n" );
document.write( "\n" );
document.write( "ln(x-2) + ln(2x-3) = 2lnx\r
\n" );
document.write( "\n" );
document.write( "please help me
\n" );
document.write( "i have no understanding of this problem \n" );
document.write( "
Algebra.Com's Answer #158541 by nerdybill(7384) You can put this solution on YOUR website! ln(x-2) + ln(2x-3) = 2lnx \n" ); document.write( "ln(x-2)(2x-3) = 2ln x \n" ); document.write( "ln(x-2)(2x-3) = ln x^2 \n" ); document.write( "(x-2)(2x-3) = x^2 \n" ); document.write( "2x^2-3x-4x+6 = x^2 \n" ); document.write( "2x^2-7x+6 = x^2 \n" ); document.write( "x^2-7x+6 = 0 \n" ); document.write( "(x-6)(x-1) = 0 \n" ); document.write( "x = {6,1} \n" ); document.write( " |