document.write( "Question 698517: Please help me sole this mixture word problem: How much pure juice must be added to a 1 liter of juice that is 5% juice in order to obtain a drink that is 25% juice?
\n" );
document.write( " Thank you \n" );
document.write( "
Algebra.Com's Answer #430761 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much pure juice must be added to a 1 liter of juice that is 5% juice in order to obtain a drink that is 25% juice? \n" ); document.write( "** \n" ); document.write( "let x=amt of pure juice to be added \n" ); document.write( "5%*1+100%x=25%(x+1) \n" ); document.write( ".05+x=.25x+.25 \n" ); document.write( ".75x=.20 \n" ); document.write( "x=.20/.75≈0.27 \n" ); document.write( "amt of pure juice to be added≈0.27 liters \n" ); document.write( " |