document.write( "Question 56258: A company that manufactures bikes has a fixed cost of $100.00. It costs $100.00 to product each bike. The selling price per bike is $300.00\r
\n" );
document.write( "\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( "
Algebra.Com's Answer #38159 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! A company that manufactures bikes has a fixed cost of $100.00. It costs $100.00 to produce each bike. The selling price per bike is $300.00\r \n" ); document.write( "\n" ); document.write( "1. write the cost function, C\r \n" ); document.write( "\n" ); document.write( "C(x)=mx+b, where m is the cost per bike and b is the fixed price. \n" ); document.write( "C(x)=100x+100 \n" ); document.write( "2. write the revenu function, R \n" ); document.write( "R(x)=kx, where k is the selling price per bike. \n" ); document.write( "R(x)=300x \n" ); document.write( "3. determine the breat-even point. Describe what this means. \n" ); document.write( "The break even point is when C(x)=R(x) \n" ); document.write( "100x+100=300x \n" ); document.write( "-100x+100x+100=300x-100x \n" ); document.write( "100=200x \n" ); document.write( "100/200=200x/200 \n" ); document.write( "1/2=x \n" ); document.write( "This makes me think that perhaps you typed the problem incorrectly. Because according to this, the company breaks even if it sells half a bike. I would round that up to 1. Is the fixed cost=to the cost per bike? \n" ); document.write( "Happy Calculating!!!! \n" ); document.write( " |