document.write( "Question 1045733: One can juice drink is 20% orange juice, another juice is 5% orange juice. How many liters of each should be mixed together in order to get 15 liters of 12% orange juice? How many of 20% orange juice should be in the mixture? \n" ); document.write( "
Algebra.Com's Answer #661308 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Mixing
\n" ); document.write( ".20x + .05(15-x) = .20(.15) In Liters
\n" ); document.write( "Solving
\n" ); document.write( ".15x = .12(15) - .05(15)
\n" ); document.write( "x = .07(15)/.15
\n" ); document.write( "x = 7 Liters, the amount of 20% orange juice in the mixture
\n" ); document.write( "
\n" );