document.write( "Question 326343:  A company that manufactures bicycles has a fixed cost of $100,000. It costs $100 to produce each bicycle. The selling price per bike is $300. 
\n" );
document.write( "Write the cost function, C. 
\n" );
document.write( "Write the revenue function, R. 
\n" );
document.write( "Determine the break-even point. Describe what this means.
\n" );
document.write( "Hint: In solving this exercise, let x represent the number of bicycles produced and sold.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #233614 by vleith(2983)      You can put this solution on YOUR website! Let x be the number of bikes produced. \n" ); document.write( "You are told the Costs include a fixed cost os 100000 plus a variable cost of 100 per bike. \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( "The Revenue is the amount of money you get selling bikes. You get 300 for each bike you sell. \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( "The break even point is the number of bikes where your Revenue exactly offsets your costs.\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( "You need to seel at least 500 bikes to start 'making a profit' \n" ); document.write( " |