document.write( "Question 899067: The Cookie Store sells cookies for 99 cents each. The store has monthly fixed costs of $670 per month and unit costs of 41 cents per cookie. How many cookies must it sell each month to make a profit? \n" ); document.write( "
Algebra.Com's Answer #545158 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
.99n = 670 + .41n
\n" ); document.write( " .58n = 670
\n" ); document.write( " n > 1155 cookies
\n" ); document.write( "
\n" );