document.write( "Question 765470: one canned juice drink is 25% orange juice, another is 10% orange juice. How many liters of each should be mixed in order to get 15 liters that is 12% orange juice \n" ); document.write( "
Algebra.Com's Answer #466191 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! one canned juice drink is 25% orange juice, another is 10% orange juice. How many liters of each should be mixed in order to get 15 liters that is 12% orange juice \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "OJ + OJ = OJ \n" ); document.write( "0.25*x + 0.10*(15-x) = 0.12*15 \n" ); document.write( "----- \n" ); document.write( "Multiply thru by 100 to get:: \n" ); document.write( "25x + 10*15 - 10x = 12*15 \n" ); document.write( "---- \n" ); document.write( "15x = 2*15 \n" ); document.write( "---- \n" ); document.write( "x = 2 liters (amt. of 25% juice needed) \n" ); document.write( "--- \n" ); document.write( "15-x = 13 liters (amt. of 10% juice needed) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |