document.write( "Question 810463: One canned juice drink is 25% orange juice; another is 5% juice. How many liter of juice should be mixed in order to get 20L that is 21% orange juice.
\n" );
document.write( "how many 25%
\n" );
document.write( "how many 5% \n" );
document.write( "
Algebra.Com's Answer #488274 by richwmiller(17219) You can put this solution on YOUR website! .25x+.05y=.21*20, \n" ); document.write( "x+y=20 \n" ); document.write( "x=16., y=4. \n" ); document.write( " |