document.write( "Question 462147: Suppose that the cost C, in dollars, of producing x chairs in a factory is given by the following equation:\r
\n" );
document.write( "\n" );
document.write( "C = 2x2 – 40x + 2400\r
\n" );
document.write( "\n" );
document.write( "How many chairs can be produced for $4650?\r
\n" );
document.write( "\n" );
document.write( "Your Solution\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #316872 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let us first replace the C in the equation C = 2x^2 – 40*x + 2400 by the amount $4650. So we get \n" ); document.write( "4650 = 2*x^2 – 40*x + 2400 \n" ); document.write( "0 = 2*x^2 - 40*x + 2400 - 4650 \n" ); document.write( "0 = 2*x^2 - 40*x - 2250 \n" ); document.write( "Let's divide out the 2 and get \n" ); document.write( "0 = x^2 - 20*x - 1125 \n" ); document.write( "x^2 - 20*x - 1125 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So x = 45 is how many chairs can be produced for $4650 \n" ); document.write( " \n" ); document.write( " |