Question 455548
Solve the following mathematically
a. 3=4ln(x-2)= 11
Too many equal signs
---------------
b. log(13x-1)- log(x+2) + 1
No equal sign, not an equation
-----------------
c. solve the quadratic equation;
3x^2 - 4x-2=0
*[invoke solve_quadratic_equation 3,-4,-2]
{{{x = (2 - sqrt(10))/3}}}
{{{x = (2 + sqrt(10))/3}}}
-------------
d. solve by factoring 2x^2 + x - 6 = 0 
(2x - 3)*(x + 2) = 0
x = -2, 3/2