document.write( "Question 460320: One canned juice drink is 30% orange juice, another is 10% orange juice. How many liters of each should be mixed together in order to get 20L that is 18% orange juice? \n" ); document.write( "
Algebra.Com's Answer #315733 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 20x.18=3.6 \n" ); document.write( "m+n=20 \n" ); document.write( ".3m+.1n=3.6 \n" ); document.write( "3m+n=36 \n" ); document.write( "m+n=20 \n" ); document.write( "2m=16 \n" ); document.write( "m=8 \n" ); document.write( "n=12 \n" ); document.write( "You need 8 liters of 30% juice and 12 liters of 10% juice to make 20 liters of \n" ); document.write( "18% juice.. \n" ); document.write( " |