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)\"\" \"About 
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( "\"Cost+=+100000+%2B+100x\"
\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( "\"Revenue+=+300x\"
\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( "\"Costs+=+Revenue\"
\n" ); document.write( "\"100000+%2B+100x+=+300x\"
\n" ); document.write( "\"100000+=+200x\"
\n" ); document.write( "\"100000%2F200+=+x\"
\n" ); document.write( "\"500+=+x\"\r
\n" ); document.write( "\n" ); document.write( "You need to seel at least 500 bikes to start 'making a profit'
\n" ); document.write( "
\n" );