document.write( "Question 898715: A tea merchant mixes some black tea costing $40 per pound with 3 lb of Earl Grey tea costing $50 per pound. How many pounds of the black tea should be used if the merchant wants a blend that costs between $43 and $46 per pound? \n" ); document.write( "
Algebra.Com's Answer #804571 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x = pounds of black tea\r
\n" ); document.write( "\n" ); document.write( "Lower bound:
\n" ); document.write( "43 < (40x + (50)(3))/(x + 3)
\n" ); document.write( "43(x + 3) < 40x + 150
\n" ); document.write( "43x + 129 < 40x + 150
\n" ); document.write( "3x < 21
\n" ); document.write( "x < 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Upper bound:
\n" ); document.write( "(40x + 150)/(x + 3) < 46
\n" ); document.write( "40x + 150 < 46x + 138
\n" ); document.write( "-6x < -12
\n" ); document.write( "x > 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The merchant can use anywhere between 3 and 6 pounds of tea, inclusive.
\n" ); document.write( "
\n" );