document.write( "Question 1036842: How would you write a function that represents the profit, using the revenue and cost functions? \r
\n" ); document.write( "\n" ); document.write( "Info: Carol Coffmon owns a store where she sells birdhouses. The revenue from birdhouse sales is given by \"+r%28x%29=125x+\" The cost of making birdhouses is given by \"+c%28x%29=65x%2B5400+\" The cost of making birdhouses is given by \"+c%28x%29=65x%2B5400+\" Her profit \"+p+\" is the revenue minus the cost or \"+p+=+r+-+c+\" So the profit function \"+p%28x%29+\" can be defined as \"+p%28x%29+=+%28r-c%29%28x%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #651549 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
p(x) = r-(65x+5400)
\n" ); document.write( "Revenue in this case is the total pieces sold and is calculated by multiplying x times the selling price.
\n" ); document.write( "Cost is represented by variable cost 65 times number of pieces made x plus fixed expenses of 5400
\n" ); document.write( "Why is variable cost per unit? Because v.c. is made up of labor per unit, raw material per unit, machine time per unit
\n" ); document.write( "What is fixed cost? Costs that don't go away if your production volumes go down. In fact, if you stop producing completely you will still have a lot of the fixed costs like rent and insurance.
\n" ); document.write( "
\n" );