document.write( "Question 964705: A small manufacturing business is started. Initial cost is $3300.00 The product costs $4.50 to manufactured.\r
\n" ); document.write( "\n" ); document.write( "A. Write a cost function where x represents the number of items manufactured.
\n" ); document.write( "b. What is the revenue function if each item sells for $10.50.
\n" ); document.write( "c. what is the profit function?
\n" ); document.write( "d. How many items must be manufactured and sold to earn a profit?
\n" ); document.write( "

Algebra.Com's Answer #589555 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A small manufacturing business is started. Initial cost is $3300.00 The product costs $4.50 to manufactured.
\n" ); document.write( ":
\n" ); document.write( "let x = no. of items made
\n" ); document.write( ":
\n" ); document.write( "A. Write a cost function where x represents the number of items manufactured.
\n" ); document.write( "Cost function is the cost to make each item + the fixed cost
\n" ); document.write( "C(x) = 4.50x + 3300
\n" ); document.write( ":
\n" ); document.write( "b. What is the revenue function if each item sells for $10.50.
\n" ); document.write( "Revenue is total amt received for x no. of items
\n" ); document.write( "R(x) = 10.50x
\n" ); document.write( "::\r
\n" ); document.write( "\n" ); document.write( "c. what is the profit function?
\n" ); document.write( "Profit is revenue - the cost, R(x) - C(x)
\n" ); document.write( "P(x) = 10.50x - (4.50x + 3300)
\n" ); document.write( ":
\n" ); document.write( "d. How many items must be manufactured and sold to earn a profit?
\n" ); document.write( "When revenue exceeds the cost; R(x) > C(x)
\n" ); document.write( "10.50x > 4.50x + 3300
\n" ); document.write( "Solve for x
\n" ); document.write( "10.50x - 4.50x > 3300
\n" ); document.write( "6x > 3300
\n" ); document.write( "x > 3300/6
\n" ); document.write( "x > 550 item; a profit is made when 551 items are sold
\n" ); document.write( ":
\n" ); document.write( "It all makes sense, doesn't it??
\n" ); document.write( "
\n" ); document.write( "
\n" );