document.write( "Question 1198187: Basic calculus
\n" );
document.write( "The selling price of a particular type of car is $20,000. The total cost of producing the car is TC = 2000 + X2.
\n" );
document.write( "A. Find the marginal revenue function?\r
\n" );
document.write( "\n" );
document.write( "B. Find the marginal cost function? \r
\n" );
document.write( "\n" );
document.write( "C. Find the quantity that maximizes profit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #848404 by ElectricPavlov(122)![]() ![]() ![]() You can put this solution on YOUR website! **A. Find the Marginal Revenue Function**\r \n" ); document.write( "\n" ); document.write( "* **Revenue (R):** \n" ); document.write( " * Revenue is the selling price per unit multiplied by the number of units sold. \n" ); document.write( " * R(X) = Selling Price * Quantity = $20,000 * X \n" ); document.write( " * R(X) = $20,000X\r \n" ); document.write( "\n" ); document.write( "* **Marginal Revenue (MR):** \n" ); document.write( " * Marginal Revenue is the derivative of the revenue function with respect to the quantity. \n" ); document.write( " * MR(X) = dR(X)/dX = d/dX ($20,000X) = $20,000\r \n" ); document.write( "\n" ); document.write( "**B. Find the Marginal Cost Function**\r \n" ); document.write( "\n" ); document.write( "* **Marginal Cost (MC):** \n" ); document.write( " * Marginal Cost is the derivative of the total cost function with respect to the quantity. \n" ); document.write( " * MC(X) = dTC(X)/dX = d/dX (2000 + X^2) = 2X\r \n" ); document.write( "\n" ); document.write( "**C. Find the Quantity that Maximizes Profit**\r \n" ); document.write( "\n" ); document.write( "* **Profit (P):** \n" ); document.write( " * Profit is the difference between revenue and total cost. \n" ); document.write( " * P(X) = R(X) - TC(X) = $20,000X - (2000 + X^2) \n" ); document.write( " * P(X) = $20,000X - 2000 - X^2\r \n" ); document.write( "\n" ); document.write( "* **To maximize profit, find the quantity (X) where the marginal revenue equals the marginal cost:** \n" ); document.write( " * MR(X) = MC(X) \n" ); document.write( " * $20,000 = 2X \n" ); document.write( " * X = 10,000 \r \n" ); document.write( "\n" ); document.write( "**Therefore:**\r \n" ); document.write( "\n" ); document.write( "* The marginal revenue function is MR(X) = $20,000. \n" ); document.write( "* The marginal cost function is MC(X) = 2X. \n" ); document.write( "* The quantity that maximizes profit is 10,000 units. \n" ); document.write( " \n" ); document.write( " |