document.write( "Question 895249: A girl is having a cupcake sale. Has a fixed cost of $10 and it costs $0.50 to make each cupcake. Find the formula for the cost function C(x), Revenue R(x) if each cupcake sells for $2, and the formula for Profit P(x).
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #542677 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A girl is having a cupcake sale. Has a fixed cost of $10 and it costs $0.50 to make each cupcake. Find the formula for the cost function C(x), Revenue R(x) if each cupcake sells for $2, and the formula for Profit P(x). \n" ); document.write( "*** \n" ); document.write( "let x=number of cupcakes made \n" ); document.write( "C(x)=0.5x+10 \n" ); document.write( "R(x)=2x \n" ); document.write( "P(x)=R(x)-C(x)=2x-0.5x-10=1.5x-10 \n" ); document.write( "P(x)=1.5x-10\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |