document.write( "Question 713832: solve the equation for the positive value of x. Show work.
\n" );
document.write( "2 logx - log(x-1) = log4 \n" );
document.write( "
Algebra.Com's Answer #440248 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! solve the equation for the positive value of x. Show work. \n" ); document.write( "2 logx - log(x-1) = log4 \n" ); document.write( "log[x^2/(x-1)]=log(4) \n" ); document.write( "x^2/(x-1)=4 \n" ); document.write( "x^2=4x-4 \n" ); document.write( "x^2-4x+4=0 \n" ); document.write( "(x-2)^2=0 \n" ); document.write( "x=2 (multiplicity 2) \n" ); document.write( " |