document.write( "Question 1187308: Find the maximum profit and the number of units that must be produced and sold in order to yield the maximum profit. Assume that revenue,R(x), and cost,C(x), are in thousands of dollars, and x is in thousands of units.
\n" );
document.write( "R(x)=7x-2x^2, C(x)=x^3-3x^2+2x+1 \n" );
document.write( "
Algebra.Com's Answer #819680 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! R-C=Profit=-x^3+x^2+5x-1 \n" ); document.write( "Take the derivative and set it equal to 0. \n" ); document.write( "-3x^2+2x+5=0=3x^2-2x-5=(3x-5)(x+1)=0\r \n" ); document.write( "\n" ); document.write( "x= 5/3 as only positive root.\r \n" ); document.write( "\n" ); document.write( "f(5/3)=(-125/27)+25/9+25/3-1=(1/27)(-125+75+225-27)=(148/27)=$5.48 thousands \n" ); document.write( "graph this \n" ); document.write( " |