document.write( "Question 325983: one canned juice drink is 25% orange juice; another is 10% orange juice. how many liters of each should be mixed together in order to get 15L THAT IS 24% ORANGE JUICE? HOW MANY LITERS OF 25% ORANGE JUICE SHOULD BE IN THE MIXTURE? How many liters of 10% orange juice should be in the mixture? \n" ); document.write( "
Algebra.Com's Answer #233347 by mananth(16946)![]() ![]() You can put this solution on YOUR website! juice drink is 25% orange juice; let this be x liters \n" ); document.write( "another is 10% orange juice. this will be 25-x liters \n" ); document.write( "Mixture 15L THAT IS 24% ORANGE JUICE.\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( "0.25x+0.1(25-x)=15*0.24 \n" ); document.write( "0.25x+2.5-0.1x = 3.6 \n" ); document.write( "0.15x=3.6-2.5 \n" ); document.write( "0.15x=0.9 \n" ); document.write( " \n" ); document.write( "x= 6 liters 25% juice \n" ); document.write( "15-6 = 9 liters will be 10% juice \n" ); document.write( " \n" ); document.write( " |