document.write( "Question 1156798: The income for a company producing electronic components is given by
\n" );
document.write( "y= -20x2-50x+200, where x is the price in dollars of each component. The cost for the production is given by y = 60x −10 . Determine the price that will allow the production to break even.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #779568 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Set the two equal to one another. \n" ); document.write( "-20x^2-50x+200=60x-10 \n" ); document.write( "-20x^2-110x+210=0 \n" ); document.write( "2x^2+11x-21=0 \n" ); document.write( "(2x-3)(x+7)=0 \n" ); document.write( "positive root is 3/2 of $1.50 \n" ); document.write( " |