g(x)= ax^3 + bx^2 + cx + d ; it has a local max at (2,4), local min at (0,0), find a b c d I get g`(x)= 3ax^2 + 2bx + c sub x=2 and x=0 c=0 and a= -b/3 not sure what to do after that.