Question 937693
The problem I would like to solve is: 
7x^2 - 21x - 3 = 0 
------
You are correct ; the AC Method does not work on your problem.
-----
Use the Quadratic Formula::
x = [-b +- sqrt(b^2-4ac)]/(2a)
-----
x = [21 +- sqrt(441-4*7*-3)]/14
----------
x = [21 +- sqrt(525)]/14
---------
x = (21+5sqrt(5))/14 or x = (21-5sqrt(5))/14
--------------
Cheers,
Stan H.
--------------