document.write( "Question 106474: the total monthly cost C(q) of a retail operation is linearly related to the quanitity q, by the following equation: C(q) = 0.52 q + 30,000. They can sell each unit for 0.80cents
\n" );
document.write( "a) what are the two parameters of the cost equation
\n" );
document.write( "b) what is the profit equation P(q)?
\n" );
document.write( "c) How many units must be sold to make a profit of $250,000? \n" );
document.write( "
Algebra.Com's Answer #77483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! C(q) = 0.52 q + 30,000. They can sell each unit for 0.80cents \n" ); document.write( "a) what are the two parameters of the cost equation \n" ); document.write( "Startup cost is $30,000 \n" ); document.write( "Cost of producing each unit is 52 cents or $0.52 \n" ); document.write( "---------------------------- \n" ); document.write( "b) what is the profit equation P(q)? \n" ); document.write( "Income function: I(q)=0.80q \n" ); document.write( "Profit function: P(q)=I(q)-C(q) \n" ); document.write( "P(q)= 0.80q-(0.52q+30000) \n" ); document.write( "P(q)= 0.28q - 30,000 \n" ); document.write( "c) How many units must be sold to make a profit of $250,000? \n" ); document.write( "250,000 = 0.28q - 30,000 \n" ); document.write( "0.28q = 280,000 \n" ); document.write( "q = 1,000,000 \n" ); document.write( "---------------- \n" ); document.write( "More than one million units must be sold to make a profit. \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |