document.write( "Question 1152645: The profit P, in dollars, gained by selling x computers is modeled by the equation P=-5x^2+1000x+5000 How many computers must be sold to obtain a profit of $55,000.00? \n" ); document.write( "
Algebra.Com's Answer #774702 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 55000=-5x^2+1000x+5000 \n" ); document.write( "5x^2-1000x+50000=0 \n" ); document.write( "x^2-200x+10000=0 \n" ); document.write( "(x-100)^2=0 \n" ); document.write( "x=100 computers \n" ); document.write( " |