There are two main steps. First find the gradient of the curve at x = 2 (m). This is done by differentiating the curve equation y = 3x^2 + 4 to get dy/dx = 6x. By plugging in x = 2, we get the gradient of the tangent, m, as 62 = 12. Then we need to find the y intercept of the tangent, c. We make c the subject, so c = y - mx. We worked out what m is (12) so we just need a set of coordinates x,y which lie on the tangent. The easiest point is where the tangent meets the curve. We know x = 2 so plugging that into the curve equation gives y = 3(2^2) + 4 = 16. Now we have values of x,y,m we can find c. c = 16 - 12*2 = -8. Therefore the final answer is y = 12x - 8