0 = 3x2 - 16x + 5
You find x by factoring or by using the quadratic formula. This is basic algebra. Calculus can be difficult if you can't do algebra.
When the leading coefficient (coefficient of the x2 term) is not 1, factor using the "ac" method (http://virtualnerd.com/algebra-2/quadratics/solve-equations-by-factoring/factoring-strategies/factor-by-a-c-method) where a = 3, b = -16, c = 5. You want two factors that multiply to give ac = (3)(5) = 15 and add to give b (=-16). The factors are -15 and -1: (-15)(-1) = 15, -15 + (-1) = -16:
0 = 3x2 - 16x + 5
0 = 3x2 - 15x - x + 5
0 = 3x(x-5) - (x-5)
0 = (3x-1)(x-5)
x = 1/3 and 5