document.write( "Question 1035341: I am lost with this.\r
\n" );
document.write( "\n" );
document.write( "A company that manufacturers snowboards has a fixed cost of $100,000. IT costs $175 to produce each snowboard.
\n" );
document.write( "The selling price of the snowboard is $300 each.
\n" );
document.write( "Use this information to answer:\r
\n" );
document.write( "\n" );
document.write( "a. Write the cost function\r
\n" );
document.write( "\n" );
document.write( "b. Write the revenue function\r
\n" );
document.write( "\n" );
document.write( "c. Find the profit function.\r
\n" );
document.write( "\n" );
document.write( "d. Determine the break even point. Describe what it means.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I have been trying for hours. Thank you \n" );
document.write( "
Algebra.Com's Answer #649987 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Problem: \n" ); document.write( "A company that manufacturers snowboards has a fixed cost of $100,000. IT costs $175 to produce each snowboard. \n" ); document.write( "The selling price of the snowboard is $300 each. \n" ); document.write( "Use this information to answer: \n" ); document.write( "a. Write the cost function \n" ); document.write( "b. Write the revenue function \n" ); document.write( "c. Find the profit function. \n" ); document.write( "d. Determine the break even point. Describe what it means. \n" ); document.write( "================================================================================================ \n" ); document.write( "Steps:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (a)\r \n" ); document.write( "\n" ); document.write( "The fixed cost is $100,000. This means that even if the company fails to make a single board, they will pay $100,000 to buy the equipment, pay workers, pay rent, pay utilities, etc. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x = number of snowboards made\r \n" ); document.write( "\n" ); document.write( "x snowboards are made, so it costs a total of 175*x dollars (because it costs $175 per board) \n" ); document.write( "This is the variable cost. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Fixed cost = 100,000 \n" ); document.write( "Variable cost = 175*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total cost = (Variable Cost)+(Fixed Cost) \n" ); document.write( "Total cost = (175*x)+(100000) \n" ); document.write( "Total cost = 175*x+100000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the cost function is \n" ); document.write( "C(x) = 175*x+100000 \n" ); document.write( "where x represents how many boards were made and C(x) is the cost for making those x boards. Think of C(x) as one variable. It does NOT mean C times x. It's function notation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------\r \n" ); document.write( "\n" ); document.write( "Part (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's still make x = number of snowboards made. Let's assume that the company manages to sell all x boards. So there are no boards leftover.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x boards are sold, and they sell for $300 each, then the company gets 300*x dollars in revenue. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The revenue function is \n" ); document.write( "R(x) = 300*x \n" ); document.write( "x = number of boards made and sold \n" ); document.write( "R(x) = revenue for selling x boards\r \n" ); document.write( "\n" ); document.write( "--------------------------------\r \n" ); document.write( "\n" ); document.write( "Part (c)\r \n" ); document.write( "\n" ); document.write( "The profit is defined to be the difference of the revenue minus the costs. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Profit = Revenue - Cost \n" ); document.write( "P(x) = R(x) - C(x) \n" ); document.write( "P(x) = [ R(x) ] - [ C(x) ] \n" ); document.write( "P(x) = [ 300*x ] - [ 175*x+100000 ] \n" ); document.write( "P(x) = 300*x - 175*x-100000 \n" ); document.write( "P(x) = 125*x - 100000 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice how this part (c) involves using parts (a) and (b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the profit function is \n" ); document.write( "P(x) = 125*x - 100000 \n" ); document.write( "where \n" ); document.write( "x = number of boards made and sold \n" ); document.write( "P(x) = profit made total for selling x boards\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The profit is the amount of money after all expenses are paid. In real life, there would be other expenses such as taxes, insurance, etc. But to make this problem simple, we're ignoring those factors. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------\r \n" ); document.write( "\n" ); document.write( "Part (d)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The break even point is when the profit is 0 dollars. You don't lose any money. And you don't gain any money.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Replace P(x) with 0. Then solve for x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(x) = 125*x - 100000 \n" ); document.write( "0 = 125*x - 100000 \n" ); document.write( "0+100000 = 125*x - 100000+100000 Add 100000 to both sides \n" ); document.write( "100000 = 125*x \n" ); document.write( "125*x = 100000 \n" ); document.write( "125*x/125 = 100000/125 Divide both sides by 125 \n" ); document.write( "x = 800\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are 3 ways to say the same basic thing (they are equivalent statements)\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you make and sell more than 800 boards, then you'll get a positive profit. So this value is very useful for the manager in charge. Of course, keep in mind that other factors such as taxes, insurance, etc aren't considered in this particular problem. The same idea would apply though.\r \n" ); document.write( "\n" ); document.write( "================================================================================================\r \n" ); document.write( "\n" ); document.write( "Answers:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) C(x) = 175*x+100000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) R(x) = 300*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c) P(x) = 125*x - 100000 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d) Break even point happens when you sell 800 boards. It's where the profit is $0. No money is made or lost. The total cost is the same as the total revenue. \n" ); document.write( " |