document.write( "Question 36237: solve the equation: log a (3x + 5) - log a (x - 5) = log a 8 \n" ); document.write( "
Algebra.Com's Answer #22197 by Prithwis(166)![]() ![]() ![]() You can put this solution on YOUR website! log a(3x + 5) - log a (x - 5) = log a 8 \n" ); document.write( "=> log a[(3x+5)/(x-5)] = log a 8 \n" ); document.write( "=> (3x+5)/(x-5) = 8 \n" ); document.write( "=> 3x+5 = 8x-40 \n" ); document.write( "=> 5x = 45 \n" ); document.write( "=> x = 9 \n" ); document.write( " |