document.write( "Question 248715: How many ml of 70% acid solution must be added to a 20% acid solution to obtain 100 ml of a 50% acid solution? \n" ); document.write( "
Algebra.Com's Answer #181223 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! total mixture will be 100 \n" ); document.write( "we use x amount in the 70 % solution and 100-x in the 20% solution \n" ); document.write( "70%=70/100 \n" ); document.write( "20%=20/100 \n" ); document.write( "50%=50/100 \n" ); document.write( "70x/100+20/100*(100-x)=50/100*(100) \n" ); document.write( " \n" ); document.write( " |