document.write( "Question 619315: Solve the logarithmic equation: In x + In x^2=3 \n" ); document.write( "
Algebra.Com's Answer #389545 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! ln x + ln x^2=3 \n" ); document.write( "ln x(x^2) = 3 \n" ); document.write( "ln x^3 = 3 \n" ); document.write( "3ln x = 3 \n" ); document.write( "ln x = 3/3 \n" ); document.write( "ln x = 1 \n" ); document.write( "x = e^1 \n" ); document.write( "x = 2.71828 \n" ); document.write( " |