document.write( "Question 502514: A coffee merchant combines coffee costing $5.00 per pound with coffee costing $3.50 per pound. How many pounds of each should be used to make 30 lb of a blend costing $4.20 per pound? \n" ); document.write( "
Algebra.Com's Answer #338871 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Here's a similar problem: \n" ); document.write( "------------- \n" ); document.write( "how many liters of a 70% acid solution must be mixed with a 15% acid solution to get 385L of a 60% acid solution? \n" ); document.write( "------------------- \n" ); document.write( "s = amount of 70% \n" ); document.write( "f = amount of 15% \n" ); document.write( "------- \n" ); document.write( "s + f = 385 (total solution) \n" ); document.write( "0.7s + 0.15f = 0.6*385 (total acid) \n" ); document.write( "------- \n" ); document.write( "f = 385 - s \n" ); document.write( "Sub for f in 2nd equation \n" ); document.write( "0.7s + 0.15(385-s) = 231 \n" ); document.write( "70s + 5775 - 15s = 23100 \n" ); document.write( "55s = 17325 \n" ); document.write( "s = 315 liters of 70% \n" ); document.write( "------------ \n" ); document.write( "f = 70 liters of 15% \n" ); document.write( " \n" ); document.write( " |