You can put this solution on YOUR website! 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.
--------------
You can put this solution on YOUR website! 7x^2 - 21x - 3 = 0
---
the above quadratic equation is in standard form, with a=7, b=-21 and c=-3
---
to solve the quadratic equation, by using the quadratic formula, copy and paste this:
7 -21 -3
into this solver: https://sooeet.com/math/quadratic-equation-solver.php
---
the quadratic has two real roots at:
---
x = 3.13663418
x = -0.1366342
---
now solved by completing the square:
---
7xx - 21x - 3 = 0
7xx - 21x = 3
(7xx - 21x = 3)/7
xx - 3x = 3/7
---
complete the square:
---
xx - 3x + (3/2)(3/2) = (3/7) + (3/2)(3/2)
(x - 3/2)^2 = (3/7) + (9/4)
(x - 3/2)^2 = (3*4/28) + (9*7/28)
(x - 3/2)^2 = (75/28)
---
solve for x:
---
sqrt( (x - 3/2)^2 ) = sqrt(75/28)
x - 3/2 = sqrt(75/28)
x = (+ or -) sqrt(75/28) + 3/2
x = +sqrt(75/28) + 3/2
x = -sqrt(75/28) + 3/2
---
the quadratic has two real roots at:
---
x = 3.13663418
x = -0.1366342
---
Free algebra tutoring live chat:
https://sooeet.com/chat.php?gn=algebra
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations with quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
---