document.write( "Question 998958: Explain why a company has to sell 100 soccer balls before they will make a profit. The cost of producing a soccer ball is modeled by C =
\n" );
document.write( "10x + 1000. The sales price of a soccer ball is $20. \n" );
document.write( "
Algebra.Com's Answer #616783 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If you calculate the cost of producing 100 soccer balls, you get \n" ); document.write( "C(100) = 10(100) + 1000 = $2000 \n" ); document.write( "To recoup that $2000, they would need to sell 100 balls at $20 each, \n" ); document.write( "because 100($20) = $2000. \n" ); document.write( " |