You can put this solution on YOUR website! For what value(s) of K will the equation 3xsquared=k-2x have real roots.
-------------
3x^2 = k - 2x
------
Rearrange::
3x^2 + 2x - k = 0
-----
Real roots if b^2-4ac > 0
------
Solve:: 2^2 - 4*3*(-k) > 0
12k < 4
k < 1/3
-----------
Cheers,
Stan H.
----------