document.write( "Question 388250: suppose you start up a company to produce a particular product. You have fixed monthly operating costs of $3200. Also, it costs you $8 to manufacture each individual unit of your product. You have decided to sell your product for $12.\r
\n" ); document.write( "\n" ); document.write( "Write the fuction for your monthly cost, revenue and profit.
\n" ); document.write( "

Algebra.Com's Answer #274705 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Monthly cost---->C = 8q + 3200
\n" ); document.write( "Monthly revenues---> R = 12q
\n" ); document.write( "Monthly profit---->P = R - C = 12q - 8q - 3200 = 4q - 3200.
\n" ); document.write( "
\n" );