document.write( "Question 925241: One canned juice drink is 20% orange juice; another is 5% orange juice. How many liters of each should be mixed together in order to get 15L that is 18% orange juice? \n" ); document.write( "
Algebra.Com's Answer #561407 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the amount of 20% solution
\n" ); document.write( ".20x + .05(15L - x) = .18(15L)
\n" ); document.write( "x = .13(15L)/.15, the amount of 20% solution
\n" ); document.write( "\"15L+-+x\" = the amount of 5% solution
\n" ); document.write( "
\n" );