SOLUTION: please help me solve this: The function S(n) expresses the height of a stack of cups in terms of the number of cups,(n),in the stack. Now,make a function g(h) that expresses the

Algebra ->  Rational-functions -> SOLUTION: please help me solve this: The function S(n) expresses the height of a stack of cups in terms of the number of cups,(n),in the stack. Now,make a function g(h) that expresses the       Log On


   



Question 351176: please help me solve this:
The function S(n) expresses the height of a stack of cups in terms of the number of cups,(n),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.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.