document.write( "Question 1123949: A pretzel factory has a daily fixed cost of $2700. In addition, it cost 20 cents to produce each bag of pretzels. A bag of pretzels sells for $1.30
\n" ); document.write( "a.)find the for the cost function c(x) that gives the Total daily cost of producing x bags of pretzels
\n" ); document.write( "B.)find the rule of the revenue function r(x) that gives the daily revenue from selling x bags of pretzels
\n" ); document.write( "C.)find the rule of profit function p(x) that gives the daily profit from x bags of pretzels
\n" ); document.write( "

Algebra.Com's Answer #740320 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
a)
\n" ); document.write( "\"+c%28x%29+=+2700+%2B+.2x+\"
\n" ); document.write( "b)
\n" ); document.write( "\"+r%28x%29+=+1.3x+\"
\n" ); document.write( "c)
\n" ); document.write( "\"+p%28x%29+=+r%28x%29+-+c%28x%29+\"
\n" ); document.write( "\"+p%28x%29+=+1.3x+-+2700+-+.2x+\"
\n" ); document.write( "\"+p%28x%29+=+1.1x+-+2700+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );