document.write( "Question 242803: Joanne sells silk-screened T-shirts at community festivals and craft fairs. Her marginal cost to produce one t-shirt is $450. Her total cost to produce 80 t-shirts is $420, and she sells them for $8 each.
\n" );
document.write( "a) find the linear cost function for joanne's t-shirt production
\n" );
document.write( "b) How many t-shirts must she produce and sell in order to break even?
\n" );
document.write( "c) How many t-shirts must she produce and sell to make a profit of $900?\r
\n" );
document.write( "\n" );
document.write( "I need to know how to do it step by step, if anyone can help!! Thank you so much \n" );
document.write( "
Algebra.Com's Answer #177769 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! First, define your terms. \n" ); document.write( "MC = marginal cost to make 1 t=shirt, which has to be $4.50 (not $450). \n" ); document.write( "The cost to print 80 shirts is 420. \n" ); document.write( "80*4.5 = 360, so there is an additional cost of $60. \n" ); document.write( "Since this is not a marginal cost, it must be a fixed cost. \n" ); document.write( "Recall that Total Cost = Fixed Cost + (Marginal Cost * Number of items produced) \n" ); document.write( "TC = FC + MC(X), where X is the number of items \n" ); document.write( "TC = 60 + 4.5X (the answer to part a, the cost function) \n" ); document.write( "Now we should note that $8 is the Price that she charges buyers. \n" ); document.write( "P = 8 \n" ); document.write( "Profit = P*X -TC = 8X - 60 - 4.5X \n" ); document.write( "Break even is the point where Profit = 0. \n" ); document.write( "0 = 8X - 60 - 4.5X \n" ); document.write( "Add 60 to both sided \n" ); document.write( "60 = 8X - 4.5X = 3.5X \n" ); document.write( "Dividing by 3.5 \n" ); document.write( "60/3.5 = X = 17 and a fraction, so she has to sell 18 shirts. \n" ); document.write( "18 * 8 = 144 total revenue \n" ); document.write( "60 + 4.5*18 = 141 total cost \n" ); document.write( "So that's very close to break even. Close enough. \n" ); document.write( "Continuing with the question of $900 profit... \n" ); document.write( "900 = 8X - 60 - 4.5X (by substituting back into the equation) \n" ); document.write( "Adding 60 to both sides: \n" ); document.write( "960 = 3.5X \n" ); document.write( "Dividing by 3.5. \n" ); document.write( "274 (and a fraction) = X \n" ); document.write( "Therefore, we propose that when she sells 274 shirts, she earns $900 profit. \n" ); document.write( "Check your work! \n" ); document.write( "Profit = Total Revenue - Total Cost \n" ); document.write( "Profit = $8 per shirt * 274 shirts - $60 fixed cost - $4.50 * 274 shirts \n" ); document.write( "Profit = 2192 - 60 - 1233 \n" ); document.write( "Profit = 2192 - 1293 = 899 \n" ); document.write( "That checks as close as we can get it. \n" ); document.write( "Why did I ignore the fractions? \n" ); document.write( "You cannot sell a fraction of a shirt.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |