document.write( "Question 433614: Lisa will make punch that is 25% fruit juice by
\n" );
document.write( "adding pure fruit juice to a 2-liter mixture that is 10% pure fruit juice. How many liters of pure fruit juice does she need to add? \n" );
document.write( "
Algebra.Com's Answer #300583 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 1.00x + 0.10*2 = 0.25(x+2) \n" ); document.write( "x + 0.20 = 0.25x + 0.5 \n" ); document.write( "0.75x = 0.3 \n" ); document.write( "x = 0.4 liters of pure fruit juice. \n" ); document.write( " |