document.write( "Question 795092: The demand equation for a product is given by x=5000-5p, where x is the number of units produced and sold at price p(in dollars) per unit. The cost(in dollars) of producing x units is given by C(x)=4x+12,000. Express each of the following as a function of price.
\n" );
document.write( "a. Cost
\n" );
document.write( "b. Revenue
\n" );
document.write( "c. Profit\r
\n" );
document.write( "\n" );
document.write( "So I was doing my homework and I came across this problem and I honestly have no idea what it is asking for, and have no clue how to solve it. If you could please help me solve it I would really appreciate it.(It's the last problem I have to do on my homework) Thank You \n" );
document.write( "
Algebra.Com's Answer #480933 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The demand equation for a product is given by x=5000-5p, where x is the number of units produced and sold at price p(in dollars) per unit. \n" ); document.write( "The cost(in dollars) of producing x units is given by C(x)=4x+12,000. \n" ); document.write( " Express each of the following as a function of price. \n" ); document.write( ": \n" ); document.write( "a. Cost \n" ); document.write( "Cost equation is given as: C(x)=4x+12,000. \n" ); document.write( " replace x with (5000-5p) \n" ); document.write( "C(p) = 4(5000-5p)+ 12000 \n" ); document.write( "C(p) = 20000 - 20p + 12000 \n" ); document.write( "C(p) = -20p + 32000 \n" ); document.write( ": \n" ); document.write( "b. Revenue \n" ); document.write( "Rev = Units sold * price \n" ); document.write( "R(p) = x * p \n" ); document.write( "replace x with (5000-5p) \n" ); document.write( "R(p) = p(5000-5p) \n" ); document.write( "R(p) = -5p^2 + 5000p \n" ); document.write( ": \n" ); document.write( "c. Profit \n" ); document.write( "P = Rev - Cost \n" ); document.write( "P(p) = -5p^2 + 5000p - (-20p + 32000) \n" ); document.write( "P(p) = -5p^2 + 5000p + 20p - 32000 \n" ); document.write( "P(p) = -5p^2 + 5020p - 32000 \n" ); document.write( " |