document.write( "Question 945716: Maximizing profits: In business, profit is the difference between revenue and cost; that is Total Profit=Total Revenue - Total Cost, P(x)=R(x)-C(x), where x is the number of units sold. Find the maximum profit and the number of units that must be sold in order to yield the maximum profit for
\n" );
document.write( "R(x)=20x-0.1x^2, C(x)=4x+2 \n" );
document.write( "
Algebra.Com's Answer #576895 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Maximizing profits: In business, profit is the difference between revenue and cost; that is Total Profit=Total Revenue - Total Cost, P(x)=R(x)-C(x), where x is the number of units sold. Find the maximum profit and the number of units that must be sold in order to yield the maximum profit for \n" ); document.write( "P(x)=20x-0.1x^2, C(x)=4x+2 \n" ); document.write( "P(x)-C(x)=20x-0.1x^2-4x-2=-0.1x^2+16x-2 \n" ); document.write( "P(x)=-0.1(x^2-16x)-2 \n" ); document.write( "complete the square \n" ); document.write( "P(x)=-0.1(x^2-16x+64)+6.4-2 \n" ); document.write( "P(x)=-0.1(x-8)^2+4.4 \n" ); document.write( "This is an equation of a parabola that opens down with vertex at (8, 4.4) \n" ); document.write( "maximum profit=4.4 when units sold=8 \n" ); document.write( " \n" ); document.write( " |