document.write( "Question 60986: Sharon's revenue \"R\" (in dollars) on the sale of \"x\" fruitcakes is determined by the formula R=50x-x^2. Her cost in \"C\" (dollars) for producing the x fruitcakes is given by the formula C=2x+40. For what values of x is Sharon's profit positive? (Profit=revenue-cost) \n" ); document.write( "
Algebra.Com's Answer #41902 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! When your profit is zero, you receive as much money as you spent. So you want a profit greater than zero. \n" ); document.write( "Profit > 0 \n" ); document.write( "Revenue - Cost > 0 \n" ); document.write( "50x - x^2 - 2x - 40 > 0 \n" ); document.write( "-x^2 + 48x - 40 > 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " |