document.write( "Question 611962: Please help me solve this equation: use the laws of logarithms to solve this equation. \r
\n" );
document.write( "\n" );
document.write( "ln(3-x)=ln(3x-x^2) \n" );
document.write( "
Algebra.Com's Answer #385209 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! ln(3-x)=ln(3x-x^2) \n" ); document.write( "3-x = 3x-x^2 \n" ); document.write( "-x+3 = 3x-x^2 \n" ); document.write( "x^2-x+3 = 3x \n" ); document.write( "x^2-4x+3 = 0 \n" ); document.write( "(x-1)(x-3) = 0 \n" ); document.write( "x = {1,3} \n" ); document.write( "since you can't take ln(0), we determine that x=3 is an extraneous solution -- throw it out leaving: \n" ); document.write( "x = 1 \n" ); document.write( " |