Question 351176
The function S(n) expresses the height of a stack of cups in terms of the number of cups,(n),in the stack.
-----
height = S(n) = kn where n is # of cups in the stack
=====================
Now,make a function g(h) that expresses the number of cups in a stack in terms of the height,h, of the stack.
---
# in stack = g(h) = h/k
==============
Cheers,
Stan H.