Ask Your Question

Ticksy's profile - activity

2019-12-05 22:12:03 +0100 received badge  Famous Question (source)
2016-07-20 10:15:32 +0100 received badge  Student (source)
2016-07-20 09:31:13 +0100 received badge  Notable Question (source)
2015-03-18 10:03:06 +0100 received badge  Popular Question (source)
2012-03-09 13:21:41 +0100 received badge  Supporter (source)
2012-03-09 13:21:37 +0100 commented answer Solve log equations problem

Thank you. It works. But what with root 5? He seemed to be a solution of the original equation ...

2012-03-09 12:36:53 +0100 asked a question Solve log equations problem

Input

var('x')
solve((log((x**2 - x), 6) - log((6*x - 10), 6) == 0), x)

Output

[log(x^2 - x) == log(6*x - 10)]

But real roots are 5 and 2. What I doing wrong?