document.write( "Question 6936: Suppose you have a lemonade stand, and when you charge $1 per cup of lemonade you sell 60 cups. But when you raise your price to $2 you only sell 30 cups. Write an equation for the number of cups you sell as a function of the price you charge. Denote \"C\" for number of cups, and \"P\" for the price you charge. Assume the function is linear.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #3799 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! When P=1 then C=60. \n" ); document.write( "When P=2 then C=30. \n" ); document.write( "If you assume the function of P to C is linear, then you can calculate the change in C compared to the change in P. \n" ); document.write( "This is called the slope of the line of an equation fitting these values. \n" ); document.write( " \n" ); document.write( "This means that every time you increase P by 1, C will decrease by 30. That's the nature of a linear function. \n" ); document.write( "The function of a line is y = ax + b, where a is the slope and b is the value of y when x=0 (called the y-intercept). In this case we are using C for y and P for x. The equation of the line is \n" ); document.write( "C = -30P + b. \n" ); document.write( "If the P were 0, what would C be? The slope tells us that every time you increase P by 1, C decreases by 30. Inversely, every time you decrease P by 1, C increases by 30. So when P=0, C=90. \n" ); document.write( "The equation is \n" ); document.write( "C = -30P + 90. (Not very realistic, but this fits the requirements of the problem.) \n" ); document.write( " \n" ); document.write( " |