document.write( "Question 394323: I would appreciate help with the following logarithmic equation. I need to solve out to two decimal places.\r
\n" );
document.write( "\n" );
document.write( "log(x+3)+log(x-2)= log14 \n" );
document.write( "
Algebra.Com's Answer #280172 by lwsshak3(11628) ![]() You can put this solution on YOUR website! log(x+3)+log(x-2)= log14 \n" ); document.write( "use logarithm rule for multiplication \n" ); document.write( "log(x+3)(x-2) =log14 \n" ); document.write( "(x+3)(x-2)=14 \n" ); document.write( " x^2+x-6=14 \n" ); document.write( " x^2+x-20=0 \n" ); document.write( "solve by factoring \n" ); document.write( "(x+5)(x-4)=0 \n" ); document.write( "ans: x=-5(reject,logarithm>0) \n" ); document.write( " x=4 \n" ); document.write( "check: \n" ); document.write( "log(x+3)+log(x-2)= log14 \n" ); document.write( "log7+log2=log14 \n" ); document.write( ".8451+.3010=1.146 \n" ); document.write( " 1.146=1.146 \n" ); document.write( " |