document.write( "Question 39541: The cost of producing a number of items x is given by C=mx+b, in which b is the fixed cost and m is the variable cost (the cost of producing one more item).
\n" );
document.write( "(a) if the fixed cost is $40 and the variable cost is $10, write the cost equation.
\n" );
document.write( "(b) Graph the cost equation \n" );
document.write( "
Algebra.Com's Answer #24991 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To get the cost equation, just plug in for m and b to get \n" ); document.write( "C = 10x + 40 \n" ); document.write( "To graph it, go to the point (0, 40) and plot a point. \n" ); document.write( "From that point, we have a slope of 10. We go up 10 and over 1, and plot another point. Then draw a line thru the points. \n" ); document.write( " |