document.write( "Question 809942: larry want 50 pounds of tea that he can sell for $5.14 per pound. if he has tea that sells for $7.80 per pound and tea that sells for $4.30 per pound, how much of each should he use? \n" ); document.write( "
Algebra.Com's Answer #487866 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=50,
\n" ); document.write( "4.30*a+7.80b=50*5.14
\n" ); document.write( "a=38., b=12.
\n" ); document.write( "
\n" );