document.write( "Question 154220: A company determines that its total cost is given by the function\r
\n" );
document.write( "\n" );
document.write( " C(x) = 2.5x^2 - 125x + 10,000 where x is the number of units produced and C(x) is in dollars.\r
\n" );
document.write( "\n" );
document.write( "A. How many units mut be produced to minimize cost?\r
\n" );
document.write( "\n" );
document.write( "B. What is the minimum cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113533 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A company determines that its total cost is given by the function \n" ); document.write( "C(x) = 2.5x^2 - 125x + 10,000 where x is the number of units produced and C(x) is in dollars. \n" ); document.write( ": \n" ); document.write( "A. How many units must be produced to minimize cost? \n" ); document.write( ": \n" ); document.write( "In a quadratic equation, we can find the axis of symmetry to find at what value of x, c is minimum: \n" ); document.write( ": \n" ); document.write( "Axis of symmetry: x = \n" ); document.write( "In this equation a=2.5; b+ -125 \n" ); document.write( ": \n" ); document.write( "x = \n" ); document.write( "x = 25 units will give minimum cost \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "B. What is the minimum cost? \n" ); document.write( ": \n" ); document.write( "Find min cost by substituting 25 for x in the given equation: \n" ); document.write( "C(x) = 2.5(25^2) - 125(25) + 10000 \n" ); document.write( "C(x) = 2.5(625) - 3125 + 10000 \n" ); document.write( "C(x) = 1562.5 - 3125 + 10000 \n" ); document.write( "C(x) = $8437.50 is the minimum cost \n" ); document.write( " |