document.write( "Question 905467: How many liters of a 15% solution must be mixed with 20 liters of a 45 % solution to obtain a 25% solution?? My instructor shows us a box of 9 squares to solve this problem. It does not make sense to me, is there another easier way??\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #549226 by richwmiller(17219) You can put this solution on YOUR website! I enjoy doing those type problems but please post one at a time. \n" ); document.write( "0.15*x+0.45*20=0.25(20+x) \n" ); document.write( "0.15*x+9=5+0.25x \n" ); document.write( "0.15x-0.25x=5-9 \n" ); document.write( "-0.1x=-4 \n" ); document.write( "x=40 gal of 15% is added to 20 gal of 45% to get 60 gal at 25% \n" ); document.write( "check \n" ); document.write( "0.15*40+0.45*20=0.25(20+40) \n" ); document.write( "6+9=0.25(60) \n" ); document.write( "15=15 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |