document.write( "Question 902189: Suppose a company total cost and total revenue for product is:
\n" );
document.write( "C(x)=15,000+35x+0.1x^2
\n" );
document.write( "R(x)= 285x-0.9x^2\r
\n" );
document.write( "\n" );
document.write( "1. Find the profit function and simplify the result
\n" );
document.write( " Is it R=C to get the profit? So do i put the equation like 285x-0.9x^2=15000+35x+0.1x^2 in order to solve this? \r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #547138 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P = R - C \n" ); document.write( "P = -x^2 + 250x - 15000 \n" ); document.write( "P = -(x - 125)^2 + 15625 - 15000 \n" ); document.write( "P = -(x - 125)^2 + 625 Parabola opening downward \n" ); document.write( "Profit maxes at 625, when x = 125 \n" ); document.write( " |