document.write( "Question 380630: The total profit function P(x) for a company producing x thousand units is given by \r
\n" );
document.write( "\n" );
document.write( "P(x) = -3x2 + 60x - 225. \r
\n" );
document.write( "\n" );
document.write( "Find the values of x for which the company makes a profit \n" );
document.write( "
Algebra.Com's Answer #270201 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! P(x) = -3x2 + 60x - 225. \n" ); document.write( "P(x) = -3[x^2-20x+75] \n" ); document.write( "P(x) = -3[x-15][x-5] \n" ); document.write( " \n" ); document.write( "Find the values of x for which the company makes a profit \n" ); document.write( "Solve -3(x-15)(x-5) > 0 \n" ); document.write( "Boundary values are x = 5 and x = 15 \n" ); document.write( "--- \n" ); document.write( "Find solution values for the inequality by checking values: \n" ); document.write( "Check x = 0,the P(x)=-225 : not an inequality solution \n" ); document.write( "Check x = 10 to get -3*-5*5> 0 solutions in 5< x < 10 \n" ); document.write( "Check x = 20 to get -3*+5*+15<0 so no solutions in (15,+inf) \n" ); document.write( "---------------------------- \n" ); document.write( "Ans: Profit for (5,15) \n" ); document.write( "------------------------------ \n" ); document.write( " \n" ); document.write( "------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |