document.write( "Question 1106138: A musician is planning to market a CD. The fixed costs are $750 and the variable costs are $6 per CD. The wholesale price of the CD will be $11. For the artist to make a profit, revenues must be greater than costs.
\n" ); document.write( "How many CDs, x, must be sold for the musician to make a profit?
\n" ); document.write( "

Algebra.Com's Answer #721064 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
profit is revenue > cost
\n" ); document.write( "revenue is 11x,where x is the number of cd s
\n" ); document.write( "cost is 750+6x
\n" ); document.write( "11x>750+6x
\n" ); document.write( "5x>750
\n" ); document.write( "x>150
\n" ); document.write( "at least 151 cd s must be sold.
\n" ); document.write( "
\n" );