document.write( "Question 1050541: A merchant mixed 10 lb of a cinnamon tea with 2 lb of spice tea. The 12-pound mixture cost $38. A second mixture included 16 lb of the cinnamon tea and 8 lb of the spice tea. The 24-pound mixture cost $80. Find the cost per pound of the cinnamon tea and of the spice tea. \n" ); document.write( "
Algebra.Com's Answer #666109 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 10x+2y=38, where x is the dollar cost of cinnamon and y the dollar cost of the spice. \n" ); document.write( "16x+8y=80 \n" ); document.write( "multiply the top by -4 \n" ); document.write( "-40x-8y=-152 \n" ); document.write( "16x+8y=80. Add them and y is eliminated. \n" ); document.write( "-24x=-72 \n" ); document.write( "x=$3 \n" ); document.write( "go to first equation and 30+2y=38, substituting $3 for x. \n" ); document.write( "2y=8 \n" ); document.write( "y=$4. \n" ); document.write( "Check using second equation. \n" ); document.write( "48+32=80 \n" ); document.write( "Cinnamon is $3 per pound \n" ); document.write( "Spice is $4 per pound. \n" ); document.write( " |