Ok, so the problem says to use the rules of differentiation, not the limit definition, in order to find the tangent line to the function at a point, a.
f(x) = 3x^(3) - 4x^(2) + 2
a = 2
So, using the power rule (a rule of differentiation), you get
f'(x) = 9x^(2) - 8x
When you plug 2 into f'(x) (in order to find the slope of the original equation at x=2), you get
f'(x) = 9*2^(2) - 8*2 = 9*4-16 = 20.
So the slope of the tangent line is 20, therefore your line is y=20*x + b, and b is still unknown.
If you plug 2 into the function, you get
3*2^(3) - 4*2^(2) + 2 = 3*8 - 4*4 + 2 = 10
So the point on the curve is (x,y) = (2,10)
Plug these values into the tangent line equation.
10 = 20*2 + b and solve for b.
b = -30
So your equation is y = 20x - 30