document.write( "Question 162385: The manager of a company manufacture surfboard has fixed costs (at o output)$500 per day and the total cost $6500 per day at a daily output of 40
\n" );
document.write( "1. write an equation for the cost funtion with
\n" );
document.write( "2.what is the fixed cost,variable cost,and total cost for an output of 28 per day \r
\n" );
document.write( "\n" );
document.write( " this is my solution
\n" );
document.write( " equation C(x)=500x +6500(40-x)
\n" );
document.write( " is this correct please help----- \n" );
document.write( "
Algebra.Com's Answer #119677 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! fixed cost is a constant value that does not depend on x since it will be the same regardless of how many units are produced. \n" ); document.write( "----- \n" ); document.write( "the first thing they told you is that the total cost for a day is 6500 when 40 units are produced. \n" ); document.write( "your formula for that would be: \n" ); document.write( "500 + 40*x = 6500 \n" ); document.write( "----- \n" ); document.write( "solving for that, the equation becomes \n" ); document.write( "40*x = 6000 \n" ); document.write( "x = 150 \n" ); document.write( "----- \n" ); document.write( "your cost per unit is 150. \n" ); document.write( "the equation for the reduced output is \n" ); document.write( "500 + 28*x = y \n" ); document.write( "where x is the cost per unit and y is the total cost per day. \n" ); document.write( "since you know x, you substitute 150 for x and the equation becomes \n" ); document.write( "500 + 28*150 = y \n" ); document.write( "which becomes \n" ); document.write( "500 + 4200 = y \n" ); document.write( "which becomes 4700 = y \n" ); document.write( "----- \n" ); document.write( "your answer at 28 units per day is: \n" ); document.write( "cost per unit = $150.00 \n" ); document.write( "fixed cost = $500.00 \n" ); document.write( "variable cost = number of units times cost per unit = $4200.00 \n" ); document.write( "total cost = fixed cost plus variable cost = $4700.00 \n" ); document.write( "----- \n" ); document.write( " |