document.write( "Question 351176: please help me solve this:
\n" );
document.write( "The function S(n) expresses the height of a stack of cups in terms of the number of cups,(n),in the stack.
\n" );
document.write( "Now,make a function g(h) that expresses the number of cups in a stack in terms of the height,h, of the stack. \n" );
document.write( "
Algebra.Com's Answer #251001 by stanbon(75887) ![]() 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. \n" ); document.write( "----- \n" ); document.write( "height = S(n) = kn where n is # of cups in the stack \n" ); document.write( "===================== \n" ); document.write( "Now,make a function g(h) that expresses the number of cups in a stack in terms of the height,h, of the stack. \n" ); document.write( "--- \n" ); document.write( "# in stack = g(h) = h/k \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |