document.write( "Question 598211: The cost, C, of a manufacturing and selling x units of a product is C = 23x+73, and the corresponding revenue, R, is= x^2-35. Find the break-even value of x?\r
\n" );
document.write( "\n" );
document.write( "A. 4
\n" );
document.write( "B. 31
\n" );
document.write( "C. 31 and 4
\n" );
document.write( "D. 27 \n" );
document.write( "
Algebra.Com's Answer #378516 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The cost, C, of a manufacturing and selling x units of a product is C = 23x+73, and the corresponding revenue, R, is= x^2-35. Find the break-even value of x? \n" ); document.write( ". \n" ); document.write( "Break-even point is when \n" ); document.write( "C=R \n" ); document.write( "23x+73 = x^2-35 \n" ); document.write( "73 = x^2-23x-35 \n" ); document.write( "0 = x^2-23x-108 \n" ); document.write( "0 = (x+4)(x-27) \n" ); document.write( "x = {-4, 27} \n" ); document.write( "Throw out the negative solution (extraneous) leaving: \n" ); document.write( "x = 27 units \n" ); document.write( " |