You can
put this solution on YOUR website!You've gotten down to a quadratric equation. You can solve quadratic eqns by factorising or by using the quadratic formula if that doesn't work.
The quadratic formula is:

and is useed for solving a general quadratic expression which has been written in the form ax² + bx + c = 0.
Your quadratic expression is: 3x² - 2x - 21 = 0
This factorises as,
(3x + 7)(x - 3) = 0
So,
3x+7=0, or x-3=0
then,
x = -7/3, or x = 3
==================