document.write( "Question 428018: A grocer wants to mix two kinds of coffee.One kind sells for $1.35 per pound, the other sells for 2.65 per pound. He wants to mix a total of 16 pounds and sell them for $2.05 per pound. How many pounds of each kind should he use in the new mix? \n" ); document.write( "
Algebra.Com's Answer #297569 by John10(297)![]() ![]() You can put this solution on YOUR website! A grocer wants to mix two kinds of coffee.One kind sells for $1.35 per pound, the other sells for 2.65 per pound. He wants to mix a total of 16 pounds and sell them for $2.05 per pound. How many pounds of each kind should he use in the new mix?\r \n" ); document.write( "\n" ); document.write( "Let x be $1.35 per pound coffee and y is $ 2.65 per pound coffee\r \n" ); document.write( "\n" ); document.write( "x + y = 16 (Total)\r \n" ); document.write( "\n" ); document.write( "1.35x + 2.65y = (16)*(2.05) (Price)\r \n" ); document.write( "\n" ); document.write( "Solve the above system to find x and y\r \n" ); document.write( "\n" ); document.write( "Hint: x = 7.4 lbs and y = 8.6 lbs (These values are rounded)\r \n" ); document.write( "\n" ); document.write( "Hope it will help you! Thanks \n" ); document.write( " |