document.write( "Question 199059: Hello!\r
\n" );
document.write( "\n" );
document.write( "Solve the logarithmic equation for x. \r
\n" );
document.write( "\n" );
document.write( "log5 (x - 1) + log5 (x + 1) = 2 \r
\n" );
document.write( "\n" );
document.write( "thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #149524 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Applying log rules: \n" ); document.write( "log5 (x - 1) + log5 (x + 1) = 2 \n" ); document.write( "log5 (x - 1)(x + 1) = 2 \n" ); document.write( "(x - 1)(x + 1) = 5^2 \n" ); document.write( "x^2 + x - x - 1 = 25 \n" ); document.write( "x^2 - 1 = 25 \n" ); document.write( "x^2 = 26 \n" ); document.write( "x = \n" ); document.write( "x = 5.1 \n" ); document.write( " \n" ); document.write( " |