Question 926851
Use ^4  (^ is Uppercase 6 on Your keyboard)
g(x) = x^4 + x
......
Plug and Play
g(1) = x^4 + x = (1)^4 + 1 = 2
g(-3) = x^4 + x = (-3)^4 +(-3) = 81 - 3 = 78
g(0) = x^4 + x = 0 + 0 = 0
g(10) = x^4 + x = (10)^4 + 10 = 10,010