document.write( "Question 62801This question is from textbook
\n" );
document.write( ": The inventor of a new product believes that the cost of producing the product is given by the function
\n" );
document.write( "C(x) = 1.75x + 7000\r
\n" );
document.write( "\n" );
document.write( "If the inventor charges $4 per unit, then her profit for producing and selling x units is given by the function P(x) = 2.25x - 7000
\n" );
document.write( "(a) What is her profit if she sells 2000 units?
\n" );
document.write( "(b) What is her profit if she sells 5000 units?
\n" );
document.write( "(c) What is the break-even point for sales?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #43632 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! The inventor of a new product believes that the cost of producing the product is given by the function \n" ); document.write( "C(x) = 1.75x + 7000\r \n" ); document.write( "\n" ); document.write( "If the inventor charges $4 per unit, then her profit for producing and selling x units is given by the function P(x) = 2.25x - 7000 \n" ); document.write( "(a) What is her profit if she sells 2000 units? \n" ); document.write( "P(2000)=2.25(2000)-7000 \n" ); document.write( "P(2000)=4500-7000 \n" ); document.write( "P(2000)=-2500 \n" ); document.write( "That's not a profit, that's a loss. \n" ); document.write( ": \n" ); document.write( "(b) What is her profit if she sells 5000 units? \n" ); document.write( "P(5000)=2.25(5000)-7000 \n" ); document.write( "P(5000)=11250-7000 \n" ); document.write( "P(5000)=4250 \n" ); document.write( ": \n" ); document.write( "(c) What is the break-even point for sales? \n" ); document.write( "P(x)=C(x) \n" ); document.write( "2.25x-7000=1.75x+7000 \n" ); document.write( "2.25x-1.75x-7000=1.75x-1.75x+7000 \n" ); document.write( ".50x-7000=7000 \n" ); document.write( ".5x-7000+7000=7000+7000 \n" ); document.write( ".5x=14000 \n" ); document.write( ".5x/.5=14000/.5 \n" ); document.write( "x=28000 \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |