document.write( "Question 1173374: A small manufacturing makes and sells x machines each month. The monthly cost, C ,in dollars, of making x dollars is given by
\n" );
document.write( "C(x)= 0.35x^2 + 3200
\n" );
document.write( "The monthly revenue, R, in dollars, obtained by selling x machines is given by
\n" );
document.write( "R(x)= 180x - 0.55x^2\r
\n" );
document.write( "\n" );
document.write( "Find the smallest number of machines the company must make and sell each month in order to make a positive profit. \n" );
document.write( "
Algebra.Com's Answer #798823 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A small manufacturing makes and sells x machines each month. \n" ); document.write( " The monthly cost, C ,in dollars, of making x dollars is given by \n" ); document.write( "C(x)= 0.35x^2 + 3200 \n" ); document.write( "The monthly revenue, R, in dollars, obtained by selling x machines is given by \n" ); document.write( "R(x)= 180x - 0.55x^2 \n" ); document.write( "Find the smallest number of machines the company must make and sell each month in order to make a positive profit. \n" ); document.write( ": \n" ); document.write( "Revenue > cost \n" ); document.write( "180x - .55x^2 > .35x^2 + 3200 \n" ); document.write( "-.55x^2 - .35x^2 + 180x - 3200 > 0 \n" ); document.write( "-.90x^2 + 180x - 3200 > 0 \n" ); document.write( "the quadratic formula gives us two solutions \n" ); document.write( "x > 180.3 \n" ); document.write( "and \n" ); document.write( "x > 19.7 \n" ); document.write( ": \n" ); document.write( "For least number of machines lets use x = 20 units \n" ); document.write( "Revenue: 180(20) - .55*(20^2) = 3380 \n" ); document.write( "Cost: .35(20^2) + 3200 = 3060 \n" ); document.write( "a profit of $320 \n" ); document.write( "however is you use x=19 machines \n" ); document.write( "Rev: 180(19) - .55(19^2) = 3221.45 \n" ); document.write( "Cost: .35(19^2) + 3200 = 3326.35 \n" ); document.write( "a loss of about $105 \n" ); document.write( ": \n" ); document.write( "20 units the least to make a profit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |