document.write( "Question 747321: A company manufacturing pencils has a fixed cost of $3,000 to buy a machine. It costs $0.10 to produce each pencil. Each pencil sells for $0.70.
\n" );
document.write( "
\n" );
document.write( " Write the cost function C(x).
\n" );
document.write( " Write the revenue function R(x).
\n" );
document.write( " Find the break-even point and describe what this means.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Please help me solve this problems and each step in order to understand it.
\n" );
document.write( "Thank you in advance. \n" );
document.write( "
Algebra.Com's Answer #454873 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Let x be the number of pencils produced\r \n" ); document.write( "\n" ); document.write( "C(x) = 3000 + .10x\r \n" ); document.write( "\n" ); document.write( "R(x) = (.70 - .10)x = .60x\r \n" ); document.write( "\n" ); document.write( "Break even point = .60x = (3000 + .10x) \n" ); document.write( " = .50x = 3000\r \n" ); document.write( "\n" ); document.write( "and x = 6000 pencils need to be sold to break even\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |