You can put this solution on YOUR website! How do you find the zeros of the equation 3x to the second power = 6x + 1
------------
Rearrange:
3x^2 - 6x - 1 = 0
Use the quadratic formula:
x = [6 +-sqrt(36 - 4*3*-1)]/6
x = [6 +- sqrt(48)]/6
x = [6 +- 4sqrt(3)]/6
x = 1 +- (2/3)sqrt(3)
========================
Cheers,
Stan H.