document.write( "Question 334505: 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 14% orange juice? \n" ); document.write( "
Algebra.Com's Answer #239702 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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 14% orange juice? \n" ); document.write( "-------------------- \n" ); document.write( "f = 15% \n" ); document.write( "v = 5% \n" ); document.write( "0.15f + 0.05v = 0.14*10 \n" ); document.write( "15f + 5v = 140 \n" ); document.write( "3f + v = 28 \n" ); document.write( "f + v = 10 (total volume) \n" ); document.write( "---------- Subtract \n" ); document.write( "2f = 18 \n" ); document.write( "f = 9 liters of 15% \n" ); document.write( "v = 1 liter of 5%\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |