document.write( "Question 1090405: solve for x. log X base5= log5 base X +2 \n" ); document.write( "
Algebra.Com's Answer #704846 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! The equation is \n" ); document.write( "log_5(x) = log_x(5)+2 \n" ); document.write( "Use the fact that log_a(b) and log_b(a) are reciprocals to rewrite log_x(5) as 1/log_5(x): \n" ); document.write( "log_5(x) = 1/log_5(x) + 2 \n" ); document.write( "Then multiply both sides by log_5(x) to yield a quadratic equation with log_5(x) as the \"variable\": \n" ); document.write( "(log_5(x))^2 = 1 + 2log_5(x) \n" ); document.write( "(log_5(x))^2 - 2log_5(x) - 1 = 0 \n" ); document.write( "Then use the quadratic formula to find the two values of log_5(x), and from those value find the two values of x. \n" ); document.write( " |