You can put this solution on YOUR website! log[10](x)+log[10](3x+55)=2
-----
log[x(3x+55)] = 2
----
3x^2+55x = 10^2
---
3x^2 + 55x -100 = 0
----
x = [-55 +- sqrt(55^2-4*3*-100)]/6
----
x = 5/3 or x = -20
---
Usable solution:
x = 5/3
==================
Cheers,
Stan H.
==================