document.write( "Question 138622: solve the logarithmic equation. be sure to reject any value that is not in the domain of the original logarithmic expression. Give the exact answer.\r
\n" );
document.write( "\n" );
document.write( "log2(x-1) = 1 + log2 (x-5) \n" );
document.write( "
Algebra.Com's Answer #101171 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! log2(x-1) = 1 + log2 (x-5) \n" ); document.write( "log2(x-1) - log2 (x-5)= 1 \n" ); document.write( "log2((x-1)/(x-5))=1 (because log(a)-log(b)=log(a/b)) \n" ); document.write( "x-1/x-5=2 \n" ); document.write( "x-1=2x-10 \n" ); document.write( "-x+9=0 \n" ); document.write( "x=9\r \n" ); document.write( "\n" ); document.write( "checking:\r \n" ); document.write( "\n" ); document.write( "log2(8)=1+log2(4) \n" ); document.write( "3=1+2\r \n" ); document.write( "\n" ); document.write( "Answer: x=9 \n" ); document.write( " |