document.write( "Question 209549: a chemist has one solution that is 25% acid and 50% acid. how many liters of each should be mixed to get 10 Liters of a solution that has 40% acid? \n" ); document.write( "
Algebra.Com's Answer #158449 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .5x+.25(10-x)=.4*10 \n" ); document.write( ".5x+2.5-.25x=4 \n" ); document.write( ".25x=4-2.5 \n" ); document.write( ".25x=1.5 \n" ); document.write( "x=1.5/.25 \n" ); document.write( "x=6 liters of the 40% solution is uses. \n" ); document.write( "10-6=4 liters of the 25% solution is used. \n" ); document.write( "Proof: \n" ); document.write( ".5*6+.25*4=4 \n" ); document.write( "3+1=4 \n" ); document.write( "4=4 \n" ); document.write( " |