document.write( "Question 904244: . A company produces and sells shirts. The fixed costs are $7000 and the variable costs are $5 per shirt.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Shirts are sold for $12 each. Find the cost and revenue as functions of the quantity of shirts, q.\r
\n" );
document.write( "\n" );
document.write( "b) The company is considering changing the selling price of the shirts. Demand is
\n" );
document.write( "q = 2000 – 40p, where p is the price of the shirt in dollars and q is the number of shirts. What quantity is sold at the current price of $12? What profit is realized at this price?\r
\n" );
document.write( "\n" );
document.write( "c) Use the demand equation to write cost and revenue as functions of price, p. Then write profit as a function of price, p. (hint: do not use $12, use just p)\r
\n" );
document.write( "\n" );
document.write( "d) Graph profit against price. Find the price that maximizes profits. What is this profit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #549529 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! cost=5s+7000 \n" ); document.write( "profit=(12-5)*s-7000\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |