document.write( "Question 241754: One canned juice drink is 25 percent orange juice and the other is 10 percent juice How many Liters of each should be mixed together in order to get 15Liters that is 17 percent orange juice? \n" ); document.write( "
Algebra.Com's Answer #177084 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .25x+.10(15-x)=.17*15 \n" ); document.write( ".25x+1.5-.10x=2.55 \n" ); document.write( ".15x=2.55-1.5 \n" ); document.write( ".15x=1.05 \n" ); document.write( "x=1.05/.15 \n" ); document.write( "x=7 L of 25% oj is used. \n" ); document.write( "15-7=8 L of .10% oj is used. \n" ); document.write( "Proof: \n" ); document.write( ".25*7+.10*8=2.55 \n" ); document.write( "1.75+.8=2.55 \n" ); document.write( "2.55=2.55 \n" ); document.write( " |