document.write( "Question 986226: Given the cost function, C(x), and the revenue function, R(x), find the number of units x that must be sold to break even.\r
\n" );
document.write( "\n" );
document.write( "C(x) = 128x + 330,000
\n" );
document.write( "R(x) = 278x \n" );
document.write( "
Algebra.Com's Answer #607145 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Given the cost function, C(x), and the revenue function, R(x), find the number of units x that must be sold to break even. \n" ); document.write( "C(x) = 128x + 330,000 \n" ); document.write( "R(x) = 278x \n" ); document.write( ": \n" ); document.write( "Break even occurs when Revenue equal cost: R(x) = C(x), therefore \n" ); document.write( "278x = 128x + 330000 \n" ); document.write( "278x - 128x = 330000 \n" ); document.write( "150x = 330000 \n" ); document.write( "x = 330000/150 \n" ); document.write( "x = 2200 unit have to be produced and sold to break even \n" ); document.write( ": \n" ); document.write( "Pretty easy! Right? CK \n" ); document.write( " |