document.write( "Question 1121171: A department store sells 20 portable stereos per week at $80 each. The manager believes that for each decrease of $5 in the price, six more stereos will be sold. What price should be charged if the revenue needs to be $2240? \n" ); document.write( "
Algebra.Com's Answer #736956 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "The condition says that at the price  (80 - 5x) dollars for one stereo the number of stereos sold will be  (20 + 6x),\r\n" );
document.write( "\r\n" );
document.write( "where x is an integer number.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the problem ask to  find \"x\" in such a way that\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    (80-5x)*(20+6x) = 2240.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    1600 - 100x + 480x - 30x^2 = 2240\r\n" );
document.write( "\r\n" );
document.write( "    - 30x^2 + 380x - 640 = 0\r\n" );
document.write( "\r\n" );
document.write( "    3x^2 - 38x + 64 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"x%5B1%2C2%5D\" = \"%2838+-+sqrt%2838%5E2+-+4%2A3%2A64%29%29%2F%282%2A3%29\" = \"%2838+%2B-+26%29%2F6\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Only positive integer root makes sense, which is  x= 2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The price under the question is  (80-5x) = 80 - 5*2 = 70 dollars.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );