document.write( "Question 1077856: A manufacturer at present has 2500 units of product in stock. The product is now selling at $4 per unit. Next month the unit price will increase by $0.50. The manufacturer wants the total revenue received from the sale of the 2500 units to be less than $10750. What is the maximum number of the units that can be sold this month? \n" ); document.write( "
Algebra.Com's Answer #692371 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
EQ1 X+Y=2500\r
\n" ); document.write( "\n" ); document.write( "EQ2 4X+4.5Y=10750\r
\n" ); document.write( "\n" ); document.write( "Rearrange EQ1 to solve for Y in terms of X Y=2500-X\r
\n" ); document.write( "\n" ); document.write( "4X+4.5(2500-X) = 10750\r
\n" ); document.write( "\n" ); document.write( "4X -4.5X + 11250 = 10750\r
\n" ); document.write( "\n" ); document.write( "-.5X= -500\r
\n" ); document.write( "\n" ); document.write( "X= 1000\r
\n" ); document.write( "\n" ); document.write( "1000 units at $4 plus 1500 units at $4.5 add to exactly $10,750
\n" ); document.write( "
\n" );