document.write( "Question 785948: Your college newspaper, The Collegiate Investigator, has fixed production costs of $76 per edition and marginal printing and distribution costs of 41¢/copy. The Collegiate Investigator sells for 51¢/copy.
\n" );
document.write( "
\n" );
document.write( "(a) Write down the associated cost function C(x) in dollars.
\n" );
document.write( " C(x) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Write down the revenue function R(x) in dollars.
\n" );
document.write( "R(x) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Write down the profit function P(x) in dollars.
\n" );
document.write( "P(x) = \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " (b) What profit (or loss) results from the sale of 500 copies of The Collegiate Investigator?
\n" );
document.write( " $ \r
\n" );
document.write( "\n" );
document.write( " (c) How many copies should be sold in order to break even?
\n" );
document.write( " copies \n" );
document.write( "
Algebra.Com's Answer #477766 by xinxin(76)![]() ![]() ![]() You can put this solution on YOUR website! a). C(x) = 76 + 0.41x \n" ); document.write( "R(x) = 0.51x \n" ); document.write( "P(x) = R(x) - C(x) = 0.1x -76 \n" ); document.write( "b). P(500) = 0.1 * 500 -76 = -26 (loss) \n" ); document.write( "c). 0.1x - 76 =0 \n" ); document.write( " x = 760 \n" ); document.write( " \n" ); document.write( " |