document.write( "Question 706977: A musician is planning to market a CD. The fixed costs are $440 and the variable costs are $4 per CD. The wholesale price of the CD will be $8. For the artist to make a profit, revenues must be greater than costs. How many CDs, x, must be sold for the musician to make a profit? \n" ); document.write( "
Algebra.Com's Answer #435459 by nshah11(47)\"\" \"About 
You can put this solution on YOUR website!
Profit = (8x) - (4x + 440) > 0\r
\n" ); document.write( "\n" ); document.write( "4x > 440\r
\n" ); document.write( "\n" ); document.write( "x > 110\r
\n" ); document.write( "\n" ); document.write( "So 111 CDs must be sold by the musician for him/her to make a profit.
\n" ); document.write( "
\n" );