document.write( "Question 1191394: The manufacturer of an energy drink spends $1.50 to make each drink and sells them for $2. The manufacturer also has fixed costs each month of $5,000.
\n" );
document.write( "(a)
\n" );
document.write( "Find the cost function C when x energy drinks are manufactured.
\n" );
document.write( "C(x) =
\n" );
document.write( "
\n" );
document.write( "(b)
\n" );
document.write( "Find the revenue function R when x drinks are sold.
\n" );
document.write( "R(x) =
\n" );
document.write( "
\n" );
document.write( "(c)
\n" );
document.write( "Show the break-even point by graphing both the revenue and cost functions on the same grid. (Plot each function as a line, not a ray.)\r
\n" );
document.write( "\n" );
document.write( "(d)
\n" );
document.write( "Find the break-even point. Interpret what the break-even point means.
\n" );
document.write( "When___energy drinks are sold, the cost and revenue equal $___. \n" );
document.write( "
Algebra.Com's Answer #823202 by Theo(13342)![]() ![]() You can put this solution on YOUR website! c(x) = 5000 + 1.5 * x \n" ); document.write( "r(x) = 2 * x \n" ); document.write( "break even when r(x) = c(x) \n" ); document.write( "this means: \n" ); document.write( "5000 + 1.5 * x = 2 * x \n" ); document.write( "subtract 1.5 * x from both sides of this equation to get: \n" ); document.write( "5000 = .5 * x \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 5000 / .5 = 10,000 \n" ); document.write( "break even is when x = 10,000 drinks are made and sold. \n" ); document.write( "when x = 10,000: \n" ); document.write( "c(x) = 5000 + 1.5 * 10,000 = 20,000 \n" ); document.write( "r(x) = 2 * 10,000 = 20,000 \n" ); document.write( "revenue equals cost. \n" ); document.write( "that's the break even point. \n" ); document.write( "there is no profit and no loss. \n" ); document.write( "make and sell more than 10,000 units each month and you have a profit. \n" ); document.write( "make and sell less than 10,000 units each month and you have a loss. \n" ); document.write( " \n" ); document.write( " |