document.write( "Question 186360: A chemist has one solution that is 15% acid and a second that is 25% acid. How many liters of each should be mixed together to get 100L that is 18% acid? \n" ); document.write( "
Algebra.Com's Answer #139689 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .25x+.15(100-x)=.18*100 \n" ); document.write( ".25x+15-.15x=18 \n" ); document.write( ".10x=18-15 \n" ); document.write( ".10x=3 \n" ); document.write( "x=3/.10 \n" ); document.write( "x=30 L of 25% acid is used. \n" ); document.write( "100-30=70 L of 15% acid is used. \n" ); document.write( "Proof: \n" ); document.write( ".25*30+.15*70=.18*100 \n" ); document.write( "7.5+10.5=18 \n" ); document.write( "18=18 \n" ); document.write( " |