document.write( "Question 1118079: A producer of felt-tip pens has received a forecast of demand of 41,000 pens for the coming month from its marketing department. Fixed costs of $25,000 per month are allocated to the felt-tip operation, and variable costs are 27 cents per pen.
\n" );
document.write( "Find the break-even quantity if pens sell for $4 each. (Round your answer to the next whole number.) \n" );
document.write( "
Algebra.Com's Answer #733311 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A producer of felt-tip pens has received a forecast of demand of 41,000 pens for the coming month from its marketing department. \n" ); document.write( " Fixed costs of $25,000 per month are allocated to the felt-tip operation, and variable costs are 27 cents per pen. \n" ); document.write( "Find the break-even quantity if pens sell for $4 each. (Round your answer to the next whole number.) \n" ); document.write( ": \n" ); document.write( "let q = break-even qty \n" ); document.write( "4q = .27q + 25000 \n" ); document.write( "4q - .27q = 25000 \n" ); document.write( "3.73q = 250000 \n" ); document.write( "q = 25000/3.73 \n" ); document.write( "q = 6,203 pens to break even \n" ); document.write( " \n" ); document.write( " |