document.write( "Question 534200: The cost to produce one DVD player is $85 plus a one-time fixed cost of $150,000. The revenue received from selling one DVD player is $225.
\n" );
document.write( "(a) Write a formula that gives the cost C of producing x DVD players
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #351385 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The cost to produce one DVD player is $85 plus a one-time fixed cost of $150,000. The revenue received from selling one DVD player is $225. \n" ); document.write( "(a) Write a formula that gives the cost C of producing x DVD players \n" ); document.write( ". \n" ); document.write( "Let x = number of DVD players \n" ); document.write( "then \n" ); document.write( "C = 85x + 150000 \n" ); document.write( "where \"C\" is cost \n" ); document.write( " |