Write an expression that is equivalent to the following:

4 · x · x · x

1 answer

short form for x*x*x is x^3
now multiply that by 4