document.write( "Question 463754: One canned juice drink is 15% lemon juice; another is 5% lemon juice. How many liters of each should be mixed together in order to get 10L that is 10% lemon juice? \n" ); document.write( "
Algebra.Com's Answer #318596 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
10Lx.10=1 Liter pure juice
\n" ); document.write( "p+q=10
\n" ); document.write( ".15p+.05q=1
\n" ); document.write( "15p+5q=100
\n" ); document.write( "5p+5q=50
\n" ); document.write( "10p=50
\n" ); document.write( "p=5
\n" ); document.write( "q=5
\n" ); document.write( "You need 5 liters of each for the mix..
\n" ); document.write( "
\n" );