Question: Solve the inequality

I want to solve the inequality log[3](5*x+1)/(log[3](7*x-1)^2) <=0. I did

A:=log[3](5*x+1)/(log[3](7*x-1)^2):

solve(A<=0,x);

I got solution is x = 0. But this is a wrong anserw. Please help me. 

Another way, if i solve  the inequality log[3](5*x+1)/(log[3](7*x-1)^2) <=1, i got Warning, solutions may have been lost. Please help me.

Please Wait...