The zeros (x-intercepts) are -4, 4, and 2 so that means the factors of the cubic are (x + 4)(x - 4)(x - 2) however, there can be a multiplier in front of those so we can use "a" as the multiplier and write:
y = a(x + 4)(x - 4)(x - 2)
To find the value of "a", we can plug in the other data point (0, 6) and solve for "a":
6 = a(0 + 4)(0 - 4)(0 - 2)
6 = a•4•(-4)•(-2)
6 = 32a
a = 6/32 = 3/16
So, the cubic function is: y = 3/16(x + 4)(x - 4)(x - 2)
This can be multiplied out if needed. (x + 4)(x - 4) = x2 - 16 and then (x2 - 16)(x - 2) = x3 - 2x2 -16x + 32 and then 3/16(x3 - 2x2 -16x + 32) = 3/16x3 - 3/8x2 - 3x + 6 so:
y = 3/16x3 - 3/8x2 - 3x + 6