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