document.write( "Question 901089: A merchant blends tea that sells for $5.00 a pound with tea that sells for $2.00 a pound to produce 120 lb of a mixture that sells for $3.90 a pound. How many pounds of each type of tea does the merchant use in the blend? \n" ); document.write( "
Algebra.Com's Answer #546443 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=120, \n" ); document.write( "5*a+2*b=3.9*120 \n" ); document.write( "a=120-b \n" ); document.write( "5*(120-b)+2*b=468 \n" ); document.write( "600-5b+2*b=468 \n" ); document.write( "-3*b=-132 \n" ); document.write( "b=44 \n" ); document.write( "a=120-b \n" ); document.write( "a=76 lb at $5 b=44 lb at $2 \n" ); document.write( "check \n" ); document.write( "5*76+2*44=3.9*120 \n" ); document.write( "380+88=468 \n" ); document.write( "468=468 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |