document.write( "Question 151193: 60. solve the equation algabraically log.4 x-log.4(x-1)=1/2 \n" ); document.write( "
Algebra.Com's Answer #111082 by vleith(2983) ![]() You can put this solution on YOUR website! log.4 x-log.4(x-1)=1/2 \n" ); document.write( "log.4(x/(x-1)) = 1/2 \n" ); document.write( "log(x/(x-1))/log(4) = 1/2 \n" ); document.write( "log(x/(x-1))/0.602 = 1/2 \n" ); document.write( "log(x/(x-1)) = 0.301 \n" ); document.write( "x/(x-1) = 10^(0.0301) \n" ); document.write( "x/(x-1) = 2 \n" ); document.write( "x = 2x -2 \n" ); document.write( "x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Try that out in the original equation, using base transformation \n" ); document.write( "log(2)/log(4) - log(1)/log(4) = 1/2 \n" ); document.write( " \n" ); document.write( " |