document.write( "Question 1034043: The manager of a store selling tea plans to make a mix using a mix of a more expensive tea that costs $8 per pound and a less expensive tea that costs $3 per pound to create a 130- pound blend that will sell for 5$ a pound how many of each type are required>? \n" ); document.write( "
Algebra.Com's Answer #648643 by jorel555(1290) ![]() You can put this solution on YOUR website! Let x = amount of $8 per pound tea; Then: \n" ); document.write( "8(x)+3(130-x)=5(130) \n" ); document.write( "8x+390-3x=650 \n" ); document.write( "5x=260 \n" ); document.write( "x=52 \n" ); document.write( "130-x=78 \n" ); document.write( "52 lbs. of $8 tea plus 78 lbs of $3 tea equals 130 lbs. of $5 tea!!!!! \n" ); document.write( " |