document.write( "Question 56277: A company that manufactures bikes has a fixed cost of $100,000. It costs $100.00 to product each bike. The selling price per bike is $300.00
\n" );
document.write( "1. write the cost function, C
\n" );
document.write( "2. write the revenu function, R
\n" );
document.write( "3. determine the breat-even point. Describe what this means.\r
\n" );
document.write( "\n" );
document.write( "you guys were right, i DID type the fixed cost wrong lol, thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #38189 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company that manufactures bikes has a fixed cost of $100,000. It costs $100.00 to product each bike. The selling price per bike is $300.00 \n" ); document.write( "1. write the cost function, C \n" ); document.write( "2. write the revenu function, R \n" ); document.write( "3. determine the breat-even point. Describe what this means. \n" ); document.write( "------------ \n" ); document.write( "Let x be the number of bicycles produced. \n" ); document.write( "1. Cost= 100,000+100x \n" ); document.write( "2. Revenue= 300x \n" ); document.write( "3. break-even means R=C \n" ); document.write( "300x=100,000+100x \n" ); document.write( "200x=100,000 \n" ); document.write( "x=500 \n" ); document.write( "---------- \n" ); document.write( "When 500 bicycles are produced Cost to the company equals Revenue \n" ); document.write( "from selling the bicycles. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |