document.write( "Question 659516: Please help me with this question!\r
\n" );
document.write( "\n" );
document.write( "A merchant blends tea that sells for $5.05 a pound with tea that sells for $2.80 a pound to produce 90 lb of a mixture that sells for $3.30 a pound. How many pounds of each type of tea does the merchant use in the blend?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #411687 by kevwill(135)![]() ![]() You can put this solution on YOUR website! Let x be the weight of the expensive tea, and y be the weight of the cheaper tea. The merchant produces 90 pounds of tea, so \n" ); document.write( "x + y = 90. \n" ); document.write( "The price of the tea is: \n" ); document.write( "5.05*x + 2.80*y = 3.30*90 = 297 \n" ); document.write( "In the first equation, subtract x from both sides to give: \n" ); document.write( "y = 90 - x \n" ); document.write( "Substituting for y in the second equation gives: \n" ); document.write( "5.05*x + 2.80*(90-x) = 297 \n" ); document.write( "Expanding: \n" ); document.write( "5.05*x + 252 - 2.80*x = 297 \n" ); document.write( "Combine terms and subtract 252 from each side: \n" ); document.write( "2.25*x = 45 \n" ); document.write( "Divide both sides by 2.25: \n" ); document.write( "x = 45/2.25 = 20 \n" ); document.write( "So the merchant uses 20 pounds of the expensive team and 70 pounds of the cheaper tea. \n" ); document.write( " \n" ); document.write( " |