document.write( "Question 452039: Blending spices. Spice of Life sells ground sumac for $1.35 an ounce and ground thyme for $1.85 an ounce. Aman wants to make a 20-oz Zahtar seasoning blend using the two spices that sells for $1.65 an ounce. How much of each spice should Aman use?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #310758 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the amount of sumac \n" ); document.write( "Then 20 - x = the amount of thyme \n" ); document.write( "The price of the blend is determined by the price of the seasonings added together: \n" ); document.write( "1.65*20 = 1.35x + 1.85(20-x) \n" ); document.write( "20(1.65-1.85) = -0.5x \n" ); document.write( "This gives x = 8 \n" ); document.write( "Therefore, he should use 8 oz. of sumac, and 12 oz. of thyme. \n" ); document.write( " |