Janet bakes a cake in the shape of a cube with side length x (in inches). She makes a vertical cut parallel to one of the sides, resulting in a slice with width y where x is 5 times as large as y.

a) Define a function h that determines the volume of the cake before Janet makes the first cut in terms of the original width of the cake, x
b) Define a function g that determines the width of the slice of cake in terms of the original width of the cake, x.
c) Define a function f that determines the volume of the slice of cake in terms of the original width of the cake, x.
d. Using the functions you defined in part (a) and (c), represent the volume of the cake that remains after Janet eats this slice in terms of the original width of the cake, x.
A. h(x)-f(x)
B. f(h(x))
C. f(x)+h(x)
D. f(x)-h(x)
E. h(f(x))
F. None of the above
e) Define a function k that determines the remaining volume of cake in terms of the original width of the cake, x.
f) Use the function you defined in part (e) to determine the remaining volume of cake if the original width of the cake was 10 inches.