Respuesta :

You need a function that maps a number to its cube.
y = x^3
this is a function:     y (output) = (input)^3, or   y = x^3.