First time here? Check out the FAQ!
answered 2020-06-14 19:51:36 +0100
Try
sage: solve(sqrt(-x^2 + 1)==-4/3*x - 25/36, x, to_poly_solve=True) [x == -1/20*sqrt(119) - 1/3]
or
sage: solve(sqrt(-x^2 + 1)==-4/3*x - 25/36, x, algorithm='sympy') [x == -1/20*sqrt(119) - 1/3]